Page 1 of 1

Assign Dialog from source to Folder Action

PostPosted: Sat Feb 18, 2006 8:44 am
by Ehab Samir Aziz
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 ?