Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command Buttom in Toolbar(Do Nothing)
Message
 
 
To
19/07/2003 10:02:54
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00811765
Message ID:
00811769
Views:
9
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform