Progress
ADM 2 Reference


changePage (containr.p)

Views (and creates if necessary) objects on a newly selected page in a Container when CurrentPage is reset.

Parameters: None

Returns: Nothing (procedure)

Notes:

Examples:

/* Display the current page number in a fill-in field whenever the page is 
changed.*/ 
PROCEDURE changePage: 
RUN SUPER. /* Perform the standard code first. */ 
  FILL-IN-1:SCREEN-VALUE IN FRAME {&FRAME-NAME} = 
    STRING(DYNAMIC-FUNCTION("getCurrentPage":U)). 
END PROCEDURE. 


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