Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Refresh button disabled #11

Open
zebu1er opened this issue Mar 3, 2019 · 0 comments
Open

Refresh button disabled #11

zebu1er opened this issue Mar 3, 2019 · 0 comments

Comments

@zebu1er
Copy link

zebu1er commented Mar 3, 2019

The refresh button is only enabled when the CanModify condition is met. But refreshing can be done at no risk even if datas are readonly.
I suggest this patch (line 200) to correct that meaningless limitation :

  • Buttons[nbRefresh].Enabled:=CanModify;
  • Buttons[nbRefresh].Enabled:=Enabled and FDataLink.Active and not FDataLink.Editing;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant