Progress
ADM 2 Reference


assignLinkProperty (smart.p)

Sets a property value in one or more SmartObjects at the other end of a specified link, relative to the TARGET–PROCEDURE.

Parameters:

INPUT pcLink AS CHARACTER

Link type.

INPUT pcPropName AS CHARACTER

Property name.

INPUT pcPropValue AS CHARACTER

Property value.

Returns: LOGICAL (TRUE if the property set-function succeeded, else false.)

Notes:

Examples:

/* This example code from the updateRecord procedure makes sure that when 
   an update completes, and the DataModified property is turned off in 
   the SmartDataViewer which initiated the update, it is also turned off 
   in all other Viewers which may be linked in a GroupAssign. */ 
lSuccess = dynamic-function(‘assignLinkProperty’, INPUT 
   ‘GroupAssign-Target’:U, INPUT ‘DataModified’:U, ‘no’:U). 


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