How to Gain Access to the View Menu in an .EXE FileID: Q142940 3.00 3.00b WINDOWS
The information in this article applies to:
SUMMARYWhen the Report Designer is open, the View menu allows interactive access to the Data Environment, the Color Palette toolbar, and the Report Controls toolbar. By default, this menu is not displayed when you modify a report in a Visual FoxPro executable (.exe file). It is however available. This article shows by example how to display the View menu when you modify a report.
MORE INFORMATIONThe following sample program adds the View menu to the Visual FoxPro system menu. Use these steps to run this program in an .exe file. 1. Copy the following code into a program file (.prg):
2. Create a project.
3. Add the program to the project by following these steps:
4. Build the .exe file by clicking Build and selecting Build Executable.
5. Quit Visual FoxPro. 6. In the File Manager or the Windows Explorer, double-click the file you This technique ensures that the design toolbars are available even if users
close them during a session.
Additional reference words: 3.00 3.00b VFoxWin KBCategory: kbhowto KBSubcategory: FxtoolReportdes
|
Last Reviewed: June 27, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |