Subject IB_Connection Question
Author Alan McDonald
I have a IB_Connection on my datamodule with seeral quereis attached to it
and the connection uses the internal transaction of the connection.
Am I right in assuming that with the queries open and grid sourced on these
queries, that I can call
IB_Connection1.Transactions[0].Refresh(True);
and this will remember where it is for each query and control buffer, commit
the transactionn after posting any current edits, then start a new
transaction, then get back into each of the grids and other controls, the
record matching where it was before the call?
i.e. it is completely transparent to the user that a new transaction has
started?

If this is co, then can I not put a timer on the application and make this
call every (say) 5 minutes and also have this happen almost invisibly to the
user?

thanks
Alan