Page 1 of 1

IBCQuery.ReadOnly & Refresh

Posted: Wed 03 Jun 2015 14:57
by marcodor
Why if IBCQuery.ReadOnly is true, Refresh button on DBNavigator is disabled?
It should allot to refresh dataset how many times you want, why deny this?

Re: IBCQuery.ReadOnly & Refresh

Posted: Thu 04 Jun 2015 12:53
by ViktorV
This behavior is the functionality of TDBNavigator, not IBDAC.
The Refresh button of the TDBNavigator component is enable only if the corresponding dataset is editable. We can't influence this behavior. So, if you set ReadOnly = True, then the Refresh button will be enable.