Progress
AppBuilder
Developer’s Guide


Example of sendHandler Override Code

This code might be used in a sendHandler() override in a SmartB2BObject:

DEFINE INPUT PARAMETER hMessage AS HANDLE NO-UNDO. 
/*  
** Set custom message properties (example only) 
*/ 
  DYNAMIC-FUNCTION('setStringProperty':U IN hMessage, 
			INPUT 'city':U, 
			INPUT cCity). 
/*  
** Run the SmartB2BObject's version of sendHandler  
** 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