hi,
how to access a variable in a form from a different form?
i have a DataSet variable in form1 which needs to be accessed by form2. when i type the exact name as the DataSet variable in form1, the IDE tells me that
thank you
how to access a variable in a form from a different form?
i have a DataSet variable in form1 which needs to be accessed by form2. when i type the exact name as the DataSet variable in form1, the IDE tells me that
Code:
Name 'DataSet1' is not declared
thank you
Comment