Force user to enter data in the Data Entry Form
How do i force user to enter data in Data Entry form?, if there is no data enter then do not print the document.
1
-
Shotaro Ito
★ BarTender Hero ★
On Form design view, control property,
- Text Input Box: Data Entry > Validation > Number of characters to set minimum.
- Number Input Box: Data Entry > Validation > Range Checking to set minimum 1 etc.
Another option is use CancelPrinting VB Script like below.
0
Please sign in to leave a comment.
Comments
1 comment