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...
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...
... 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...
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...
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...
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 ...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... determined right after the creation of the form field and all numeric parameters (...
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...
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...
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...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... #listtest.bas 'listbox test.bas - early, simple, listbox program. draw -1 dim a$(10)...
... 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...
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...
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...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... What is the best solution for storing data in a database(file)? I wouls like to...
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...
... INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... good ... I was looking for something with a little more random access and not so easy to mess up than...
... 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 ...
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...
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...
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...
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...
... 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...
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...
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...