Forum Post: RE: How to hide Text field in a frame?

  • Thread starter Thread starter Dileep Dasa
  • Start date Start date
Status
Not open for further replies.
D

Dileep Dasa

Guest
Setting HIDDEN attribute should hide the widget. Please check: If it explicitly displayed later by setting its VISIBLE attribute to TRUE If there is an ENABLE ALL statement later in the code To hide the widget, in the first case, you can set VISIBLE attribute to FALSE and in the later case, you can add UNLESS-HIDDEN to the ENABLE statement so that it restricts ENABLE to widgets whose HIDDEN attribute is FALSE.

Continue reading...
 
Status
Not open for further replies.
Back
Top