Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
InfoWorld Article
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00100962
Message ID:
00101020
Vues:
50
>>I didn't see anyone mention this...but I may have missed it....
>>
>>InfoWorld this week has a review of VFP 6.0. It is mentioned on the cover, then reviewed on p. 135. The reviewer really like it!!!!
>>
>>Just one quote for you..
>>
>>"...Visual FoxPro is in serious contention with its competitors, such as PowerBuilder, for Sybase, and Delphi, from Inprise..."
>
>Did you notice that he left out VB? Delphi does general purpose programming like VB unlike PowerBuilder which is data centric. So, that means that VFP is a contender with VB if you read between the lines, eh?
>
>By the way, are there classes here which have the LOCKSCREEN encapsulated for the Refresh method? You once said that you had a class which handled this...
>
>Regards,
>
>Jack Mendenhall


I handle the lockscreen stuff in my classes. It's very easy to do:

LOCAL llLockScreen

llLockScreen = ThisForm.LockScreen
ThisForm.LockScreen = .T.

* remainder of method code goes here

ThisForm.LockScreen = llLockScreen
RETURN
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform