Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Installing under NT 3.51
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00207738
Message ID:
00208044
Vues:
27
The LockScreen pretty much covers it. Craig Berntson suggested creating my own refresh method to address my complaints about watching the screen redraw not only on WinFrame but also older P75 machines. Here's the custom method that I call on my form class:

WITH THISFORM
.LockScreen = .T.
.Refresh()
.LockScreen = .F.
ENDWITH

If you can upgrade to Terminal Server and the Citrix MetaFrame add-on, then you could, of course, stick with VFP 6. We are looking at doing this at my company...

>Jack,
>I was curious about the tip of setting LockScreen .T. before any refresh on Citrix. Have you seen a performance increase from doing this?
>
>We also have a VFP6 app that we found out the hard way won't work on Citrix, and complaining to MS yielded little, so I am downgrading our app to VFP5.
>
>If you have any other tips for Citrix I would appreciate it.
>
>-Ed VanDuyne
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform