Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TOOLBAR buttons don't get enabled
Message
 
To
20/10/2002 21:34:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00713370
Message ID:
00713634
Views:
18
An example of Nancy's recomendation:
SET STEP ON
IF .EditMode=.T.
   .cmdNew.ENABLED =.F.
   .cmdSave.ENABLED =.T.
   .cmdRevert.ENABLED =.T.
   .cmdDel.ENABLED = .T.	
ENDIF
>Hi Nancy,
>
>I find it in a minute a go...some code for test purpose in activate method do this trouble.
>
>Thank's anyway for the response.
>
>Another thing, i'm new to VFP, how can i trap things like that with debug?
>
>João
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform