Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
First bug in VFP8SP1 discovered
Message
De
08/10/2003 10:17:38
Walter Meester
HoogkarspelPays-Bas
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
First bug in VFP8SP1 discovered
Divers
Thread ID:
00836211
Message ID:
00836211
Vues:
78
My resize code for _Screen worked perfectly for VFP8 but since I installed SP1 i gives me a
Unknown member oScr in the following code when I try to instanciate this class:
DEFINE CLASS ScreenHook AS Custom
    oScr = _SCREEN  && Set a property referenace to the Screen object
	oVFP = _VFP

	FUNCTION oScr.Resize
		IF TYPE("Applic") = "O" AND !ISNULL(Applic) AND ;
			PEMSTATUS(Applic, "ResizeDesktop",5)
		
			Applic.ResizeDesktop
		ENDIF
	ENDFUNC
ENDDEFINE
I´m getting real dissapointed by installing this SP1....

Walter
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform