Hiding content in design file


(Ryan Archer) #1

Is it possible to HIDE content based on a "Show IF Design Area"?

I know you can initially hide content by setting it's print property to 'NO' and then using the conditional design area statement to PRINT the particular content if the condition is met.

 

How about the reverse? Is it possible to hide content based on that argument?


(Nic Hubbard) #2

Yeah, just leave the MySource_THEN area empty and use the MySource_ELSE area.


(Ryan Archer) #3

Yep, that's it.