Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sysmenu behavior
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00811123
Message ID:
00811204
Vues:
15
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform