motaz / turbobird

FireBird admin tool
http://code.sd/turbobird
57 stars 28 forks source link

Apply button disabled #20

Closed clauslack closed 10 years ago

clauslack commented 10 years ago

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

reiniero commented 10 years ago

Thanks for reporting. The cause is the removal of the AddResultControls function in commit 46bb5e06a086c1c590e38074f4eac903fd211961. I'll look into it.

reiniero commented 10 years ago

The latest commit should have fixed this issue. Could you please test and verify it works for you? Thanks

Note issue #21 for inserts though...

clauslack commented 10 years ago

Now fixed. thanks