Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing form's modality on the fly.
Message
From
12/06/2001 15:40:54
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00518554
Message ID:
00518557
Views:
10
This message has been marked as a message which has helped to the initial question of the thread.
Nadya,
What I usually do is something like this:
*-- form's init()
LPARAMETER tlModal

IF tlModal
	This.WindowType = 1
ELSE
	This.WindowType = 0
ENDIF
HTH

>Hi everyone,
>
>I have a form scx (not class based). I want to change its modality depending on parameter passed into the main program. How can I do it? I've read Nick's FAQ about it, but it's still unclear for me.
>
>Thanks in advance.
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform