Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What would this mean in the comment in the menu?
Message
De
14/07/2009 17:52:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01412354
Message ID:
01412363
Vues:
106
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>Do you know what could this mean in the menu / Options / Comment section?
>
>*:IF _SCREEN.oApp.RunAdminTool('SEC_MENU','M','46','1')
>
>Thanks in advance.

Wow, I haven't seen that in a long time!

This directive is inserted into the comment snippet of menu options that don’t already have a directive when you return to the Menu Builder from the FoxPro Menu Designer.

Directive format: *:IF _SCREEN.oApp.RunAdminTool(‘SEC_MENU’,’M’, ‘ < Option # > ‘,’ < Menu # > ‘)

‘SEC_MENU’ tells the routine that handles all Administrative Tools to run the routine that specifically handles security. The remaining parameters are used to find the corresponding security record so that the security routine can determine the user’s rights to access this particular menu option.

‘M’ identifies this as a Menu Security check.

‘ < Option # > ‘ is the unique (within this menu) option number that identifies this option. Prior to directives being inserted, the highest number already used is determined and is then used as a starting point for the new directives.

‘ < Menu # > ‘ is the unique number that identifies the menu. VPM Enterprise keeps track of the menu numbering internally. In new projects as well as VPM Enterprise, the main menu is number 1.


from:
http://promatrix.com/vpmetr/HTML/genmenux30.htm
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform