Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... writing programs even books. I did not get anything along with the software. ...
Hi, does anyone figure out how the fn sleep(n)works? Why is this so innacurate, why the minimum delay of 120 secs, and how to get it more predictable ? Thanks...
... Hi For what would reason you use this function??? If you need a specific delay, try this: now = timer nxt = now + 10 ' or whatever delay in seconds you...
Printing with a very large font?(24-36pt) Help: Does any one know how to print memo files via IR printer(I use an HP340) at say 24-36pt font. We want to print...
... Well, I must admit my post is'nt that clear. My goal is to pilot an external device through the serial lines at regular interval of 30 minutes or far more...
Delaying by using fn wait() uses much less power than looping on timer() reads. fn wait() allows the CPU to enter low power nap mode until the time expires. ...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Printing with a very large font?(24-36pt) Help: Does any one know how to print memo...
Hi, Does anyone know if it is possible to enable the Datebook button? I'm working on a program that will require 7 buttons at a time. (The screen tap will act...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Hi, I'm looking for the way of accessing to Jfile from Ybasic program. Any idea? ...
Can you be more specific about what you are looking for? The commands are clearly documented in the quickref.txt file on the website and in the documentation...
Hi I've been experimenting with JFile. I've found that I can't read more than 32fields with HotPaw Basic, even if though a JFile database can have upto...
... DB ... As requested, this is some code extracted from my program. It expects a database with 28 fields, but the number of records can be varied by the...
Is it possible stuff a value into a field after you've drawn it? I can't seem to figure out how to do this? By the way, I have alot of toy programs I've...
Is it possible stuff a value into a field after you've drawn it? I can't seem to figure out how to do this? By the way, I have alot of toy programs I've...
what do u mean? form fields? ie txt fields or something or databases? It is possible to put text, via the programme, into a text field made for the user to...
Is it possible stuff a value into a field after you've drawn it? I can't seem to figure out how to do this? By the way, I have alot of toy programs I've...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... what do u mean? form fields? ie txt fields or something or databases? It is possible...
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 ...