Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19522 - 19553 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19522
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 otway
clark_2k
Offline Send Email
Oct 1, 2008
10:31 am
19523
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...
John Carter
johnecarter
Offline Send Email
Oct 1, 2008
2:47 pm
19524
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...
elriba75
Offline Send Email
Oct 1, 2008
3:14 pm
19525
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...
mlagardette
Offline Send Email
Oct 2, 2008
1:54 pm
19526
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...
Chris Kenworthy
chris_kenworthy
Offline Send Email
Oct 2, 2008
7:39 pm
19527
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...
Bob Katayama
banffbears2006
Offline Send Email
Oct 2, 2008
9:28 pm
19528
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...
Bob Katayama
banffbears2006
Offline Send Email
Oct 2, 2008
9:34 pm
19529
Sounds like to me the two Erin's do not really get along is my guess. You made the right decision to take over the product yourself. Bob From:...
Bob Katayama
banffbears2006
Offline Send Email
Oct 3, 2008
12:59 am
19530
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 Katayama
banffbears2006
Offline Send Email
Oct 3, 2008
2:44 pm
19533
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 ...
Pascal
pascal_plaga...
Offline Send Email
Oct 5, 2008
5:07 pm
19534
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...
Bob Katayama
banffbears2006
Offline Send Email
Oct 5, 2008
5:18 pm
19535
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...
elriba75
Offline Send Email
Oct 5, 2008
11:16 pm
19536
Hi, OK, if I understand well it seems that it's not possible to use these DLL without installing the whole AXPack via it's own .cab......
mlagardette
Offline Send Email
Oct 6, 2008
9:51 am
19537
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...
Thomas Gruber
computerhusky
Offline Send Email
Oct 6, 2008
6:51 pm
19538
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...
Pascal
pascal_plaga...
Offline Send Email
Oct 6, 2008
6:52 pm
19539
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...
elriba75
Offline Send Email
Oct 6, 2008
10:14 pm
19540
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...
ghidera2000
Offline Send Email
Oct 7, 2008
4:41 am
19541
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...
mlagardette
Offline Send Email
Oct 7, 2008
8:16 am
19542
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...
sgjoisa
Offline Send Email
Oct 7, 2008
8:50 am
19543
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...
David Carrión
dacarsoft
Offline Send Email
Oct 7, 2008
10:02 am
19544
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...
tomnew2003
Offline Send Email
Oct 7, 2008
6:28 pm
19545
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...
Bob Katayama
banffbears2006
Offline Send Email
Oct 7, 2008
7:41 pm
19546
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?...
George Henne
ghenne
Offline Send Email
Oct 7, 2008
7:58 pm
19547
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...
George Henne
ghenne
Offline Send Email
Oct 7, 2008
8:01 pm
19548
Yes, this problem has been outstanding for way, way too long. Does your program run properly as a .nsb program?...
George Henne
ghenne
Offline Send Email
Oct 7, 2008
8:06 pm
19549
Try setting the value of AppTitle: AppTitle = "My Form Name" George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Oct 7, 2008
8:09 pm
19550
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...
tomnew2003
Offline Send Email
Oct 8, 2008
5:34 am
19551
Yes, as far as I know, they should work the same way. George...
George Henne
ghenne
Offline Send Email
Oct 8, 2008
9:51 am
19552
... 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...
Chris Kenworthy
chris_kenworthy
Offline Send Email
Oct 8, 2008
12:58 pm
19553
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......
Chris Kenworthy
chris_kenworthy
Offline Send Email
Oct 8, 2008
1:01 pm
Messages 19522 - 19553 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help