I have a form that will show a hidden field based on the selection from a Lookup List. As it stands now, I have to implicitly access the question number in the...
I am trying to hide some fields depending on the result from a popup list. I was successfully able to hide/ show fields depending on the selected item from...
Hi: I have a form which has many screens made up of the same type of items. FreeformText item MutliselectionList item Option 1 of 5 Item Hidden FreeFormText...
Pecause some of the screens autoadvanced and others didn't I wrote a new form and everything works AOK. The original form was modified extensivly and could...
I syncronize my forms with an external mysql database using an ODBC connection. When I syncronize pendragon tries to syncronize my child table before the...
As I understand it PDF uses the form number to determine the order in which to sync forms. In order to have the proper sync order you need to create the...
Hello, I ran into this same problem. I just made a copy of the child form so that it would become "newer" than the parent table (giving it a higher table...
Hi: I'm using my form in Layout view and would like to show a field IF a certain item is selected from a multiselection field. I get the feeling the ability to...
Is there any way to program a loop in a PF application ? I need something like the For, or Do, in other languages. Despite the fact that there is an "if"...
Why not an if then (else) loop. Not as elegant but it gets the job done. ... From: pendragon-forms@yahoogroups.com [mailto:pendragon-forms@yahoogroups.com]On...
Thank you Pamela, but I can not see yet how. Lets work with the 40 lines example temp = 0 {here should begin the loop} temp = temp + 1 if temp < = 40 then ...
Hi, Pamela and Pablo. I think that Pablo is asking for a "loop" structure, not a "branch" one. I mean; The if then (else) struc just branches, but does not...
Horacia, Before loops were goto statements :) I think you can do anything with a combination of "goto/ if then" that you can do with a loop, although not as...
Hi James, I, too, have recently run into this same problem, which stems from Access 2002/2003 effectively removing the old Photo Editor program that had the...
Hi, Joe I was thinking about moving certain application from record to layout view when I read your post. So I donīt wait to test the hide/show feature which...
Dear Pamela: First of all thanks for your time. I checked the documentation of PF5.0 page 293, and it states the syntax of goto statement like this: goto...
Thank you, Pamela but it did not work . Moreover the updated PF 5 script checking feature reminds clearly that after a goto you can only place a field name or...
Hey Pablo, Sorry if I over generalized with the "line" statement. Didn't mean to send you on a wild goose chase. I've been using PDF on and off for the last...
Thank you again for your time and good will, Pamela. Previous to asking for help in this group about this item I have tried bouncing within fields -and/or...
Pablo, Not too many folks post with help on his group, more questions than answers it seems. I did test out the proposition and came to same conclusion (as I'm...
Hi Pamela As I have learned recently whenever a do loop is needed in order to go around the records of a given form there is an implicit do loop in the cascade...
I'm new to the group and new to Pendragon Forms as well. We are using version 4.0 of the product. My question has to do with constructing a block of XML on...
I've just been using PD4 a little while also. From what I've seen each question automatically makes afield in the database file. I've made a "make-table" query...
Thanks for the response. I will play around with it a bit and will try your suggestion. I wish the tool didn't create so many fields... -Todd ... the ... ...
I've just started using Pendragon Forms software. I like it so far. My application requires that I synchronize a form on either a PocketPC or Palm PDA to...
Hello everyone, I was jsut durious if anyone has ever gotten this error before when syncing: Not allowed to append record in Form 'Form_Name' (269004033),...
Hello all, I am wondering if you can tell pendragon the order of which forms are to be downloaded into a database. I have a relational database and so I need...