Hi All,
I'm sure this is possible but I don't even know where to start. I am happy to do some reading if someone can direct me to a tutorial or web-page that will help me...
I want to toggle the visibility of certain objects based on the contents of particular attributes in my title block, for example:
(simplified text program)
case:
title_block_attribute = DRAFT
Display Draft.JPG
title_block_attribute = FOR REVIEW
Display Review.JPG
encase;
or maybe:
if title_block_attribute = DRAFT
then "display Draft.JPG" = 1
endif;
Can anyone help me with this? I've tried Google, but I haven't even found the right search terms that yield even close to what I need!
Cheers,
Pawnsurfer