FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Assign Dialog from source to Folder Action
Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
Assign Dialog from source to Folder Action
Posted: Sat Feb 18, 2006 08:44 AM
I am trying to assign a dialog from source as below :
[code]
@ 1,1 FOLDER oFld1 of oDlg;
PROMPT "List", "contracts", "Sites", "Departments" ,;
"Machines", "Operators", "Jobs",;
"Machines", "Operators", "Jobs";
DIALOGS "custDlg"
So custDlg is shared dialog put in other procedures . May I put it as global static variable to be shared between many procedure ?

Continue the discussion