-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply button disabled #20
Comments
Thanks for reporting. The cause is the removal of the AddResultControls function in commit 46bb5e0. I'll look into it. |
reiniero
added a commit
that referenced
this issue
May 24, 2014
…sue #20. Note that other code still needs to be fixed (commit button etc); also needs performance test
reiniero
added a commit
that referenced
this issue
May 25, 2014
The latest commit should have fixed this issue. Could you please test and verify it works for you? Note issue #21 for inserts though... |
reiniero
added a commit
that referenced
this issue
May 25, 2014
Now fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When edit an select query, the apply button is not enabled. The procedure
EnableApplyButton returns High(FResultControls)=-1. (querywindow.pas)
I test under Windows XP lazarus 1.2.2 fpc 2.6.4 with source motaz-turbobird-4e492e0.zip (22/05/2014)
With TurboBird 1.0.2 the button Apply is enabled.
Regards
The text was updated successfully, but these errors were encountered: