` Printed Icetips Article

Icetips Article



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



Printed May 4, 2024, 6:45 am
This article has been viewed/printed 35118 times.