PRB: Foxapp-Generated Application Menu Has Disabled OptionsLast reviewed: June 27, 1995Article ID: Q126760 |
The information in this article applies to:
SYMPTOMSUnder certain circumstances, the Order, Copy Record, and Pick List options of the Application menu may be disabled in a Foxapp-generated application.
CAUSEThe Order option allows you to change the index order of a table. The Copy Record option allows you to duplicate the current record. These two options will be disabled if the screen you used to build the application was generated by the FoxPro Screen Wizard. Foxapp adds the following skip for clause to these menu options:
skipvar OR m.wizscreenThe Pick List option is used to toggle between open tables. Foxapp adds the following skip for clause to disable this menu option when only one table is in use:
skipvar OR m.nextdbf < 2 WORKAROUNDThe variables that disable the menu option can be removed and the project regenerated. But Microsoft doesn't recommend that you do this because it may cause undesirable interaction between Foxapp and the wizard-generated screen.
STATUSThis behavior is by design.
|
Additional reference words: FoxWin FoxDos FoxMac 2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |