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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 9415 - 9444 of 20557   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9415
Hello, Does anybody know how to get the GMT time from the device? I'm using a pocket PC (HP iPAQ). I know how to get the current system date and the system...
jean_h_pennington
jean_h_penni...
Offline Send Email
Jun 1, 2005
6:07 pm
9416
Hi Jean In the pda registry you have some details about your system clock: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Clock] "GMT_OFFSET"=dword:00000000 ...
Jose Adell
jose_adell
Offline Send Email
Jun 1, 2005
8:57 pm
9417
Hi Jean In the pda registry you have some details about your system clock: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Clock] "GMT_OFFSET"=dword:00000000 ...
Jose Adell
jose_adell
Offline Send Email
Jun 1, 2005
9:11 pm
9418
I was just wondering if anyone used PrinterCE and experienced crashes when putting the data into subs (a button click event or a form load event)? I crash when...
mis_iceman1
Offline Send Email
Jun 2, 2005
1:36 pm
9419
Thank you so much. I'll definately try this out. Jean ... (3):01,00,00,00,80,01,00,00,55,00,00,00,00,00,00,00,01,00,00,00 ... watching how ... change it ... ...
jean_h_pennington
jean_h_penni...
Offline Send Email
Jun 2, 2005
2:44 pm
9420
I've just bought NS Basic CE to adapt software which I have written for Palm OS. CE, I note, unlike Palm, does not have an emulator, so it looks like I have to...
d_thorpe2000
Offline Send Email
Jun 3, 2005
8:02 pm
9421
Almost any Pocket PC will do the trick - they really are not much different when used by NS Basic....
George Henne
ghenne
Offline Send Email
Jun 3, 2005
8:18 pm
9422
ebay has been a good source for new or used PDA's. You can also go to www.usedhandhelds.com This site is operated by the producers of Pocket PC magazine...
Bob Katayama
banffbears
Offline Send Email
Jun 3, 2005
8:32 pm
9423
One more thing. Since NSBasic supports the older models as is, you do not have to get a WM 2003SE based Pocket PC. WM 2003 or even a Pocket PC V3.0 unit will...
Bob Katayama
banffbears
Offline Send Email
Jun 3, 2005
8:38 pm
9424
... with accessories I can sell to you, cheap. Bob I'm looking at one in the UK on eBay which will go for around £15.00 sterling including postage, so I guess...
d_thorpe2000
Offline Send Email
Jun 4, 2005
2:15 pm
9425
Haven't been able to find a way to show 123.40 . I get 122.4. Is there someting similar to the FORMAT instruction ib NSB Palm where you can use a string like...
Mike
miketrainr2000
Offline Send Email
Jun 4, 2005
6:44 pm
9426
Hi Mike Try this: Sub CommandButton1_Click Dim mynumber mynumber = 123.523 textbox1.text = formatnumber(mynumber, 2) End Sub Regards, Frank ... From: "Mike"...
Frank Hansen
fhpax
Offline Send Email
Jun 4, 2005
7:48 pm
9427
I have built a database for the Palm whereby the data were imported from two external db's, and now I would like to do the same for the Pocket PC version. ...
puig_mayor
Offline Send Email
Jun 4, 2005
7:55 pm
9428
Thanks Frank, That did th etrick. Now I need to find a font for the list boxes that will give me egual spacing. Mike ... there ... can...
Mike
miketrainr2000
Offline Send Email
Jun 5, 2005
1:40 pm
9429
Hi Mike As far as I know, the font shall be of the type "monospace". I found this one on my PC: "Monospac821 BT" Regards, Frank ... From: "Mike"...
Frank Hansen
fhpax
Offline Send Email
Jun 5, 2005
4:24 pm
9430
It also looks like "Courier New" has equal spacing. It is already on my PPC (HP 4150). ... From: "Frank Hansen" <con6904d@...> To:...
Frank Hansen
fhpax
Offline Send Email
Jun 5, 2005
4:48 pm
9431
Has anyone ever tried accessing images from a remote location on the Pocket PC? Linksys makes an IP camera like a few others that transmit jpeg images upto 20...
Bob Katayama
banffbears
Offline Send Email
Jun 6, 2005
1:18 pm
9432
The Grid controls on Pocket PC do not have a bind option. It's somewhat more practical to do on Palm, since there is only one kind of database, the Palm OS...
George Henne
ghenne
Offline Send Email
Jun 6, 2005
2:31 pm
9433
Hi guys, I'm having problems with the CEtabstrip control. It works perfectly if I add the control at the beginning of a "formless" application. My application...
michael_newett
Offline Send Email
Jun 6, 2005
4:47 pm
9434
Hi guys, Is there anyway that I can sroll a form - or use some control that gives a similar effect ? I have too many controls to fit on 1 form for an...
michael_newett
Offline Send Email
Jun 6, 2005
4:51 pm
9435
... How? With a For or While loop? And into which format do I have to (or should I) convert those two databases into to use on the PPC? Puig...
puig_mayor
Offline Send Email
Jun 6, 2005
5:22 pm
9436
I'm sorry I don't recall the first part of this thread where you said what the original database type was. If they are access databases, you can just copy...
epankoke@...
Styskul
Offline Send Email
Jun 6, 2005
6:05 pm
9437
The records are exported from 4th Dimension and come in text format, tab and CR delimited. Puig ... said what the original database type was. If they are...
puig_mayor
Offline Send Email
Jun 6, 2005
6:11 pm
9438
You should be able to import that directly into an Access database, which you could then convert to a CDB. That might be the easiest solution. -- Eric Pankoke...
epankoke@...
Styskul
Offline Send Email
Jun 6, 2005
6:30 pm
9439
Are you giving each Tabstrip a different name?...
George Henne
ghenne
Offline Send Email
Jun 7, 2005
10:28 am
9440
Yes, each Tabstrip has a different name. ... stabstrip ... designer ... up ... each ... opened ... throws ... with a...
michael_newett
Offline Send Email
Jun 7, 2005
10:40 am
9441
Forms are not designed to do this, but it might still be possible. If you make all your controls children of a frame, you can move them as a group by changing...
George Henne
ghenne
Offline Send Email
Jun 7, 2005
10:46 am
9442
... Yes - you will have to go through the records yourself....
George Henne
ghenne
Offline Send Email
Jun 7, 2005
10:49 am
9443
I assume you're running the demo. What version is it? If it's older than NS Basic/CE 5.1, this Tech Note might explain somewhat: ...
George Henne
ghenne
Offline Send Email
Jun 7, 2005
10:49 am
9444
No, I have the full version 5.1.2a. Only recently bought it. ... shows ... newly ... be ... forms ... control...
michael_newett
Offline Send Email
Jun 7, 2005
11:00 am
Messages 9415 - 9444 of 20557   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