Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Sizable?
Message
From
24/04/2011 13:58:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01508242
Message ID:
01508261
Views:
37
>Check code in Resize method of the form.

There's nothing much there, and if I comment it out and replace it with DODEFAULT(), nothing changes. The RESIZE code won't fire in any case until the event occurs, and the event can't occur if I can't even grab an edge of the form to drag it to a different size.

There is something I held back: the form contains another form, fired up with this code:
	WITH thisform
		.AddProperty("oScrollForm",CREATEOBJECT("frmIntkScroller",this))
		.oScrollForm.Move(lnLeft,lnTop,lnWidth,lnHeight) && left, top, width, height
		SHOW WINDOW (.oScrollForm.Name) IN WINDOW (.Name)
	ENDWITH && thisform
I'd remove it temporarily to see if that makes a difference, but there are so many references to thisform.oScrollForm.[something] that it is difficult to run without it.
Ray Roper
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform