Edgard There is a high chance that you have 'Allow Zero Length' set to No or 'Required' set to Yes in the field properties of your access table. Either will...
Neil, If you're willing to share, I would appreciate knowing how you process the inventory. A friend asked to to work with him on some automation for his...
Hi Neil, ... Thanks for the information. I'll verify the access table to check. ... I'm SURE it would be of great help. In fact the system I'm working on...
Hi, When I use e-PocketSetup (V 4.2.0.2 Express) to install SQLLite and ... WARNING: the file "C:\WINNT\newobjectspack1.dll" needs to be signed, but it was not...
Thanks for the suggestion. I asked the location supervisor about it, he said that the unit was 'only placed on charge overnight' and his people had never...
One suggestion I would make is have the recharger accessible to the users and they return the units to the recharger during breaks and lunch at a minimum. It...
One last suggestion: Windows Mobile devices will flash a low battery warning and I find if you are getting these messages, the battery level is already too low...
Just a reminder: A folder for ASpriteCE with samples and support files are now available in the files section. More samples will be added as I create them....
Bob, George, Sorry to come back only now on this trail, but hard reseting your work favourite PDA, just for a test, is something that needs to be planned ...
Here is a simple test you can do with the device as is. Install a program called magic button. Use this exit your program each time. See if it improves the...
Hi, Suppose I have an array called ArrayA, and I want to save a reference to it. ArrayB = ArrayA So that I can now use ArrayA for something else: ArrayA = "" I...
Hi Edgard, I can't answer your question at the moment, but I think there's a mistake in the logic you're using: If ArrayB = ArrayA is storing a reference to...
Bob, I purchased my first pda around 10 year ago which was runing CE2.11 and this issue has always existed. Also, Magic button is already installed on my Ipaq...
Hi, Thanks for replying. With objects it works this way: 1) Assignment is a reference assignment, so that ObjB and ObjA are "pointing" to the same object: Set...
I installed IPWorks on my desktop computer, created a simple program in NSBasic CE and uploaded it to my CE machine. Although I included the activeX controls...
Hi, Since a few days, when I close NSBasic CE, I get the following message ... NSBasic: NSBCEIDE.exe - Application error The instruction at "0x6600cdb6" uses...
Hi everybody ! how to set a caption to a form ? There is option in property page . Form1.caption="Data entry" is not working . Please help me anyone who knows...
Hi I have notice the same problem when my projects grows, when a .nsb file is larger than a certain size and you closes the IDE then the error appears... I...
Arrays are not objects and from my understanding of how variables and arrays are constructed, you cannot assign one array to another in order to copy the...
Seems to you what you are trying achieve is what a buffer does, meaning a temporary storage. This is how a buffer works. Open data. Data=A(X) Data=B(X) A stays...
On most the devices I have tried, it lets you continue, even though it is untrusted. What device are you using? Have you tried this on any other devices?...
This is an interesting result. I think the next step would be to come up with the minimum program that has this effect, then try running it on some different...
Edgard, In reviewing your problem again I noticed that you are using the SPLIT command in your sample function to parse the WinSock data. That implies you are...
... I have to say that you lost me at this point. dataFromWinsock is a string variable, but ArrayA is indeed an array. That's clearly stated in the Split...
I thought I saw something about this a while ago, either on the group or the NSBasic site, but now I can't find it, and I'm wondering if I was imagining it......