What is the method for handling the standard Edit Menu options (cut, paste, undo, etc.)? In my app I have been handling them by specifically handling the event code for each one, call FrmGetFocus, and then calling FldCut, FldUndo, etc. Looking at the source code for the Memo Pad app, however, I don't see any handling of these events even though they're obviously supported. Did I miss something? Are there some default event IDs for these options that the OS will handle if I return "false" in my own event handler? Doug Gordon GHCS Software -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
