Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting FPD26 Screens to VFP8 (Not VFP7)
Message
From
15/12/2003 16:48:56
 
 
To
15/12/2003 14:20:35
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00859092
Message ID:
00859318
Views:
22
You can also try to work around this by toggling LockScreen just before the READ command for old READ code (like maybe in a READ WHEN or READ SHOW procedure)

_screen.activeform.lockscreen = .t.
_screen.activeform.lockscreen = .f.

In a converted form, you could add code as above to the formset ReadActivate(), before the RETURN statement.



>That seems to work!
>
>Thanks Tamar.
>
>
>>>But themes are turned on or off on forms and their controls, right? Where else is there a themes setting that could affect this? Or should I see if I set my desktop to windows classic if it still occurs? I'll do that anyway as a test...
>>>
>>
>>Try _SCREEN.Themes = .F. to see if it makes a difference.
>>
>>Tamar
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform