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:
00578666
Views:
17
Dan,

Thanks. I went up to their website and didn't see anything about 6.1.1. I also haven't received any e-mail on it... I'm pretty sure my year isn't up yet <g>. Where can I find out about it?

>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,
Rod Lewis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform