Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • field dependency - in a single pdf -...
      Thread posted May 01 by ghunter@fcfcu.com
      299 Views, 0 Comments
      Title:
      field dependency - in a single pdf - hopefully simple.
      Content:

      I have a program that passes data to specific fields on pdf's.  This
      data does not always display in a way that the end user can
      understand, because of short hand values in the database, where the
      information is coming from.  I'm trying to figure out something
      simple...I think.

      How do I do a field dependency inside of a single pdf.  I am not
      overly familiar with javascript and have been searching the js
      developer guide, with no luck.

      Basically, I'm looking for something like...

      If Field1 = "test" Set Field2 = "Examination".
      Else Field1 = "ppr" Set Field2 = "Paper".
      Else Field1 = "pjt" Set Field2 = "Project".

      I would then set field 1 to not display on the form and only display
      field 2.

      I would sincerely appreciate any help!