Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Call MDI procedure from Frame's INIT 2000-09-06 -- Michael Ware I'm not sure if this applies. But I ran accross this Prop: a few weeks
ago in the help. At the time I couldn't think of a use for it, but I
think it directly addresses your problem;
-Mike
PROP:Threading
Property of the SYSTEM built-in variable which, when set to zero (0),
disables all MDI behavior and turns the application into an SDI
application.
Example:
PROGRAM
!Data declarations
CODE
IF SomeCondition = TRUE
SYSTEM{PROP:Threading} = 0 !Set to SDI behavior
END
Today is November 21, 2024, 8:35 am This article has been viewed 35211 times.
|
|