Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 7:16 am This article has been viewed 35210 times.
|
|