I'm having a problem with my AnyDac Cancel dialog from TADGUIxAsyncExecuteDialog component, basically i need the user to be able to cancel the query execution it works perfectly but the design doesn't match the program what i need is to edit the form that shows for the user to my needs, delete the icon of AnyDac change the caption etc.. any ideas how i can do this?
I'm using AnyDac 6.0.3 Build 2713 Delphi XE
tried searching all over the internet for a week's now, no luck :)
Found a workaround :)
Also you can cancel the query by executing the following command
My code looks like this:
The
Cancel
is a global boolean variable declared in theShowProgressForm.pas
when you press theCancel
button the variable becomesTrue
and theAbortJob(False)
method will abort query execution :)Hope it helps :)