I know the PROPERTY RBASE_FORM ENABLED 'FALSE' command, so I guess what I'd have to do is put that at the top of every program that is called from the main menu options, and then put the enable back on when each program exits, right? Is that what you're thinking?
Karen > Not knowing all details, but a possible solution to your situation.... > > > A- before calling your second form, issue a property command to disable > form #1. Then issue your "Edit using" command. Then issue your property > command to enable form 1. > > > This should prevent the double click problem you described. >

