... Hi I dont think theres an auto erase for handbasde. bt i suggest just set that record a particular alarm, so that when it does, just erase it. Dr. Richard...
Thank you for the suggestion. Can I set alarm on each record creation (dynamically)? Are there any limits on number of alarms (per database)? I would like to...
Is it possible to print only the last value from a link? I am using the <follow> code in my handbase reporter but when i print my records it prints all the...
Is it possible to update my records when i change the value of my field? Ex: I have 4 fields (PopUP, Relationship, Conditional, Calculated) PopUP = number...
Hello, I would recommend you join the HanDBase Yahoo Group. You'll get more responses from users who can help with this type of issue there. This Group is...
Hello, I would recommend you join the HanDBase Yahoo Group. You'll get more responses from users who can help with this type of issue there. This Group is...
Hello, There is no way to clear a field automatically. As far as setting alarms, you can have them set automatically based on a Date and Time field. Go into...
Hi David, Im programming a system wherein I already purchased the handbase for palm os. In creating reports, I used the reporter free trial version. I...
Hello I am having both Palm and Pocket PC HandBase software version V 3.51. Now I am able to convert my Excel for mat to HandBase and vice verse.I am able to...
Hi, I need to encode some text fields so they are accepted by the HanDBase ODBC driver. I tried the syntax INSERT INTO myDB FIELDS ( myField ) VALUES ( 'I\'m...
ive purchased HANDBASE 3.51,PLUS,PROFESSIONAL AND ENTERPRIZE EDITIONS FOR WINDOWS. I own a heating and air buisness and am currently in the prosses of changing...
What do you want to know?. Please be very specific . I will teach you how to start and use Handbase. Beforethat I want to now your level of understanding. ...
can somesome show some formulas, simple ones like multiplying a markup percentage to a number you have in one field, then totaling it up, for the use of...
Not sure what you mean by go through _____ From: HanDBase-Dev@yahoogroups.com [mailto:HanDBase-Dev@yahoogroups.com] On Behalf Of Parameshwara Tunga Sent:...
Hi! I have configured how to use the treocamera plug in. It worked very well. I bought a Runtime but unfortunately the treocam plugin did not worked well. it...
Hello All these day I was working on ipaq h2200 , recently I got one Dell Axim which operate faster than Ipaq. Now I face while creating template in Axim. The...
Hi, I would recommend that you contact support about this at support @ ddhsoftware.com. Include the exact model of Dell Axim that you are using (there are...
HI Roberto, No that doesn't work either. I think DDH support should provide an answer for my question - if none of the developers here know it, it surely must...
Hi Roberto, That doesn't work either. There's something I don't quite understand. DDH technical support ( Shannon is doing an excellent job otherwise ) is not...
HI Roberto, No that doesn't work either. I think DDH support should provide an answer for my question - if none of the developers here know it, it surely must...
HI Roberto, No that doesn't work either. I think DDH support should provide an answer for my question - if none of the developers here know it, it surely must...
Got a few questions. What is the backend db? SQL has issues with single quotes as they are used to delimit text. Can you post your app or more detail. I have...
Hi, I think it may depend on the back end database. With MySQL either of the following will work, but I'm not sure why the second one does: INSERT INTO myDB...
Yes, definitely post the database type - Have you tried: INSERT INTO myDB FIELDS ( myField ) VALUES ( 'I''m the content' ) ; or INSERT INTO myDB FIELDS (...