How To Create Dynamic Checkbox On Bartender 7 Version Follow
Hello,
"NEED TO GIVE THE OPTION TO CHECK ON CHECKBOX " to hide and display label text in BarTender Version 7.0. No need in version 10 which has data entry form to control.
we are using BarTender 7.0 version.
I need to hide and display label text that if user check, need to show for print.
if user uncheck , does not show for print.(this should be done before print)
step 1 : i placed text on label from create option.
step 2 : gone to Right click --> properties of text.
further i got blank. do not know where to write vbscript and how to write a script.
BarTender has vbscript options in so many places.
like event control scripts, single line ,multiline scripts and
Event list(onautoselectedEvent,OnprePrompt,OnprintStart and etc,...)
help needed.
1 comments

Legacy Poster
Hello,
First create a named data source. We'll call it 'Test'. Create a textfield on the label and drag 'Test' into it. Now in the data entry form create a checkbox and drag 'Test' into it. Then right-click on the checkbox and go to 'Properties'. Checkbox control 1 > Check box. In the field: 'Data Source Value's' uncheck 'Use the Display Text for the Checked Value'. Set the 'Checked Value:' to your default text so in this example we'll set it to 'Hi'. Set the 'Unchecked Value:' to nothing like this: " " (without the quotation marks). Now when the checkbox is unchecked the text will disappear.
Please sign in to leave a comment.