Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TOOLBAR buttons don't get enabled
Message
From
20/10/2002 21:26:49
 
 
To
20/10/2002 20:35:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00713370
Message ID:
00713381
Views:
17
Hi, João-

>
>In my toolbar class i have a method BtnRefresh, i call it from my form but the button's don't get enabled and EditMode is .T. i'm sure of that.
>
>IF .EditMode=.T.
>	.cmdNew.ENABLED =.F.
>	.cmdSave.ENABLED =.T.
>	.cmdRevert.ENABLED =.T.
>	.cmdDel.ENABLED = .T.	
>ENDIF
>
>
Are you sure because you stepped through the code in the debugger and you find the enabled commands do actually execute? A quick test I made with 7.0 seems to work fine.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform