Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting FPD26 Screens to VFP8 (Not VFP7)
Message
De
15/12/2003 16:48:56
 
 
À
15/12/2003 14:20:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00859092
Message ID:
00859318
Vues:
21
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform