Hi Malcolm, Since you are experienced with Smart List To Go, you might want to look at HanDBase by DDH Software (www.ddhsoftware.com). I think it is quite...
Thank you to everyone for your advice. After only 2 days with the Dell Axim x51v, probably the best Windows Mobile 5 device out there, I returned it and...
It's called concatenation and Brenda sent me instrustions on how to do it last year. ... __________________________________________________ Do You Yahoo!? ...
Hi group, I'm fairly confortable with the concept of DB-join and one-to-many, key fields etc. and I've read various messages from the list. I want to sync 2...
Radio Button values can be changed via user input. However I am developing an application which requires the values to be changed and displayed conditionally,...
You can concatenate. Create a third field, advanced expression type, and write the formula: field1+ ', '+field2 (', ' is optional). ... From: "Malcolm"...
Did you try HandBase with Forms? I was the same. I moved to PPC because Palm just wasn't using latest technology.(I wanted WiFi & Portait screen)(Had the Tx...
Hi Could anyone tell me if it is possible to transfer a record to another file? I created a simple To-Do file and would like to transfer records of completed...
I don't know of any way to do that. One way to achieve the same thing is to add a checkbox field "Finished" and filter your views so that you only see those...
Hi Paul - This issue has come up before. What has been suggested (although I've never gotten around to trying it myself) is that you use an Auto Incremental...
You can't do it with integer or text fields. You could probably set up something using an Advanced Expression that refers to the previous record, but without...
I've downloaded a bunch of free/sample databases from here and the SLTG page on the DataViz website. Unfortunately, most don't have any documentation. For...
Thanks, Anne. Cheers Maria ... thing ... that you ... also have ... field ... pretty ... more ... another ... keep ... products please visit www.dataviz.com...
After filtering finished records, as stated below, you can also move all records to a specific category (let’s say Finished), using Filtered Operations, Move...
This only shows the contents of the original fields in the 3rd field, it still requires the original two fields. What I want to do is merge the contents of two...
What I had to do was add the 3rd field as described (Advanced expression, text type with formula field1+', '+field2); then in record view with all fields...
Forgot to mention, when I exported records I did not export the original field1 and field2 records and in the new database I did not use field1 and field2. ......
I FINALLY gave in and upgraded to V3 "hoping" it would have more 5-way navigation capabilities, which it does- sort of. You know, a person can select a...
Hi to all. I'm try to put in my smartlist a field to record a sequence number but i need to record a hexadecimal number like CT123 and this must be auto ...
... Gordon, Unfortunately, no. Those are features I would liked to have seen, too. I actually suggested some thing like that to DataViz, but I e-mailed it...
I'm going to be a butthead and say CT123 is not a hexadecimal number. Hexadecimal numbers only go up to F and are usually in pairs like CF or A5. Chuck ... ...
Hi, I need help with an IF() formula in SLTG. What I want to do is to display a text message when the conditions of a numerical expression are not met. For...
Bob, I have found a couble of things 1 EzRocker - this is a virtual mouse which enables you to "click" on any field etc in any app. It is shareware but I can...
Try this: Three fields: N1 - type Integer (or Long or Float) N2 - type Integer (or Long or Float) tMsg - type Advanced Expression: If (N2-N1<25,'Not valid','...
There is another way to solve the problem completely on the handheld. What you need is the SubString Plug-In for SmartList To Go which can be downloaded from...
The Classes Example in the files area causes SLTG to crash with a runtime error. If I remove the ! in the filenames then it doesn't crash, but then the joins...
you´ll need a field, advanced expression type, text, with a formula to test the condition. Let´s say: if(field4-field5)<25,' Measurement not Valid',OK'). ...