Assign Dialog from source to Folder Action

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

Assign Dialog from source to Folder Action

Post by Ehab Samir Aziz »

I am trying to assign a dialog from source as below :

Code: Select all

@ 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 ?
Post Reply