Progress
ADM 2 Reference
createObjects (containr.p)
Standard code for running the objects in a Container. It runs the AppBuilder-generated procedure named adm–create–objects for compatibility with Version 8.
Parameters: NoneReturns: Nothing (procedure)Notes:
- This procedure does nothing but run adm–create–objects, the AppBuilder-generated procedure that creates and initializes all the SmartObjects in a Container. This allows both the AppBuilder-generated code and any customization of it to exist in the same SmartContainer procedure, because the customization will be called createObjects.
- This can be customized to add application-specific behavior to the creation of SmartObjects in a Container. Note that createObjects will be run once for each page as it is initialized, so code in a custom version should always check the CurrentPage property to make sure that the custom code is executed for the proper page (0 for general code to be executed exactly once).
Examples:
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |