Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar becomes inactive
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00578537
Message ID:
00578633
Views:
17
This is fixed in version 6.1.1. The issue is running in debug mode and Kevin uses the .visible property instead of show/hide. Look in cforms.cbaseform.destroy and change -
IF TYPE('goapp') == 'O' AND NOT goApp.lDebugMode
   This.Visible = .F.
ENDIF
to
IF TYPE('goapp') == 'O' AND NOT goApp.lDebugMode
   This.Hide()
ENDIF
There are other issues along since same lines that are fixed in 6.1.1.

HTH

Dan

>I'm currently using MM 6.1 w/ VFP7. In runtime mode, when I come back from a Modal screen, the toolbar is not reactivating, but instead remains greyed out for the remainder of the session. This does not happen when running full VFP, so I don't know how to track it down.
>
>Has anyone else experienced this, and if so, how have you corrected it?
>
>TIA,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform