Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Sizable?
Message
From
24/04/2011 14:02:13
 
 
To
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:
01508262
Views:
27
>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.

That's not it. I figured out a way to test it without the contained form--still no resize handles.
Ray Roper
Previous
Reply
Map
View

Click here to load this message in the networking platform