Okay, here is my situation: The palm devices I am setting up are being used by different branches of the same company to do surveys at a nationwide chain of ...
Josh, So this is rather late, but since I haven't heard anything, perhaps you haven't gotten this figured out yet. I finally had some time to look into this. ...
I have an inventory form with two fields. 1. Asset 2. Serial When I scan an asset barcode I want it to automatically jump to the serial field. Is there any way...
I presume you mean that you want the data from a barcode scan to go into the serial field? (In other words, you don't just want it to move ("jump") to the ...
I want to be able to scan the asset barcode and the serial bardcode. I have a Symbol SPT1800. What script would I use to be able to scan different data into...
I suggest trying a script such as... scan: if $1 = NULL then $1 = scandata goto 2 return endif if $2 = NULL then $2 = scandata return endif This will then...
Again, I would refer you to the PF Reference Guide. Here's a slightly-altered sample script from there. scan: if $1 = null then answer = scandata return endif ...
Hi Guys. A really big show stopper issue for a project I am building for one of my clients. After I export my db out of forms 5 when I try and add entries to a...
Hello, I purchased the pendagon forms software to assist me with a project for a non-profit organization. We are doing a youth asset mapping project, where...
Hello, One approach you might try is this: 1) create a record in the database for each address you would like to survey. 2) assign a different UserName for...
Recently my oganization purchased the latest Dell Axim 51 PDA's and i have loaded my pendragon forms in the but suprising the it doeant seem to get the GPS...
I am brand new to this program and my poor aging brain is struggling. I am trying to produce a simple warehouse inventory form. I have a option for shipping...
Hi, I'm a new member on the group, but and old user of Pendragon. I'm having a problem since I replaced my computer 2 weeks ago. I installed the software on...
This sounds straightforward, but it's not entirely clear what field type you are using for some of the key fields. This would affect the exact wording of the...
Sounds like the problem I had once or twice when software got confused. I often make copies of the db and replace for each client. Bottom line I had to...
Skip Lowell
lowellskip@...
Feb 27, 2007 6:24 pm
2694
Hi, I need help. Three points: 1. - I make a form from a file. csv, after freezing it, I bring the data from the same file. csv (from ASCII), pendragon inform...
Script to test for alpha char and script to test for integer character please if you know of any in pf5....Thanks... Skip Regards............Skip Lowell Data...
Skip Lowell
lowellskip@...
Feb 28, 2007 5:16 pm
2696
I have it set up exactly as you suggest and your script should do exactly what I need. I can't wait to try it. Thanks a bunch Dave! ... ...
Hello! Anyone know if it's possible to handle this scenerio: Records are to be kept on the Palm for 7 days, and if a 'new' record were to be entered with the...
Howdy, Here's the script we use for that: select "OrderForm" where field 7 is $[ClientID] if result = 0 then gotosubform "OrderForm" new else msgbox "Order...
Have a field call device: I would like to barcode scan into this field but not go to the next field. Rather, I would like to insert a <tab> or ~ tilde...
I would think you might be better off maintaining those as three fields and then creating a concatenated field of all three (that does not show) with your...
I hope this isn't a noob question, but I can't find the answer in the manual or by searching the forums so here goes... I'm trying to create a work order form...
Since the username field = palmName changing it on the fly could potentially cause a mess when PDF is looking to perform an update. I would not be surprised...
Like the other person who responded, I'm unsure why you want to change the UserName, since this is the default value gathered from the name of the PDA. If you...
Hi, If this question has been answered in a previous post, please point me in the right direction... In forms 5.1, I want the user to select from popup lists...
Thanks for all the suggestions. I am in fact attempting to change the record owner from the pocketPC device itself. Consider this scenario: - Dispatch works...
Hi Eric, What you want to do shouldn't be that hard. There is an "Option 1 to 5" field type that seems as if it could be exactly what you want. There is also...