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...
Continue reading...