Expand my Community achievements bar.

Hiding check buttons but keep showing the caption

Avatar

Former Community Member
I have a check button with the caption set to some value and what I want to do is, if the button is checked, when I click on the print button the actual box with the check will disappear with the caption remaining. Is this possible? I can hid the border of the checkbox with the following:



frmMain.frmBody.chkPO.ui.checkButton.border.presence = "hidden";



So I just need to hide the check mark that remains.

Thanks!
1 Reply

Avatar

Level 6
Hi Chad,



I recommend that you create check boxes with no captions then add the captions as static text objects. Then you can hide the checkbox and leave the "caption" with a simple chkPO.presence = "invisible";



Hope this helps.



Jared Langdon

J. Langdon Consulting, Inc.