OracleNavigator buttons

The onbXXXX constants mentioned in the documentation are wrong. They should be nbXXXX. This unfortunately leads to the name clash you mentioned. To fix this, you can either inlcude the OracleNavigator unit before the DBCtrls unit in the 'uses' clause, or prefix the button name with the unit name (e.g. OracleNavigator.nbPost).

------------------
Marco Kalter
Allround Automations
 
Ok!!!
Just one little correction to your answer.
If you change the order of the units you have to put OracleNavigator the last. I do think it would be nice to have different names for the OracleNavigator.

thanks.
 
Unfortunately we can't change the names anymore. That would break existing forms that contain OracleNavigator controls.

------------------
Marco Kalter
Allround Automations
 
Back
Top