home *** CD-ROM | disk | FTP | other *** search
- // DataFlex Source Code
- // Copyright 1987-1992 Data Access Corporation, Miami FL, USA
- // All Rights reserved
- //
- // JR 2/7/92
-
- // Since a large part of FLEXERRS.SRC was produced by DFAUTO, it seemed
- // reasonable to simply include the code additions where possible so
- // that the source could continue to be updated with DFAUTO with a minumum
- // of overhead. This is one of the included modules.
-
- use UI
-
- // For the action bar.
- // on_key KCANCEL send exit_application PRIVATE
-
- /File_Pull_Down_Img
- ┌───────────────────────┐
- │ _____________________ │
- │ _____________________ │
- │ _____________________ │
- ├───────────────────────┤
- │ _____________________ │
- └───────────────────────┘
- /*
-
-
- register_object File_Pull_Down
- on_item 'File' send Activate_Pull_Down to (File_Pull_Down( Current_Object ))
-
- object File_Pull_Down is a Pull_Down_Menu File_Pull_Down_Img
-
- item_list
- on_item "User Errors" send openFlexerrs to errorTable_Table
- on_item "System Errors" send openSystemErrors to errorTable_Table
- on_item "Utility Errors" send openUtilityErrors to errorTable_Table
- on_item "Exit Alt+F4" send exit_Area
- end_item_list
-
- end_object
-
-
-