Progress
ADM 2 Reference


notifyPage (containr.p)

Invokes the specified procedure in all objects on the CurrentPage of A SmartContainer.

Parameters:

INPUT pcProc AS CHARACTER

The internal procedure to run.

Returns: Nothing (procedure)

Notes:

Examples:

/* This code fragment from changePage causes initializeObject to be run 
   in each newly created object on a page selected for the first time.  
   NotifyPage effectively does a PUBLISH to each object on the current  
   page. */ 
{get ObjectInitialized lInitted}. /* Is the container itself initialized? */ 
IF lInitted THEN 
   RUN notifyPage In TARGET-PROCEDURE (“initializeObject”:U). 


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