Kbase P13269: What is the pcRunAttribute and how it is used?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/30/2003 |
|
Status: Unverified
GOAL:
What is the pcRunAttribute and how it is used?
FACT(s) (Environment):
Dynamics 2.0A
FIX:
The pcRunAttribute is a user (developer) level attribute, passed to the specified procedure in a launchContainer call. Developers can use this attribute to change the behavior of a procedure call used within the Dynamics framework.
In order to use this procedure, a developer may pass the attributes to a launchContainer call. Also, for procedure called from a menu option (Action Type = LAUNCH), the RunAttribute value can be specified via the Toolbar and Menu Designer. Then the RunAttribute value can be retrieved by using the getRunAtttribute method. (DYNAMIC-FUNCTION( 'getRunAttribute' ) IN handle.)