Referencing QueryPrompt value in VB Script?
I am trying to reference the input of 'QueryPrompt1' in VB Script.
Ideally when the user goes to print the label, a 'Form' will appear asking for a Date. Once the user inputs the date, and hits 'preview'. I want other values on the label to take the QueryPromptValue into account and do the maths.
Example: QueryPromptValue + DatabaseValue = Final Value.
Is it possible to reference this user input QueryPrompt value?

-
If you make the fields Event Controlled VB Script fields then you can set these to run the VB OnPostPrompt and that should display the information you need. Please note if you add a Preview of Template on your Data Entry Form then this will not display the information, but if you press the Preview button at the base of the input screen then that will
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar