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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1096 - 1128 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1096
form fld 0,n, 0,0, t$, 1 how to get n, the correct dynamic form field number, is in the quick reference document. the fields of the built-in forms can't be...
hotpaw2
Offline
May 3, 2003
5:19 pm
1097
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... form fld 0,n, 0,0, t$, 1 how to get n, the correct dynamic form field number, is in...
Michael Taylor
michaeltaylo...
Offline Send Email
May 6, 2003
1:50 am
1098
... form fld 80,20,32,20,default$,1 f=fn formindex():# code should be here form btn 40,80,40,12, "Ok",1 while x = asc(input$(1)) a$=input$("Stuff this into the...
mauseohr1944
Offline
May 6, 2003
6:09 am
1099
Hi, Pud200... Did you have any trouble with the sentence form lst 50,79,(l+1),1,Rx$,1 ?? I'm getting a FORM ITEM Error in such line, I verified not to pass...
Juan A. Bertolin
janbertolm
Offline Send Email
May 6, 2003
7:38 am
1100
I do not know why you are getting that error - I can run the script I posted without problems! I suggest you make sure that you comply with a total of 127...
pud200
Offline
May 6, 2003
11:26 am
1101
Hello, I have a program that perfert run in V 1.2.7. In v 1.3.7 or in 1.3.8, i've tis error message : "Undefined line or sub routine in line 54". Why ? Thanks ...
Anne-Françoise Gu...
laurenta
Offline Send Email
May 6, 2003
1:46 pm
1102
... Hi Find line 54 and post its content - otherwise I see no chance for help Geert...
mauseohr1944
Offline
May 6, 2003
4:48 pm
1103
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... #Jfile Demo.bas< This was terrific! Greatly helps! Thanks! Michael...
Michael Taylor
michaeltaylo...
Offline Send Email
May 6, 2003
6:04 pm
1104
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... determined right after the creation of the form field and all numeric parameters (...
Michael Taylor
michaeltaylo...
Offline Send Email
May 6, 2003
11:21 pm
1105
Hi Geert In fact, I found the problem, it was a problem of brackets with the While instruction while (myvar1 > 1) and (myvar2 < 10) is not really correct but...
Anne-Franoise Gui...
laurenta
Offline Send Email
May 7, 2003
7:54 am
1106
Hi pud200, Above all thanks for your example, it is a good starting point for working with JFile DBs. I was playing a little bit and it seems that only works...
Juan A. Bertolin
janbertolm
Offline Send Email
May 7, 2003
12:46 pm
1107
My top-ten features that got me turned on to HotPaw Basic: 1. Print and Input commands default to message boxes with no additional programming. 2. Built-In...
progman22000
Offline
May 8, 2003
10:53 am
1108
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... #listtest.bas 'listbox test.bas - early, simple, listbox program. draw -1 dim a$(10)...
Michael Taylor
michaeltaylo...
Offline Send Email
May 8, 2003
9:27 pm
1109
... Hi After reading about the problems with listboxes, I experimented a little with one of my own early examples. Result: The rule that the total amount of...
mauseohr1944
Offline
May 9, 2003
6:49 pm
1110
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... The rule that the total amount of items must not excced 127 is only valid for the...
Michael Taylor
michaeltaylo...
Offline Send Email
May 11, 2003
5:47 pm
1111
What is the best solution for storing data in a database(file)? I wouls like to stay with something free unless there is a really good reason not to. Larry...
pinkp8ther
Offline Send Email
May 12, 2003
5:03 pm
1112
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... What is the best solution for storing data in a database(file)? I wouls like to...
Michael Taylor
michaeltaylo...
Offline Send Email
May 12, 2003
6:10 pm
1113
The List Database application is free and open source: http://www.magma.ca/~roo/list/list.html but only supports 3 fields per record. For databases with more...
hotpaw2
Offline
May 13, 2003
10:15 pm
1114
... INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... good ... I was looking for something with a little more random access and not so easy to mess up than...
pinkp8ther
Offline Send Email
May 19, 2003
12:13 pm
1115
Hi, Has anyone had trouble with strings containing 'special' characters? Sample 1 line app: #test.bas ...
tronixsoft
Offline Send Email
May 19, 2003
5:01 pm
1116
Hi, Has anyone figured out how to write functions (that return values)? I want to write a function like the VB "Replace" function for strings....
tronixsoft
Offline Send Email
May 19, 2003
5:41 pm
1117
... Hi When I export the string into my Power-Basic Editor the little square after "dۖ!&M@4Ӥc皊$R acts as a line feed - this...
mauseohr1944
Offline
May 19, 2003
5:43 pm
1118
... Hi I just re-uploaded the snippet 'replace.txt' in the Files-section ( Source directory ). The example includes a sub to replace strings and shows how to ...
mauseohr1944
Offline
May 19, 2003
6:03 pm
1119
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... I was looking for something with a little more random access and not so easy to mess...
Michael Taylor
michaeltaylo...
Offline Send Email
May 20, 2003
2:06 am
1123
Thanks for the help with my string question. The string I posted was actually read from a memo. I just posted it as a literal to simplify the sample. It...
tronixsoft
Offline Send Email
May 21, 2003
3:25 pm
1124
Hi Folks! I have been using HanDBase for a while, and just started playing with HotPaw Basic. I have been looking through the archives to try to learn how to...
Dave
da_ve_1955
Offline Send Email
May 26, 2003
2:54 am
1125
Does anyone have a neat way of displaying program instructions? I know I can use the print at command, however I was wondering if anyone had something more...
pinkp8ther
Offline Send Email
May 26, 2003
3:10 am
1126
... Hi If the space is sufficient: Load s$(0) with the title, s$(1) to (6) with the instructions. Call X= fn myabout(). Later the Menu will display your info...
mauseohr1944
Offline
May 26, 2003
6:42 am
1127
Hi, SV_RFID (http://groups.yahoo.com/group/sv_rfid/) is a Yahoo group that aims to gather together those who have common interest in RFID, not only as just a...
rfid_mot3
Offline Send Email
May 28, 2003
7:03 am
1128
I'm new to Hotpaw. As my first adventure I've decided to write a program to receive NMEA 0183 broadcasts from my Garmin Etrex Legend GPS and log the strings...
tmoritzz
Offline Send Email
May 28, 2003
4:07 pm
Messages 1096 - 1128 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