Hide Control during uninstall
how can i hide a control item from screen during uninstallation?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
wiseapp
19 years ago
Hi Akhlaque:
if you want to hide checkbox during uninstallation than create a dummy public property for eg. CHECKREMOVE and give it a vlue False. Put a condition in User Interface if MaintanenceMode~="Remove" or Remove~="All" then Set Property CHECKREMOVE=True
copy the same action in Execute Immediate tab and then go to the control double click on the control and goto conditions tab of the control and choose action hide or disable the control put the condition as CHECKREMOVE=True. Now this will hide/disable the control whenever the uninstallation is executed. Hope this would help.
if you want to hide checkbox during uninstallation than create a dummy public property for eg. CHECKREMOVE and give it a vlue False. Put a condition in User Interface if MaintanenceMode~="Remove" or Remove~="All" then Set Property CHECKREMOVE=True
copy the same action in Execute Immediate tab and then go to the control double click on the control and goto conditions tab of the control and choose action hide or disable the control put the condition as CHECKREMOVE=True. Now this will hide/disable the control whenever the uninstallation is executed. Hope this would help.
Posted by:
peska
19 years ago
Posted by:
akhlaque
19 years ago
Posted by:
wiseapp
19 years ago
Posted by:
akhlaque
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.