Progress
AppBuilder
Developer’s Guide


Example of receiveHandler Override Code

This code might be used in a receiveHandler override in a SmartB2BObject:

DEFINE INPUT PARAMETER hMessage AS HANDLE NO-UNDO. 
/* 
** Declare storage 
*/ 
DEFINE VARIABLE lBackOrdered AS LOGICAL NO-UNDO. 
/*  
** Get a specific property value  
*/ 
lBackOrdered = DYNAMIC-FUNCTION(‘getCharProperty’:U IN hMessage). 
RUN SUPER. 


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