Try OpenEdge Now
skip to main content
BPM Events User's Guide
Persistent structures : Infopads : Using infopads : Updating a cell with an event
 
Updating a cell with an event
It is possible to automatically update an infopad cell by sending special "cell update" events to BPM Events. No written rules are required to capture these events. They are automatically recognized and interpreted by the engine. These events must be of the form:
Type:"BPEVENT_INFOPAD_UPDATECELL"
Value: myInfopadName
In the context of the event, the name value pairs identify the cell coordinates:
Row_Index: index of the row of the cell
Col_Index: index of the column of the cell
Any other name/value pair in the context part of the event is supposed to represent a slot name and its new value. You can add only the slots that you want to update. The event only updates the slots present in the context.