Bartender V10.0 Conditional Printing フォローする
In Bartender v10.1 there is a neat way to print a label template based on conditions. We have Bartender v10.0 running, and this version only has two possibilities:
- Always
- When Data Source Value is True
We would like to use a print condition when a specific database field is equal to "IAF001". How can we do this in v10.0?
1 コメント
0

Legacy Poster
コメントアクション
The problem is solved!
By adding a new Object with data source linked to the specific database field and the following easy VBscript:
If Value = "IAF001" Then Value = "True" Else Value = "" End If
I was able to use the "Print When Data Source Value Is True" and "Object Value: IAF001"
サインインしてコメントを残してください。