I want to read streams on the serial line. What are the serial send and receive buffer sizes? The buffers appear to be larger than the Palm standard 512 bytes...
I have successfully programmed a 'BCmd' function using OnBoardC. A BCmd function utilizes double type parameters; I am able to pass an address (varptr) of a ...
wri tech,<br><br>there is a member of this "club" who did alot of work on hotpaw plugins and offered tips, and even tutorials, on how he created them. i think...
GC505-<br><br>I've read every note from Michael and attempted to contact him directly. However, the link given to Washington State U is no longer active and...
continued from part-1<br><br>I should encourage any programmer to learn as many languages as they are comfortable with. But especially encourage them to learn...
here's what i did.<br><br>i copy & pasted your original source into my palm desktop software as a memo. hotsynced. setup onboardc like you said, imported the...
I don't understand the offset value k in:<br>db$(d,r,k). I get d of 189 from db.find(dbName$)but length is shown as -2 when I invoke db.len(dbindex). What...
There's a little conversion program below that members may find useful. I got tired of converting cm to inches, fahrenheit to celsius and back again and ...
I have made a great price calculation but i need to store the result in handbase as a new row. Does anybody know how the code for inserting a new row in an ...
The Hotpaw documentation indicates that select case statement is recognized by the interpreter. I have coded:<br>#test.bas<br>a=2<br>select case a<br> case 1...
Yeah, I got the same error. I musta tried every way known to man to structure the select statement, including leaving out the "case" in the line (which is ...
The only reference to 'select case' that I found in the documentation was that it was a reserved phrase for future use. This is the same as the 'option base'...
Do you have HanDBase installed? The doumentation states the program links to the HanDBase program to work with HanDBase data. I chose to use List to store my ...
As far as I can determine, the 'A' and 'B' buttons are just optional choices on which you can act when the form is exited. It would be useful if you could...
Yes i have handbase installed i just need a singel line of code right to insert a new row.<br>I want to use handbase to take advantage of the "Handbase ...
I recently made a HotPaw Basic program that reads a chosen day's DateBook database and prints out the results in the HotPaw environment. In testing it out, I ...
Well i solved it myself her goes:<br><br>create the Dbtest database in handbase with 3 field 1 and 2 as text the third as float.<br><br>Run the code below and...
Hi everybody!<br><br>can somebody tell me how to change the context of a e.g. «form fld 20,20,25,23,"here",1» when I press a certain button to "there". I...
Can anyone tell me how to add items to the dropdown menus from the menubar (and then act on the selection of them)?<br><br>It looks like it should be possible...
Beta Test Version 1.3.2b5 of HotPaw Basic is here:<br> <<a href=http://www.hotpaw.com/rhn/hotpaw target=new>http://www.hotpaw.com/rhn/hotpaw</a> > ...
Have you tried the draw command. It works pretty much the same as the qbasic print command. The syntax is draw <varaible>,x,y. The x,y are where the ...
max4all2000 wrote:<br>>can somebody tell me how to change the context of a <br>>e.g. «form fld 20,20,25,23,"here",1»<br>>when I press a certain...
There's an example of reading Doc files in the examples directory of the unzipped HotPaw Basic download.<br><br><a href=http://www.hotpaw.com/rhn/hotpaw...
The command:<br>draw -1<br>is the documented way to clear the middle of the screen. I'll be adding the "cls" command to a future release to make it a little...