Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SubMenu of a Shortcut Menu
Message
 
 
À
10/01/2007 12:17:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
01184253
Message ID:
01184258
Vues:
25
This message has been marked as the solution to the initial question of the thread.
Try
define popup cont_sal SHORTCUT relative
>Everything is fine except the submenu is not normal 3D submenu. Submenu code works fine when i put it in non-Shortcut menu.
>
>
>define popup trn_pop shortcut from mrow(),mcol() relative in screen title 'Transactions'
>define popup cont_sal margin relative
>
>define bar 01 of trn_pop prompt "\<1 - Contract Sales"
>    on bar 01 of trn_pop activate popup cont_sal
>
>define bar 01 of cont_sal prompt "\<1 - Contract Sales - Yarn"
>define bar 02 of cont_sal prompt "\<2 - Contract Sales - Conversion"
>define bar 03 of cont_sal prompt "\<3 - Contract Sales - Ready Fabric"
>
>on selection bar 01 of cont_sal do form cont_sal1
>on selection bar 02 of cont_sal do form cont_sal2
>on selection bar 03 of cont_sal do form cont_sal3
>
>
>Thanks in Advance.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform