Skip to main content

Search

Search

Reuse prompted data entry from print time

Comments

2 comments

  • Avatar
    Peter Thane

    Give the field that is used to enter the data a name from the Data Sources  > Change Data Source Name button. In the 2nd field change the Data Source to Visual Basic Script and select the Event Controlled Script option. Then click on the Edit...Script button. Scroll down to the Post Prompt option and in the central box type

                  Value = 

    and then from the column select from the Named Data Sources double click on the name you chose above and son you should get something like

                 Value=Format.NamedSubStrings("input").Value

    where "input" is replaced by whatever name you chose.

    Next click Close twice and you should be sorted

    0
  • Avatar
    David V

    Thanks Peter. Worked great.

    0

Please sign in to leave a comment.