Consider the following:
I have a "security" file with flags for access to various elements of the program. In the example above, I want to be able to show, but not activate, some of the folder prompts. That means, although the Totals Folder tab is shown, if they click on it, nothing happens.
Is there a setting in the folders control that allows me to do this ? I realize I could simply filter which tabs are shown, but those folders are all defined in the program, and eliminating some will cause a multitude of problems.
Thanks ... I'll be someone has this answer ....
DEFINE DIALOG oWdlg1 BRUSH oBrush RESOURCE "WOMAINw" OF oWnd TITLE cTitle
REDEFINE FOLDEREX oEditWork:oFld ID 356 OF oWdlg1 ;
PROMPT " General ", " Parts ", " Labor ", " Recommend ", " Totals ", " Inspect ", " Costing ", " Services ", " Attachments " ;
DIALOGS "WOGENw", "WOPARw", "WOLABw", "WORECw", "WOTOTw", "WOINSw", "WOCSTw", "WOSVCw", "WOATTw" ;
ON CHANGE ( oEditWork:FolderCheck( ), oWdlg1:update() ) ROUND 5 TRANSPARENTI have a "security" file with flags for access to various elements of the program. In the example above, I want to be able to show, but not activate, some of the folder prompts. That means, although the Totals Folder tab is shown, if they click on it, nothing happens.
Is there a setting in the folders control that allows me to do this ? I realize I could simply filter which tabs are shown, but those folders are all defined in the program, and eliminating some will cause a multitude of problems.
Thanks ... I'll be someone has this answer ....
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit