Michal Seliga wrote: > > As for detecting form changes, I also tried trapping > > frmLoadEvents in my main handler but modal dialogs don't seem > > to go there :(
> in modal dialogs you can do anything which you would normally do > in frmloadevent and frmopenevent just before calling FrmDoDialog > also everything what would be in handler for frmClose event you > can make after FrmDoDialog I recall having problems manipulating controls before the FrmDrawForm so instead I call the FrmDoDialog then fire a frmOpenEvent to trigger initializations (I can't understand why modial dialogs don't have this.) So in the end, I trap winEnterEvents in my main handler and turn off on screen Graffiti when entering the Map form, and turn it on in my FireFrmOpenEvent proc for other forms. All is well. Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
