good stuff! how does one use a drop down menu or combo box for multiple things onto the report. example- 3 different cavity numbers the operator picks, one each time program is ran then each time the cavity number is changed the report updates to those picks but saves those report.pdf to one folder. use "dbswitch", "assign" or use "tracefields"... im kinda new with the form editor and script. any help would be mighty fine!
Excellent question. In the form, you would insert a dropdown list. Adjust the list and add in the correct numbers, for example. Change both the text and the value for each item in this dropdown list. Create a variable, "VCavity" or something. In your form, PARAM/.Value=VCavity, and use the VCavity variable in your report
good stuff! how does one use a drop down menu or combo box for multiple things onto the report.
example- 3 different cavity numbers the operator picks, one each time program is ran then each time the cavity number is changed the report updates to those picks but saves those report.pdf to one folder.
use "dbswitch", "assign" or use "tracefields"... im kinda new with the form editor and script. any help would be mighty fine!
Excellent question. In the form, you would insert a dropdown list. Adjust the list and add in the correct numbers, for example. Change both the text and the value for each item in this dropdown list. Create a variable, "VCavity" or something. In your form, PARAM/.Value=VCavity, and use the VCavity variable in your report
这是什么?