Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I Resize a PageFrame with tabs VFP 7.0
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00734770
Message ID:
00734789
Views:
17
Hi Bill,

The problem you are having is probably due to the way you're figuring things.

Try this:
*-- pageframe refresh()
WITH this
	.top=10
	.left=10
	.height=.parent.height-20
	.width=.parent.width-20
ENDWITH 	

*-- form.resize()
this.refresh()
Then run the form and resize it and see what happens.

Hugh
Microsoft hears loudest what the VFP community says about Visual FoxPro by looking at the bottom line!

Support the product. Buy the latest version!

Hugh Winters @ WorldData 408-512-1131
Previous
Reply
Map
View

Click here to load this message in the networking platform