... Microsoft has a number of articles on ADOCE on their website. If you go there and search on ADOCE, you'll see them. George Henne NS BASIC Corporation ...
... more ... new ... you go ... Sorry, George. It is actually the file control I was looking for so I can find out to erase a record. Haven't got around to...
Anyone know how to 'seed' the date control ? This doesn't work addobject "Date", "dt".... dt.text="09/08/02" Always displays today's date and not the text seed...
Al, You need to use: dt.Date="09/08/02" I found it a couple of weeks ago on the old discussion board, found via the NSBasic Support page. Cheers Jarv ... From:...
... The File control won't let you delete records. It's really for simple flat files. If you want to delete a record, you need to create a new copy of the file...
... simple ... new copy ... Crikey, that's crude isn't it ? Especially when I can't opem 2 files at a time. So I assume I have to: Open 1 Get record Close 1 ...
... You should be able to open more than one file. Do it by creating multiple file objects. George Henne NS BASIC Corporation http://www.nsbasic.com...
... multiple ... Of course, how stupid of me. Sorry about that. The installation problem we discussed is coming along nicely, but the program crashes at the...
I got my CD and installed the desktop edition on my PC. I created a form to roughly match the UI I created on my Palm app and added code from the sample.doc to...
George, Et al. While waiting for my NSBasic/CE package to arrive, would reading any books written fro VBScript be of any use? If so, does anyone have any...
... The CE version of the File Object does not have a filecopy method. I know there is also documentation for these functions in the eVB toolkit, which is a...
... Are you doing this on tbe desktop or the device? DialogX needs to be present. However, it does not run on the Desktop, just on the device. George Henne NS...
I hate to be too impatient, but I noticed a few replies to messages that came after my earlier post and I was concerned that the one major point had been...
... so I don't keep having to ask on here ? ... Odd, it accepts the method but doesn't like the syntax. Surely if it didn't exist it would say "Method not...
... object but apprently not. ... Desktop, just on the device. Eventually found it by trial and error. By installing your full version of NSB and noting the...
Me again :-) Really getting to grips with it now, and apart from the lack of documentation (hence the flood of dumb questions) I am VERY impressed with...
Andy - You might try loading them onto your handheld, opening them in NSB, saving them as text files, copying the text files back to your PC, and then opening...
... Please accept my apologies. There is indeed a filecopy method. It's documented here: http://www.nsbasic.com/ce/info/nsbce/technotes/TN02.htm It takes two...
... No arguments. The Desktop is not at the same level as the device version yet. We are working on a new version. In the meantime, there is a 1.04 beta 1 that...
I won't get my handheld in a for a couple of days (I got the wrong one first and had to return it). Will the PPC version run in an emulator? I am really not...
... Hear, hear! It's almost as though NSBasic assumes that you have a good knowledge of Microsoft eVB before you start. Fine of course if you do but very...
I'll buy it as well. I need all the help I can get. ... _________________________________________________________________ Get your FREE download of MSN...
... Is this on the desktop or the device? If on the device, you could be running into the maximum size the Windows CE editor allows. ... There is no rational...
... The NS Basic/CE Desktop has an option of running programs using the Windows Script Debugger. This works fairly well, but not all controls have a desktop...