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...
Show off your group to the world. Share a photo of your group with us.

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 1074 - 1103 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1074
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... writing programs even books. I did not get anything along with the software. ...
Michael Taylor
michaeltaylo...
Offline Send Email
Apr 2, 2003
2:52 am
1075
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...
lewettebe
Offline
Apr 2, 2003
8:52 am
1076
... 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...
mauseohr1944
Offline
Apr 2, 2003
11:06 am
1077
... Data acquisition at regular interval, say every 5 minutes. But I would like an acurate interval !!!...
lewettebe
Offline
Apr 2, 2003
11:34 am
1078
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...
frickenidiot2003
frickenidiot...
Offline Send Email
Apr 3, 2003
8:27 am
1079
... Have you tried the code I posted? Geert...
mauseohr1944
Offline
Apr 3, 2003
6:10 pm
1080
... 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...
lewettebe
Offline
Apr 4, 2003
12:36 pm
1081
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. ...
hotpaw2
Offline
Apr 4, 2003
12:49 pm
1082
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...
Michael Taylor
michaeltaylo...
Offline Send Email
Apr 9, 2003
3:26 am
1083
Hi, I'm looking for the way of accessing to Jfile from Ybasic program. Any idea? Thanks in beforehand JAB...
Juan A. Bertolin
janbertolm
Offline Send Email
Apr 11, 2003
10:49 pm
1084
Are there any HotPaw basic emulators for windows?...
rpeggman
Offline Send Email
Apr 14, 2003
10:39 pm
1085
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...
proatnight
Offline
Apr 17, 2003
7:55 pm
1086
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Hi, I'm looking for the way of accessing to Jfile from Ybasic program. Any idea? ...
Michael Taylor
michaeltaylo...
Offline Send Email
Apr 25, 2003
4:32 am
1087
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...
pud200
Offline
Apr 26, 2003
5:20 am
1088
Hi, That it actually what I'm looking for, the way to access to a JFILE DB using HotPaw. Would you mind to post the code that you mention? Tks. JAB...
Juan A. Bertolin
janbertolm
Offline Send Email
Apr 26, 2003
1:00 pm
1089
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...
john
john4851
Offline Send Email
Apr 26, 2003
5:07 pm
1090
... 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...
pud200
Offline
Apr 28, 2003
1:52 am
1091
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...
Michael Taylor
michaeltaylo...
Offline Send Email
Apr 28, 2003
2:42 am
1092
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...
Michael Taylor
michaeltaylo...
Offline Send Email
Apr 30, 2003
12:06 am
1093
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...
john4851
Offline Send Email
Apr 30, 2003
9:41 am
1094
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...
Michael Taylor
michaeltaylo...
Offline Send Email
Apr 30, 2003
6:09 pm
1095
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... what do u mean? form fields? ie txt fields or something or databases? It is possible...
Michael Taylor
michaeltaylo...
Offline Send Email
Apr 30, 2003
6:23 pm
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
Messages 1074 - 1103 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