Steve Rose wrote: > I am trying to design a child search form called from a parent form. I have > been able to design a dialog form to which I can pass the parent form's > bizojb and I can get return values from the dialog back to the parent form. > The parent and child can communicate fine. The problem I can't overcome is > this: I want to do a regex search in the child dialog form but to do that I > need to capture the KeyUp events from a textbox in the dialog. These events > don't seem to fire when type in the textbox and I assume it is because of > the modal nature of a dialog. It looks like I can't use a dialog or maybe I > am completely off base. Any advice on how to design a regex search form > that can communicate with its parent?
You should be able to capture KeyUp from the textbox in the dialog. Can we see your code? Try: KeyDown KeyChar KeyUp Hit Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
