Previous Topic: USE ActionNext Topic: Objects and Properties


View Matching

View matching is part of adding the USE statement. This process associates views in the USEing, or calling, action block with views in the USEd, or called, action block. Both the sent data (USE_DATA_SENT) and the returned data (USE_DATA_RTND) are matched.

The data sent from the USEing action block is referenced in the USE statement in the Which IMPORTS clause. Data sent is also referenced in the USEd action block in the Import Views of the view definitions. To find data sent, use the USE_DATA_SENT object.

The data returned from the USEd action block is referenced in the USE statement in the Which EXPORTS clause. It is also referenced in the USEd action block in the Export Views section of the view definitions. To find data returned, use the USE_DATA_RTND object.