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...
Show off your group to the world. Share a photo of your group with us.

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 9665 - 9694 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9665
Hello Has anyone got this to work using the COMM control? Using COMM, i can happily talk to a wired com port but when I try and open a BT one, then I get a...
richardianstone
Offline Send Email
Jul 1, 2005
8:38 am
9666
I have successfully got franson serial tools working with both NS BASIC Desktop and NSBASIC CE, using a wired serial port and a virtual bluetooth serial port. ...
michael_newett
Offline Send Email
Jul 1, 2005
10:31 am
9667
Thanks for the reply Michael, is it possible you could post some example code please. I understand the theory of the virtual comm port and just changing the...
richardianstone
Offline Send Email
Jul 1, 2005
11:14 am
9668
No problem, dont have code example with me today so will have to post it early next week - probably Tuesday (George has been wanting me to post a tech note on...
michael_newett
Offline Send Email
Jul 1, 2005
11:52 am
9669
There's a sample called CommCtl.nsb that comes with NS Basic/CE. Did you have a look at that? Does it work OK for you?...
George Henne
ghenne
Offline Send Email
Jul 1, 2005
12:01 pm
9670
Thanks Michael, At this stage my app. is embryonic, all I want to do at this stage is send and receive text. I will layer on from there I am satisfied my...
richardianstone
Offline Send Email
Jul 1, 2005
12:49 pm
9671
George, Thanks for the reply. It is sorted now. The problem seemed to be that I had the addobject code etc. within main. Once I moved it outside it all worked...
richardianstone
Offline Send Email
Jul 1, 2005
12:55 pm
9672
Is there a function to compute the difference between two times? Thanks Mike...
Mike
miketrainr2000
Offline Send Email
Jul 2, 2005
8:32 pm
9673
I have successfully used ePocketsetup to create installations for Pocket PC 2002/2003 but I'm having problems with an installation for an Ipaq 3660 running...
Robert Slack
robertmslack
Offline Send Email
Jul 3, 2005
10:25 am
9674
My guess is a messed up registry on the device, rather than a problem with your installer. Try a backup/hard reset/resinstall....
George Henne
ghenne
Offline Send Email
Jul 3, 2005
10:57 am
9675
Thanks George, I have suggested a hard reset, but I'm unclear as to whether it has been done. I'll follow it up, Robert...
Robert Slack
robertmslack
Offline Send Email
Jul 3, 2005
12:52 pm
9676
Hi Robert; If you actually did a hard reset, the unit goes back to the factory defaults. Thus you lose all the data and programs installed. Your contacts maybe...
Bob Katayama
banffbears
Offline Send Email
Jul 3, 2005
1:17 pm
9677
I have a program I finaaly got the db to work, but I need to be able to unload the combo box when I go back to a certain form. I used the form.hide method to...
chuck_linux
Offline Send Email
Jul 3, 2005
2:29 pm
9678
If you want to get rid of everything, just do a combobox.clear. Otherwise, I believe the syntax is combobox.removeitem(IndexOfItem) -- Eric Pankoke Founder /...
epankoke@...
Styskul
Offline Send Email
Jul 4, 2005
12:46 am
9679
Thanks Bob, Yes I do realise that. I sent instructions and advice to back up. Still waiting to hear whether he has tried it yet. Regards, Robert ... defaults....
Robert Slack
robertmslack
Offline Send Email
Jul 4, 2005
7:53 am
9680
Hello Is there anyone who has tried to run sqlce wit nsbasic? Regards Jørgen P. kock...
jpkock@...
joergen_kock
Offline Send Email
Jul 4, 2005
7:58 am
9681
Not that I know of - you'll need to write one. Use the Hour(), Minute() and Second() functions to get those values, convert the result to seconds, then do the...
George Henne
ghenne
Offline Send Email
Jul 4, 2005
9:55 am
9682
Thanks, but i figured it out the other day. I do have a question though. Is there a lot of errors using ADOCE or sqlite with nsbasic or just using pocket pc? I...
chuck_linux
Offline Send Email
Jul 6, 2005
12:28 am
9683
I have found that if you use Ltrim you can convert the hrs to 24hr clock and then just write a function to calculate the min....
chuck_linux
Offline Send Email
Jul 6, 2005
12:32 am
9684
Just use Ltrim or Rtrim and that will convert your hrs to a 24 hr clock then all you got to do is write a function to get the min....
chuck_linux
Offline Send Email
Jul 6, 2005
12:32 am
9685
Can you be more specific about the kinds of errors you are running into? Generally, I have not run into any errors that were not my fault in one way or...
Styskul
Offline Send Email
Jul 6, 2005
1:35 am
9686
I have this line at the top of my code AddObject "file" Sometimes (1 out of 2) I get the message "NSBAsic - .... Could not create non-visual control ('file')...
Mike
miketrainr2000
Offline Send Email
Jul 6, 2005
3:48 pm
9687
When you say "reload", do you mean closing and reloading the application, reloading NSBasic on your PPC, or what?...
Styskul
Offline Send Email
Jul 6, 2005
3:54 pm
9688
The program worked when I sync'd it. But if I then closed it, then ran it from file explorer it crashed. Anyway, I did a hard reset and reloaded everything and...
Mike
miketrainr2000
Offline Send Email
Jul 6, 2005
5:42 pm
9689
Hi there, Apologies for reposting this but I am at a dead end in getting this to work. Previous posts got a response from Michael Newett confirming that this...
richardianstone
Offline Send Email
Jul 7, 2005
7:11 am
9690
If you have passed midnigth, you will get a wrong result, unless you have a code for it. Jørgen P. kock ... From: George Henne To:...
jpkock@...
joergen_kock
Offline Send Email
Jul 7, 2005
7:26 am
9691
Hi Richard, sorry about the delay. Here is the code for Pocket PC. AddObject "serialce.port.1","objPort" AddObject "serialce.license","objlicense" ...
michael_newett
Offline Send Email
Jul 7, 2005
1:08 pm
9692
Hi Michael, Thanks for this. Bad news is I still get the same error message which implies that I have a problem with the dll registration. I am going to hard...
richardianstone
Offline Send Email
Jul 7, 2005
1:19 pm
9693
NOOOOoooooo. Try this first. http://www.pocketpcdn.com/articles/print_regsvr.html Its a free dll registration utility program that looks like windows explorer....
michael_newett
Offline Send Email
Jul 7, 2005
1:30 pm
9694
Hi Richard: I posted a suggestion on the Franson Tools forum site and did not realize that you were the one asking the same question there too. Duh. . . ...
Bob Katayama
banffbears
Offline Send Email
Jul 7, 2005
1:36 pm
Messages 9665 - 9694 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