Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Popup under Right Click
Message
De
19/09/2007 07:46:33
 
 
À
19/09/2007 05:46:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01255364
Message ID:
01255408
Vues:
12
>I have resolved this issue by change this line
>
>define popup abc shortcut in window form1 title 'CASH BOOK' relative from mrow(),mcol()
>
>Now this is second question:
>How to write this line correctly
>
>on select bar 1 of abc do form vcashr1 release this form
>
>On select bar 1, I want to execute TWO commands
>1- run some other form
>2- release current form
>
>Please help

You could add a method to Form1 (for example I called it 'ProcessB1')
do form vcashr1
thisform.release()
And change the on select to
On Select Bar 1 of abc form1.processB1()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform