A
Andy.I
Hi
I have a module where I put all my functions and sub procedures. How do I
from the module best reference objects in other forms?
I have a form with a datagrid, and in the module I have a procedure to fill
this datagrid.
The datagrid is called dg, the form frmEventMain
Would this be correct:
frmEventMain.dg.Datasource = dt when I reference the datagrid in another
form?
/A.
I have a module where I put all my functions and sub procedures. How do I
from the module best reference objects in other forms?
I have a form with a datagrid, and in the module I have a procedure to fill
this datagrid.
The datagrid is called dg, the form frmEventMain
Would this be correct:
frmEventMain.dg.Datasource = dt when I reference the datagrid in another
form?
/A.