Search the web
Sign In
New User? Sign Up
pendragon-forms · Pendragon Forms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2657 - 2686 of 2882   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2657
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...
puzzlefishiancole
puzzlefishia...
Offline Send Email
Nov 6, 2006
4:08 pm
2658
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...
gclumpkin
Offline Send Email
Nov 7, 2006
9:26 pm
2659
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 ...
jberling2001
Offline Send Email
Nov 9, 2006
11:07 pm
2660
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,...
signaldc
Offline Send Email
Nov 13, 2006
4:26 pm
2661
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...
signaldc
Offline Send Email
Nov 13, 2006
4:27 pm
2662
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...
kellyrobertmartin
kellyrobertm...
Offline Send Email
Nov 14, 2006
4:26 pm
2663
I would be happy to help, but I don't understand what kind of work you want to see. What do you mean by "collection equations"? Dave ... ...
Dave Hockman-Wert
dhwert
Offline Send Email
Nov 14, 2006
4:57 pm
2664
What sort of things are you looking for? Script examples or form applications? Mike...
signaldc
Offline Send Email
Nov 14, 2006
5:39 pm
2665
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...
gclumpkin
Offline Send Email
Nov 14, 2006
6:30 pm
2666
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...
Joshua Berling
jberling2001
Offline Send Email
Nov 14, 2006
6:31 pm
2667
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...
signaldc
Offline Send Email
Nov 14, 2006
8:11 pm
2668
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...
Joshua Berling
jberling2001
Offline Send Email
Nov 15, 2006
4:31 pm
2669
The hidden fields won't show blank pages if all of the fields in the page are blank, it will skip them. Mike...
signaldc
Offline Send Email
Nov 15, 2006
10:05 pm
2670
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...
Ross Ryding
rryding
Offline Send Email
Nov 16, 2006
3:04 pm
2671
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...
Ross Ryding
rryding
Offline Send Email
Nov 16, 2006
3:06 pm
2672
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...
kellyrobertmartin
kellyrobertm...
Offline Send Email
Nov 20, 2006
11:23 pm
2673
Scripts specificly I guess. I have been learning alot more about the product as of recent. I am very impressed wiht it....
kellyrobertmartin
kellyrobertm...
Offline Send Email
Nov 20, 2006
11:25 pm
2674
... really? wow, that would definitely solve the problem then. Thanks ... ____________________________________________________________________________________...
Joshua Berling
jberling2001
Offline Send Email
Nov 22, 2006
4:59 am
2675
... 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...
gftransit
Offline Send Email
Nov 22, 2006
5:02 am
2676
I looking to do a inventory count of some 15,000 items. Has anyone successfully linked to the Great Plains SQL database. Thanks Tim...
vertcnc
Offline Send Email
Nov 22, 2006
5:04 am
2677
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...
kellyrobertmartin
kellyrobertm...
Offline Send Email
Nov 27, 2006
10:45 pm
2678
... I have the same problem with popuplists! Is there a special way to take care of this?...
otavio.bcosta
Offline Send Email
Dec 1, 2006
9:05 pm
2679
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 ...
jberling2001
Offline Send Email
Dec 6, 2006
5:10 pm
2680
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. ...
Dave Hockman-Wert
dhwert
Offline Send Email
Dec 18, 2006
10:31 pm
2681
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...
northside1992
Offline Send Email
Dec 29, 2006
3:48 pm
2682
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 ...
Dave Hockman-Wert
dhwert
Offline Send Email
Dec 29, 2006
5:44 pm
2683
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...
Michael Torres
northside1992
Offline Send Email
Dec 29, 2006
7:19 pm
2684
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...
Thomas Roth -Pendragon-
trothtfr
Offline Send Email
Dec 29, 2006
7:34 pm
2685
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 ...
Dave Hockman-Wert
dhwert
Offline Send Email
Jan 2, 2007
4:04 pm
2686
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...
kellyrobertmartin
kellyrobertm...
Offline Send Email
Jan 29, 2007
4:20 pm
Messages 2657 - 2686 of 2882   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help