Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command Buttom in Toolbar(Do Nothing)
Message
 
 
À
19/07/2003 10:02:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00811765
Message ID:
00811769
Vues:
10
Oscar,

You can use VFP Debugger to trace your code and see what actually happend or didn't.
Procedure Toolbal.cmdNew.Click()
   SET STEP ON
   _Screen.Activeform.Procedure()
Endproc
>I Have Some Problem With My Toolbar;
>I Use A Global Toolbar For All My Form, The Problem Is, In The Command Button
>Of Toolbar, When I Use First Time Do The Form But When The Second Form Load This Same Button Do Nothing I Would Like To Know If Somebody Would Have This Problem I Would Like To know Something Abaut.
>
>Example
>Toolbal.New.Click &&First Form (Do)
>Toolbar.New.Click &&Second Form (Do Nothing)
>
>Procedure Toolbal.cmdNew.Click()
>   _Screen.Activeform.Procedure()
>Endproc
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform