TIBCConnectDialog Retries

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sakis
Posts: 8
Joined: Fri 27 Apr 2018 16:15

TIBCConnectDialog Retries

Post by sakis » Fri 27 Apr 2018 18:09

Hello
I use IDAC 6.1.7 with Lazarus and i have i question. How to determibne how many times a TIBCConnectDilalog run. I ask this because i want to close the application when dialog reaches the Retries property number.

Thanks in Advance
Dionisis

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCConnectDialog Retries

Post by ViktorV » Wed 02 May 2018 10:07

Implementation of TIBCConnectDilalog does not allow determining the number of TIBCConnectDilalog runs.
But you can create your own connect dialog, in which the required functionality can be implemeted. You can find a sample of implementing your own connect dialog in the IBDacDemo project, on the 'Working with components\ConnectDialog' tab, which you can find in the directory: %IBDACDemos%\IBDacDemo, where %IBDACDemos% is the path where IBDAC Demo projects are installed on your computer.

sakis
Posts: 8
Joined: Fri 27 Apr 2018 16:15

Re: TIBCConnectDialog Retries

Post by sakis » Thu 03 May 2018 03:47

Many thanks for your reply.
I give it a try.

Thanks in Advance
Sakis

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCConnectDialog Retries

Post by ViktorV » Thu 03 May 2018 07:28

Thank you for the interest in our products.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply