I am a Mac user who would love to sync HB with a desktop DB but Access is available for Mac. I know Filemaker is supposed to work but it's just not there yet....
... OK, I have a solution for you. It's not ideal, but it should work pretty well: F1 Units Text default "C" F2 Conversion Cond If F1="C" then whatever you use...
yeash - not pretty but it's what I need. Kudos for working it out. Thanks Ravindra! Michael ... values? ... Fahrenheit; else ... with "F" ... The ... shows ......
As I said I am new to HanDBase, my solution quickly broke down for me. I am actually disappointed with HanDBase in this regard. I do not understand the...
Your solution should work fine. In fact, I think it's basically the only way to do it right now. The current date is generally the date the record was created...
Hello to all, Just forwarding a message from David Haupert, President of DDH Software, Inc. this same message can also be seen in the main page of our website:...
It is a matter of understanding the concept behind "current date." I use it iin many of my apps. Ben ___ Another beautiful day in paradise ...... Original...
Sure. The "current date" is used to speed up initial data entry and is intended to capture the date the record was created, not modified or viewed. To capture...
I'm asking for anyone that has a functional report written for the HanDBase Reporter to post it here so I can look at one that works. I know basic HTML, but...
When I create a column of type Date I have four choices: 1. Ask User for Date 2. Date Record Added 3. Date Record Modified 4. Current Date If Current Date is...
I long ago noticed that "Date Record Modified" updated to the then current date when a record was accessed/viewed -- no modification of any of the record's...
Hi This is a really basic report <field4><br> <p>I was hoping that <field1> <field2> would hand in some homework yesterday, could you please send them to my...
I purchased T-observe from handango. It is a handbase data base for observing teachers. The instructions for using this product are not clear. How do I open...
I don't know if this will help your discussion, but I have two examples where I use "Current Date": 1) For length of stay (LOS) in a hospitalized patient, I...
I have Pro installed on my Windows desktop (and the basic HandBase on a laptop) and now need to install Enterprise to enable sync with a MySQL database. Will...
Hi, HanDbase Enterprise has the ability to sync with an Access database as well as ODBC data sources. Install it to the same location as your Pro install, and...
Thanks, that is what I was hoping. I upgraded my licence yesterday but your web site just gives a "connection refused" error when I try to download it. Maybe...
I have linked 2 files together (and they do work!) ... but when I 'sort' one of the fields in the primary file, it loses the link on the 2ndary file. How can...
Hi gp! That doesn't sound right... How did you set them up? Are you linking properly back from the Linked to the Link? Tuesday, September 7, 2004, 9:26:52 AM,...
Hello, Sorry to say that our download server is currently down. We do apologize for the inconvenience, hopefully operations will go back to normal soon and...
I have a list of people with their birthdates and would like to define a field that gives there age. Is this possible? -- Kiffin Rex Gish Gouda, The...
Kiffin Gish
kiffin.gish@...
Sep 7, 2004 6:43 pm
14430
... I know this is a Handbase forum, but for stuff like that I use the Address applet that comes with my Visor . . . THEN I use a freeware program called ...
Hi That's certainly possible, there are several users that have already worked this out. I suggest you take a look at the gallery section of our website and...
... something ... I can log in to the DDH site and get to the download page but when I click on the download link, my browser goes away and has a think about...
Is it possible to calculate based on a conditional statement? For example: "Sum = If Date=A AND Category=B then sum columns 4-7" Ultimately I want the Sum...
No, not directly. You'd have to do the various calculations. Then, use a conditional field to select which one you wanted to actually display. Could use either...
First, define another field that is today's date. Then define a third, calculated field called Age. Configure it to be ([Current date]-[Date of birth])/365.24...
If you notice some errors, you might use the FLOOR function on the integer so it does not round up, but rather rounds it down. This keeps a persons age lower...