Progress
ADM 2 Reference


Simple SmartContainer

The Simple SmartContainer provides all functionality from the class Container without the overhead of a visible run-time representation. It has no special class or super-procedure file of its own; it is an expression of the Container class and uses containr.p as its super-procedure file. The syntax for loading that file is:

SYNTAX
RUN start-super-proc("adm2/containr.p":U). 

Other files related to containr.p and the Simple SmartObject are:

Class Files
Custom Files
Definition
containr.cld
Super
containrcustom.p
Method
containr.i
Method
containrcustom.i
Property
cntnprop.i
Property
cntnpropcustom.i
Prototype
cntnprto.i
Prototype
cntnprtocustom.i
Template
cntnrsimpl.w
Exclude
containrexclcustom.i
Instance
containrdefscustom.i

AppServer Class

If the macro {&APP-SERVER-VARS} is defined, the Container and Query classes will inherit from the AppServer class, represented by the super procedure appserver.p. To force the macro to be defined, set the AppServer-Aware check box in the Procedure Settings dialog box for the object. If there is no such check box, or it is disabled, then you cannot force the definition. The syntax for loading appserver.p is:

SYNTAX
RUN start-super-proc("adm2/appserver.p":U). 

Files related to appserver.p are:

Class Files
Custom Files
Definition
appserver.cld
Super
appservercustom.p
Method
appserver.i
Method
appservercustom.i
Property
appsprop.i
Property
appspropcustom.i
Prototype
appsprto.i
Prototype
appsprtocustom.i
Template
Exclude
appserverexclcustom.i
Instance
appserverdefscustom.i


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095