G
Guest
I am getting the following error when I try to reference a object on a form from inside a dll
I am using the immediate window to generate this error
'racmain.txtsqlquery.text' is not declared or the module containing it is not loaded in the debugging session
When I run the program normally I get the following error
Object doesn't support this property or method:'racMain.txtsqlquery
I don't know why it says 'racmain.txtsqlquery' instead of 'racmain.txtsqlquery.text'. I have fully qualified it
How do I make the dll recognize or see the form?
I am using the immediate window to generate this error
'racmain.txtsqlquery.text' is not declared or the module containing it is not loaded in the debugging session
When I run the program normally I get the following error
Object doesn't support this property or method:'racMain.txtsqlquery
I don't know why it says 'racmain.txtsqlquery' instead of 'racmain.txtsqlquery.text'. I have fully qualified it
How do I make the dll recognize or see the form?