Rectangle Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report which I have successfully hide the remarks label and field if
there is no remark. However, I have a rectangle box called Box 73 round the
remark area and I want to also make it invisible if there is no remark. How
do I do that? Thanks.
ck
 
try adding this with the code that you are hiding the others by

me.box73.visible=true to show
me.box73.visible=false to hide
 
Back
Top