Version 6.3.13 for Windows
 —  Dialog Component Reference  —

TABLE-REFRESH Action

This document covers the following topics:


Description

Refreshes the contents of a Table Control.

Top of page

Parameters

Name/Data Type Explanation
HANDLE OF TABLE Input

Specifies a Table Control.

Response (I4) Output

Natural error (if applicable).

Example:

PROCESS GUI ACTION TABLE-REFRESH WITH #TBL-1 
GIVING #RESPONSE 

Top of page