It's really two questions. Does GameWrite works with NS basic? and I installed GW in my h2210 but can't see the code characters !! ,any idea? Of course I've...
I assume you're talking about GameWrite from www.spritehand.com. It does not work with NSBasic. In fact, it's actually a standalone product for writing games...
Refinancing your home has never been easier and more profitable. Our staff works exclusively to save you as much money as possible on any home loan. We secure...
Has any one else experienced delays receiving registration information from ePocketSetup? I paid 2 days ago and have not received a registered copy. In ...
Hi im my aplication i'm work wit an table with 4000 records and my SQL have this sintax RS.Open = "SELECT * FROM Table1 WHERE DES1_TB1>='' ORDER BY DES1_PRO",...
In Portuguese: Gerson, também tive uma experiência assim. Já não me lembro exatamente como resolvi, porém me lembro que estava relacionado a forma de...
My contribution is straight forward. Hope you get it! Indexing the field called DES1_TB1 is most probably the answer. Do it using this SQL: CREATE INDEX...
Hi @ all! Quotation from documentation: "Clicking upon an item in the listview control triggers this event which passes the row and column of the item that was...
Hello Friends!!! My aplication had an routine that will read a .cdb table and write a txt file, in the cdb table are fields "INT" type, inside my routine i...
this will work for positive values: <code> strResult=zeropad(cstr(rs("Code_db1")),6) function zeroPad(inp,tl) while len(inp)<tl inp="0" & inp wend zeroPad=inp ...
Since NSBasic already has a built in function, it seems like that would be the way to go. The syntax is: Reg = CStr(Format(rs.Fields("Code_db1"), 0, x)) & ...
I misunderstood what was being asked for until I went back and reread the post. My bad, so I did go ahead and demonstrate the FormatNumber function. Eric...
Perhaps you have neglected your coffee? Or are thinking of some other language? I don't want to discourage anyone from truly helping, but you certainly didn't...
You're right. (1) I didn't have my coffee this morning (2) I didn't test However, I also made the assumption that the help file would actually be correct, and...
Eric, Not to worry. There is indeed a FormatNumber function. The Handbook page with the heading "Format" has FormatCurrency, FormatDateToTime, FormatPercent...
Okay, I think I'm ready to start my day now. I have reread the help file (a couple of times), and I now realize that FormatNumber won't work for this...
I had a problem with NS Basic so I uninstalled. I reinstalled but keep getting a message indicating it can't locate the typelib info and tells me to reinstall...
Does anyone know of a BitBtn control for Pocket PC, i.e., a control that is similar to a command button, but that allows a .bmp or .ico image to be placed onto...
Thank you for the quick reply! I will research how to do it . . . would also appreciate any examples that anyone can supply. Regards, JKH ... control ... or...
I have tried every approach I can think of to capture a MouseDown event on a secondary form . . . with no luck. I have tried (complete with parameters): ...