Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I close the class designer?
Message
From
06/06/2003 16:41:07
 
 
To
06/06/2003 15:15:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00797430
Message ID:
00797490
Views:
12
i know this is not the solution to your problem, but it might help:
CLEAR

FOR i=1 TO _SCREEN.FORMCOUNT
	?_SCREEN.FORMS[i].NAME + " - " + _SCREEN.FORMS[i].CAPTION
	* *** _PARENTCLASSBROWSER
	* *** FORM1
	* *** CLASSBROWSER1
	IF UPPER(_SCREEN.FORMS[i].NAME) = "_PARENTCLASSBROWSER"
		*_SCREEN.FORMS[i].RELEASE()
	ENDIF
ENDFOR
>I'm using VFP 7.0
>
>I'd like to programically close the class designer, but I can't find any way to do it.
>
>I have the name of the window and the lnwhandle (using foxtools), but I can't find a command that will close the window.
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform