VB scripting
I have a field named inspection flag that will contain either a 0 for no inspection or 1 for inspection.
I'd doing something wrong with this easy script but it's been 10 years since I've done this, help apprecuated.
this is what I want to print
if flag = 0 then print "NO" else print "YES"
0
-
Peter Thane
★ BarTender Hero ★
This works:
If the 0 and 1 come from a database or a Data Entry Form then you may need to make this field an appropriate Event Controlled Script to get the process to run at the correct point
1 -
John Crystal
★ BarTender Hero ★
Thank you, much appreciated. I'm sure scripting will come back to me with this new client, it's just been a long time since I've done any.
John
0
Please sign in to leave a comment.
Comments
2 comments