Shari wrote: > > The "quit" command is hanging in my standalones. > > I have a menu item "Quit" and a button "Quit". Both have the same script: > > case "Quit" > global saveMe > save stack saveMe # an external stack, not embedded, used to save the > data changes in the standalone > quit > break > > It just freezes.
I'm just guessing, but you may have made yourself a loop. The last "quit" command may be calling the handler again. Try: save stack saveMe pass quit -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
