Change cursor shape?
The underlying sql of my report takes quite a few second to run and is initiated by my program running the ShowReport method.
(that opens the TfrxDBDataset which opens the CientDataSet which in turn opens the query)
Hence when ShowReport is run I get a blank screen for a while before something appears.
Is it possible to change the cursor shape to an hourglass or the win 7 rotating thing while the sql runs run.
Better still, is it possible to display a message as well?
Howard
(that opens the TfrxDBDataset which opens the CientDataSet which in turn opens the query)
Hence when ShowReport is run I get a blank screen for a while before something appears.
Is it possible to change the cursor shape to an hourglass or the win 7 rotating thing while the sql runs run.
Better still, is it possible to display a message as well?
Howard