Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CTRL C AND CTRL V
Message
From
30/09/1998 13:34:55
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00141605
Message ID:
00142495
Views:
34
Hi,

Here is the code,

set sysmenu on
SET SYSMENU TO _MFILE,_medit

This will give you two menu columns File and Edit,

Suppose you want to remove few of the bars from File Menu
use the following example.

RELEASE BAR _MFI_CLOSE OF _MFILE
RELEASE BAR _MFI_CLALL OF _MFILE
RELEASE BAR _MFI_QUIT OF _MFILE
RELEASE BAR _MFI_NEW OF _MFILE
RELEASE BAR _MFI_OPEN OF _MFILE
RELEASE BAR _MFI_CLOSE OF _MFILE
RELEASE BAR _MFI_CLALL OF _MFILE
RELEASE BAR _MFI_SP100 OF _MFILE
RELEASE BAR _MFI_SP200 OF _MFILE

See help sysmenu

Abdul H. Bokhari,

President,
CronoMagic / Canasoft.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform