Kbase P76069: What is the SuperProcedureMode attribute
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/7/2004 |
|
Status: Unverified
GOAL:
What is the SuperProcedureMode attribute
GOAL:
How the change the super-procedure status for the Dynamics SmartObjects
GOAL:
What are the valid values for the SuperProcedureMode attribute
FACT(s) (Environment):
Dynamics 2.1A
FIX:
The SuperProcedureMode attribute indicates how a class or object super procedure should be started. Valid current values are either:
· STATELESS - super procedure starts once per session; stays alive after object shutdown. There should only be one instance of the super running in any given session; or
· STATEFUL - one instance of the super procedure started per object. The super procedure is shut down when the object is destroyed. Multiple copies may run per session, depending on the number of concurrently running objects.
The default for classes is STATELESS and the default for object (viewers, browsers, containers, SmartDataFields, etc) super procedures is STATEFUL.