03-17-2010 06:06 AM
Hello All
i change some properties (text color/Back GND etc) of TEXT MESSAGE control during runtime and want to restore it back to its default values at the end of program.
i used DefaultCtrl but did not work. Moreover how can i use SetCtrlAttribute with "ATTR_DFLT_VALUE" as Attribute Value but nothing happens.
i am using these commands at the end of a case before BREAK. Thanks
Regards
Matrix
03-17-2010 07:46 AM
Maybe you can use the function pair: SavePanelState and RecallPanelState.
These functions save/recall the state of "all" controls on the panel. So be sure that is OK for you.
Hope this helps,