Progress
ADM 2 Reference


assignPageProperty (containr.p)

Sets the specified property in all objects on the CurrentPage of a SmartContainer. If some object on the page does not have the property, it is ignored without error.

Parameters:

INPUT pcProp AS CHARACTER

The property to set.

INPUT pcValue AS CHARACTER

The value to assign to that property.

Returns: Nothing (procedure)

Notes:

Examples:

/* 
** Sets the DataModified property to "no" 
*/ 
RUN assignPageProperty (‘DataModified’:U, ‘no’:U). 


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