Page 1 of 1

TConnectForm

Posted: Sun 02 Nov 2008 08:07
by vispridebroth
With ODAC 6 prof I'm not able to modify TConnectForm with adding new components due compiler error (odacvcl was compiled with a different version of ConnectForm).
I can only modify the existing components.
Is there a way to resolve this limitation?

Thanks

Posted: Mon 03 Nov 2008 12:10
by Plash
You can create a form inherited from TConnectForm, or create your connect form that is not inherited form TConnectForm.

See the ConnectDialog demo in OdacDemo project that is located in \Demos\OdacDemo.