Subject Search mode question
Author Steve Sinclair
Where should I be looking to stop all my open queries going into
search mode together? I have an MDI app that puts new forms into
search mode when they are created. All the forms descend from
TfrmBase (IBF_Base.pas), none of the datasources announce their focus
and each form has it's own search bar etc. What I mean is that I am
working in one form and then load another and both go into search mode.

I wondered if I needed to use a different transaction for each form
but the MDI app in the ibo samples only has the one transaction and it
doesn't do this. Any ideas?