Progress
AppBuilder
Developer’s Guide


Example ofsendReplyHandler Override Code

This code might be used in a SmartB2BObject’s sendReplyHandler override:

DEFINE INPUT PARAMETER hReplyMessage AS HANDLE NO-UNDO. 
/*  
** Set custom message properties  
*/ 
DYNAMIC-FUNCTION(‘setStringProperty’:U IN hMessage, 
         INPUT ‘city’:U, 
         INPUT cCity). 
/*  
** Run the SmartB2BObject’s version of sendReplyHandler  
** to assign the body of the message  
*/ 
RUN SUPER. 


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