That's great, if you are using a TOracleQuery. But what would be the best way to do this using a TOracleDataset?
I would like a message box to pop up while the query is running, with a single cancel button on it, and disappear as soon as the query is finished. Ideally I would like this to be included in the TOracleDataset, with two properties to set:
a) a boolean to specify wheter the dialog box should show up, and
b) a label to be displayed in the dialog box (with a default value)
If the dialog box appears, the cursor property should be discarded (you don't want the user to have a dialog box with an hourglass cursor).
Would you consider including this functionality in your next release? I am sure I am not the only one to welcome this. If anyone has written some code already to handle this, I would also be happy to get some advice / code examples on how to achieve this.
[This message has been edited by helene (edited 21 April 2002).]