Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child forms inside a In Screen form
Message
From
22/12/2003 04:08:42
 
 
To
15/12/2003 10:25:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00859107
Message ID:
00861199
Views:
20
Hi Ricardo,

Yes, it is possible.
PUBLIC ARRAY oform[10]

oform[1]=_SCREEN

FOR k=2 TO 10
	oform[m.k]=CREATEOBJECT("form")
	oform[m.k].Name='formlevel'+TRANSFORM(m.k)
	oform[m.k].Caption=oform[m.k].Name
	oform[m.k].move(m.k,m.k)
	SHOW WINDOW (oform[m.k].Name) IN (oform[m.k-1].Name)
ENDFOR
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform