Hello again,
I have a main form (Form 1), displaying a text file. A menu command calls a procedure in an external file, which processes the text file. Sometimes the procedure displays Form 2 to accept user input (DO Form2 WITH Params), appends a record and is RELEASEd (THISFORM.Release). No...