Question

How to enable the dbNavigator which is by default disable when proram is executed. But its enable property is true? I have set the datasource property. What else do I need?

Was it helpful?

Solution

Assign a dataSource to the TDBNavigator.DataSource property. Such a dataSource must be linked to a dataset by the DataSet property and that dataset must be opened. If all that is done, the navigator will work as expected.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top