Make sure your resource is correct:
CONTROL "",356,"TFolderex",WS_TABSTOP,5,35,600,320
And you are using the correct call:
REDEFINE FOLDEREX ::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 TRANSPARENT
I have used it for several years and it is fine ... but I'm using Harbour, FWH 17.07, and MSVC 2017 ...
Tim
↧