Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Multiple Forms
Message
 
 
To
11/10/2006 12:48:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01161212
Message ID:
01161256
Views:
14
>The ShowWindow Property I tried but it is a read-only at run time so I can't force it to open as a top level window.
_Screen.AddProperty("oMyForm", NEWOBJECT("myform"))

_Screen.oMyForm.Show()

*...
RETURN

DEFINE CLASS myform AS Form
	ShowWindow = 2
	AlwyasOnTop = .T.
ENDDEFINE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform