Cancel Print On Data Entry Validation Fail
Is there a way to disable the "Pad and Continue" button on the Warning Message #2603 message? We need to force our users to not be able to print if they have not met the criteria.
Thanks,
Nikki
0
-
Shotaro Ito
★ BarTender Hero ★
There's no such option for that.You can create custom validation using VB Script, fromData source > Transform(More options) > VBScript > OnProcessData event.If Len(Value) <> 6 Then Format.CancelPrinting("[EmpNo:] must be 6 digits.") End Ifsimilar pattern shown below:
1
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar