TOracleNavigator

Hi,
Can anybody tell me how the return codes of the buttons are named. For example 'onbInsert' is not defined while 'nbInsert' causes a mismatch between DOA and TDBNavigator. To my opinion prefix 'nb' seems to right, because I tested it with the QBE-Buttons and everything worked.
 
This is a documentation bug. The onb names do not exist, and you should use the nb names instead. To prevent a conflict with the dbctrls unit, you may need to prefix the names with OracleData (e.g. OracleData.nbPrior).

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