Some suggestions

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alfonsopresa
Posts: 7
Joined: Sat 25 Nov 2017 16:56

Some suggestions

Post by alfonsopresa » Sat 10 Feb 2018 21:39

Hi, I recently purchased IBDac and they are pretty good. I'm comming from FIBPlus and I would like to suggest a couple of features that could make IBDac even better:

1- There should be a global menu to set options for all new datasets. For example "EnableBCD", "AutoClose", "EmptyStrToNull", ect. Every new component should default options from here.

2- Very Important, In TIBCQuery should be a button for Clear All SQLs. If you just copy and paste a IBCQuery component in the form and want to change SQLs you have to go one by one. I do this all the time.

3- A way to show automatically a "WAIT" animation in case the query takes more than 0.5 seconds. This is usefull for Android.

4- In TIBCStoredProc an option to Refresh the structure in case there are some change in Parameters. Now I have to go to object inspector and change the SP Name to refresh parameters.

Thanks in advance,

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

Re: Some suggestions

Post by ViktorV » Wed 14 Feb 2018 14:21

1. Please post this suggestion at our user voice forum: https://devart.uservoice.com/forums/104 ... ach-datas/ If the suggestion gets a lot of votes, we will consider the possibility to implement it.
2. Please specify where you would like to place this button. If in the editor of the TIBCQuery properties - then we will try adding it in one of the next IBDAC builds.
3. We do not develop visual components, therefore, you can implement the specified functionality by yourself.
4. Please post this suggestion at our user voice forum: https://devart.uservoice.com/forums/104 ... omponents/ If the suggestion gets a lot of votes, we will consider the possibility to implement it.

Post Reply