I am in the process of writing a program that uses the DBOS database format as shown in the yb_tutorial.txt file (example 5). I have it writing and reading to...
I noticed that this question has not been asked in a while so I thought that I would ask it again. Has any one been able to send a string of data between two...
While playing last night, I figured it out. You need to put the get () call in a loop and also put a wait in the loop. This gives the operating system a...
Can anyone out there help me please? I'm trying to develope a routine to help transfer (a lot) of memos into a Handbase database whilst undertaking a data...
Hi Everyone. So far I'm loving HotPaw, but I have a few questions, and I'm sure more to follow. :) When you use the open command to read from a data file, is...
In line 4042, should the "new" variable be previously associated with a record number ? ... __________________________________ Do you Yahoo!? Yahoo! Hotjobs:...
You should be able to open two files at the same time, for example for reading from one and writing to another or for any other read/write function. I don't...
The new in line 4042 is a function and works quite well, the issue lies with line 4036 not deleting... ...... Original Message ....... On Wed, 07 Jan 2004...
Has anyone done anything with the new DB formats on the T3? I'm interested in being able to scan the contacts database, accessing fields like Birthday and User...
in graffiti area, swipe bottom to (straight) up, draw a (^) (naturally, left to right), then swipe bottom to (straight) up again. works in either the text area...
G'day fellas, Im rather green to hotpaw basic so I have a few questions that may seem a little silly, nevertheless, I'll ask. Can I write a program to activate...
I have written a program with multiple form fields.... i have a "tab" button created, but can't figure out the coding... I would like to be able to switch...
When I use the following code: s$(20)=s$(0) db$(mydb,x,1)=s$(20) s$(21)=s$(1) db$(mydb,x,2)=s$(21) the second field doesn't always update. I use the update...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Jan 21, 2004 7:01 pm
1388
Hello, I am very new at all of this programming. I see all of the code snippets but I don't see what I am looking for. What I want to do is to be able to have...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Jan 29, 2004 12:07 pm
1390
Hi : I uploaded this file to the group. Please take a look at it. I couldn't use a button, so I used a boxfilled. I'd like to improve it. Maybe to make it have...
Anybody knows a doc manager to chain it from memopad ? I tried one and it was not succesfull. Thanks Jorge [Non-text portions of this message have been...
Try Pedit from Paul Computing www.paulcomputing.com It can support memo's up to 32Kb in length and works with Hotpaw Basic. ___ www.imr-transport.fotopic.net ...
Yes, When you have Pedit installed, it has options built in to transfer Memos between Memopad and Pedit32. Once you have transfered your Memos to Pedit32 you...
Hi all : I am trying to work with bitmaps. From the user manual: "draw x,y, w,h, 100,a$(0) Draws a 1 bit/pix bitmap. w & h must be less than or equal to 32....
Hi ... To draw bitmaps of this type you have to dimension a string array (a$() )and fill it with appropriate hexcode strings. Each hex digit stands for 4...
The T|E USB port is slave-only; and PalmOne has not released any information on how to use it for anything other than performing a HotSync. For communication...
Hello all, Is there any way to clear all the text that is waiting at the serial port? What I mean is, When I send a bunch of different commands to the serial...