Reputation: 23
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?
Upvotes: 1
Views: 3141
Reputation: 1933
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.
Upvotes: 5