GridUpdate

Call GridUpdate to update the grid or all controls in the browser dialog box.

bool = GridUpdate(nWhat)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

nWhat

nWhat == 1: Everything, nWhat = 2: Only data grid.

Comment

All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.

id-107546