Crash when switching records with Text Editor open

I noticed today that if I leave the cursor in a Text Editor object, go to the data sheet and switch records, then back to the form or try to switch back to the previous record, Panorama crashes. The first time this happened, I couldn’t reopen the file without a crash, even using openplain. There as no .Initialize procedure.

Jeff

I’ve encountered a similar problem: database crashes when GOFORM executed while a text edit object is open. Crash occurs at the CLOSEACTIVEOBJECT statement. If no text edit objects are open, procedure works ok. Has anyone else encountered something like this?

The ‘StartTimer’ solution Jim presented a few weeks ago solved my issue – I just hadn’t deployed it correctly on my first attempt…