Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Sep 7, 2005 2:41 pm
1813
Thanks rhnlogic, that has helped me out a lot. I now understand more clearly what others mentioned earlier. The loop with start flag is working well for my...
Hello everyone, once again :) My application has progressed to a point that is at least bittersweet, I am communicating with my rs232 device in proper fashion...
I believe the following program should change the background to red. Should it? On my Palm Tungsten T5 (PalmOS 5.x) it changes it to green: # redtest.bas ...
You should give more details about the database you're trying to work with. What format is it? What is the name of the program that lets you view it in...
Sorry, my bad, I'm using jfile. Thanks for the interest. I've found a way to get around the problem, but I don't like it much. But, it's possible to have the...
John, I've flagged your message and will try to give it some thought soon. I don't have JFile myself, so I'll have to see if I can find out something about it...
Rather than buying the book by Immler, which is problematic for me due to Customs considerations as I live in Thailand, perhaps somebody in the group can steer...
Hi If you want to use a pedit32 memo as data file: 1. Delete the header ( leave the title!! untouched ) 2. The name of the datbase is "Memo32DB" not "doc:" If...
No Suggestions to this old Problem? I would like to read User Field 3 (this i used early for Burthday and happy Days) and put this Info to the new Birthday...
In the past I have made several programs that pick a non-repeating series of random items. Bingo style games and card style games use non-repeating random...
Hello everyone. I just have one question for now.... I notice that I have this .bas files in my hotpaw folder and I would need to open it and copy paste it...
... Instead of shifting the entire array, which can be slow, another method is to just loop through the array swapping every element with another randomly...
What operating system are you using on your computer? Where is the file stored? What model of Palm device are you using? Regards, LouBalleweg@... ......
Hello, I have an Xp compter and the file is stored in a regular folder in my desktop. I'm using a tungsten 2. I had this .bas files which was included when I...
Open the .bas file in Windows Notepad. Select all the text. (Edit, Select All) Copy it to the Windows Clipboard. (Edit, Copy) Open Palm Desktop, click on...
Sigh... I have great ideas (i think) on what can be good programs---- if you can make it. I'm a new user of Hotpaw and palm programming language and haven't...
Lol, you must have think I'm that dumb! I guess it's ok. I'm kinda am on this for the moment. Of course I'm able to do that, only I wish it can be done ...
Hey, Game Timer is mine ... my first HotPaw program, actually! I'll try CFB Timer myself, but is there a way to prevent automatic shutdown in HotPaw? RP...
... Yes, the following statement will let you set the auto shutdown to any ... You can search the Hotpaw Basic "quickref.txt" documentation for "fn ... NOTE:...
fn set_auto_off(n) '- sets Auto-Off timer to n seconds; '- use n = 0 to set Auto-Off time to never; also '- displays a warning dialog for n > 5 minutes. '- Old...
one more thing.... Congratulation for you people who have given me insights/help on codes, and thanks for the "Game Timer" program, Prasad(?)! Since all that...