Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sysmenu behavior
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00811123
Message ID:
00811204
Views:
14
>steps:
>1 use a table
>2 browse
>3 click on "table"
>for example
>add a new option "blank a field", or
>remove the delete records option

You can try creating a menu to replace the one that appears. Then, instead of just a BROWSE command, issue PUSH MENU _MSYSMENU then BROWSE NOWAIT and do your menu. You'll need a timer to check for the existance of the browse window. When it gets destroyed, issued POP MENU _MSYSMENU.

The problem here is that you'll have to code the options you want if you can't find VFP's interal names. The Table menu doesn't appear to be documented, but I didn't search all that thoroughly.

You might be able to grab the names with GETPAD() and other functions that access the menu, so that you don't have to do the coding. To do it, however, you'd issue the BROWSE NOWAIT followed by the code to access the Table menu.

hth,
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform