Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installing under NT 3.51
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00207738
Message ID:
00208044
Views:
28
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform