Subject TimeoutProps & CommitAction
Author Michael L. Horne
Hello

I think I need a little more information.

I have a query that displays some info, if the user
doesn't do anything for a while it appears that the
query closes by its self.

I think that this is because of the interaction of
the TIB_Transaction.TimeoutProps & the
TIB_Query.CommitAction, such that when the TimeoutProps
close the transaction the query CommitAction(=caClose)
closes the Query and the screen goes blank.


What I would like to happen:

I don't mind that the transaction closes, but I
want the data to remain displayed, and if they start
editing it I want the transaction to reopen and work
correctly and the data displayed to work correctly.

What do I need to set to get those results?

Thanks
Michael L. Horne