Search the web
Sign In
New User? Sign Up
cbaspadandhotpawbasic · cbasPad and HotPaw Basic - Discussions about cbasPad and HotPaw Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 518 - 547 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
518
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...
wri_tech
Offline Send Email
Jan 7, 2002
5:22 pm
519
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
Offline Send Email
Jan 7, 2002
5:50 pm
520
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...
greenchile505
Offline Send Email
Jan 9, 2002
2:30 am
521
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...
wri_tech
Offline Send Email
Jan 9, 2002
5:08 pm
522
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...
wri_tech
Offline Send Email
Jan 9, 2002
5:15 pm
523
wri,<br><br>i tried to compile your bcmd plugin using onboardc, but received this error:<br><br>"Source Error"<br>"unknown identifier "'a'", line...
greenchile505
Offline Send Email
Jan 9, 2002
8:53 pm
524
are you using 'a' or "a". Should use 'a'.<br><br>Please submit actual code if possible.<br><br>-wri...
wri_tech
Offline Send Email
Jan 9, 2002
9:14 pm
525
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...
greenchile505
Offline Send Email
Jan 9, 2002
10:43 pm
526
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...
j_haines2000
Offline Send Email
Jan 14, 2002
6:05 am
527
Hi,<br>I am working with a PalmVx (OS 3.5.0). I can use 1024 byte receive buffer.<br><br>Regards MS...
derfnamkeres
Offline Send Email
Jan 15, 2002
10:52 am
528
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 ...
h_mac_grant
Offline Send Email
Jan 18, 2002
10:01 pm
529
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 ...
jockejoh
Offline Send Email
Jan 19, 2002
6:43 am
530
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...
j_haines2000
Offline Send Email
Jan 20, 2002
12:42 am
531
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 ...
h_mac_grant
Offline Send Email
Jan 20, 2002
3:00 am
532
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'...
RPB54
Offline Send Email
Jan 20, 2002
8:28 pm
533
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 ...
RPB54
Offline Send Email
Jan 20, 2002
8:41 pm
534
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...
RPB54
Offline Send Email
Jan 20, 2002
8:50 pm
535
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 ...
jockejoh
Offline Send Email
Jan 21, 2002
7:12 am
536
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 ...
ckb1972
Offline Send Email
Jan 21, 2002
5:46 pm
537
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...
jockejoh
Offline Send Email
Jan 26, 2002
9:08 am
538
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...
max4all2000
Offline Send Email
Jan 29, 2002
10:14 am
539
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...
panther75si
Offline Send Email
Jan 29, 2002
11:58 pm
540
Beta Test Version 1.3.2b5 of HotPaw Basic is here:<br> &lt;<a href=http://www.hotpaw.com/rhn/hotpaw target=new>http://www.hotpaw.com/rhn/hotpaw</a> &gt; ...
hotpaw2
Offline Send Email
Jan 30, 2002
5:10 am
541
how do I get ybasic to display like Qbasic on a pc? I have tried the commands from previous post but keep getting error messages. can anyone help?...
s_harthorn
Offline Send Email
Jan 31, 2002
4:00 am
542
Have you tried the draw command. It works pretty much the same as the qbasic print command. The syntax is draw &lt;varaible&gt;,x,y. The x,y are where the ...
Roast_Turkey_OH
Offline Send Email
Jan 31, 2002
1:13 pm
543
max4all2000 wrote:<br>&gt;can somebody tell me how to change the context of a <br>&gt;e.g. «form fld 20,20,25,23,"here",1»<br>&gt;when I press a certain...
hotpaw2
Offline Send Email
Feb 1, 2002
1:55 am
544
Can anyone walk me through how to operate the ylauncher and how to use the makeprc.bas program....
s_harthorn
Offline Send Email
Feb 1, 2002
9:43 pm
545
Greetings:<br>I'm new here. I've been trying to make an applet from one of my bas pros. Everything seems to work except I'm getting an error 13, ...
double_dragon_ebooks
double_drago...
Offline Send Email
Feb 1, 2002
11:34 pm
546
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...
hotpaw2
Offline Send Email
Feb 1, 2002
11:53 pm
547
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...
hotpaw2
Offline Send Email
Feb 1, 2002
11:56 pm
Messages 518 - 547 of 2112   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