i have had a very similar experience trialling various packages, at the moment i too am currently using visual CE but it cannot capture jpegs using the hpaq...
All: If anyone still uses POSE for developing and testing applications, I have a question for you. I have downloaded POSE and have it up and running, but I can...
Hello all, Having an issue with the Previous Button, and wondering if there is a solution. I have a branch set up, so that on page 1, if something is ...
I have a better solution than the previous one I posted (doh). I figured out that you can disable and enable the buttons as you need to. In your application,...
Would hiding the fields on page 2 and 3 work? Have you thought about disabling the previous button in the advanced form properties? Forgive me if my solutions...
Hi guys. I am a fairly new user to PF. I found the documentation quite good for this product but I was wondering what the chances of some of the users posting...
All: I was wondering what resources you use to help you assign version numbers (and revision numbers) to your applications? In other words, if I come out with...
that's the problem, though... I don't want to disable the button. if users make a choice on page 6, that has them skip pages 7-9, i want to be able to say on...
Couldn't you just hide the screen/fields ? By selecting the answer that jumped them forward and adding a "hide #" in the if statement, wouldn't it do what you...
Sure, it would hide them. But, in our system, they would actually be skipping 7 pages (the numbers I gave were examples.) So, if the user wanted to get back...
I have 1800 and 1846 Synbol units and 4 station serial cradle. There seems to be an issue when i put one unit in the station it works fine but then if we put...
Does anyone have work connection to Firebird? I can make it work with SQL but need to sync through out ODBC to Firebird. ODBC is used everyday by read/write...
Hi Guys. Just wondering if there is a way of using multiple criteria in a select statement. For example... select all records where field 2 = "YES" and field 4...
... really? wow, that would definitely solve the problem then. Thanks ... ____________________________________________________________________________________...
... there is a way to "add" succesive criteria (filters) with the command also this example is in the guide chap.13 pg 229 select "Employee List" where field 1...
Hi guys. I created a form that is made purely for updating a couple of pieces of informaiton form a much larger form. When the user clicks submit it using...
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...