Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Topform cannot move (client area only)
Message
De
02/10/2008 05:28:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Topform cannot move (client area only)
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01352195
Message ID:
01352195
Vues:
65
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
Répondre
Fil
Voir

Click here to load this message in the networking platform