I'm building a control that connects to a database and retrieves stored procedure results into a recordset. The control then displays the results.
To do this I need to know which event is triggered when the OCX becomes active in an application ie. when the Application is executed. - Obviously if I use the initialise event of the UserControl the OCX is trying to connect before the host program is running.
Help please!
To do this I need to know which event is triggered when the OCX becomes active in an application ie. when the Application is executed. - Obviously if I use the initialise event of the UserControl the OCX is trying to connect before the host program is running.
Help please!