Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Topform cannot move (client area only)
Message
From
02/10/2008 05:28:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Topform cannot move (client area only)
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01352195
Message ID:
01352195
Views:
66
Strange problem, help please.
My client want to run child form together with other application and he want to see only apecific size of form, so I have to resize also the topform.

I call child form from toplevel form with the following code (in topform):
with thisform
	.left=577
	.height=483
	.top=54
	.width=355
endwith

do form frmfnl to frmcls
if frmcls=.t.
	with thisform
		.left=0
		.height=717
		.width=1021
		.top=0
	endwith
Endif
It's work fine but if the user want to work on other application he cannot move the vfp topform to other place in screen (btw, he can move the childform inside the toplevel form).
Big part of the problem is that I don't have this problem in my computer (the problem only in client computer).
Thank you
Chaim
Reply
Map
View

Click here to load this message in the networking platform