Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
First bug in VFP8SP1 discovered
Message
From
08/10/2003 10:17:38
Walter Meester
HoogkarspelNetherlands
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
First bug in VFP8SP1 discovered
Miscellaneous
Thread ID:
00836211
Message ID:
00836211
Views:
81
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
Next
Reply
Map
View

Click here to load this message in the networking platform