Progress
ADM 2 Reference
synchronizeProperties (data.p)
Synchronizes certain properties on the client side of a SmartDataObject with its server side. This is used internally to support running SmartDataObjects in stateless mode.
Parameters:INPUT pcPropertiesForServer
A CHR(3)-delimited list of prop CHR(4) value pairs to be set on the server half of the SmartDataObject.
OUTPUT pcPropertiesForClient
A CHR(3)-delimited list of
”
prop CHR(4) value”
pairs to be set on the client half of the SmartDataObject.Returns: Nothing (procedure)Notes:
- synchronizeProperties is designed to be invoked from the client side but executed on the server half of a SmartDataObject. While executing on the server side it calls setPropertiesList to set the properties in pcPropertiesForServer, then accumulates properties to be sent back to the client so that the client can set them. Currently, the only property sent back is the ServerOperatingMode property.
- The form of both pcPropertiesForServer and pcPropertiesForClient is designed to work with the setPropertyList method.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |