Skip to content

RefreshListFromDD - cWebList

Refreshes a data-aware grid around the current record in the server Data Dictionary

Type: Procedure

Syntax

Procedure RefreshListFromDD

Call Example

Send RefreshListFromDD

Description

If the grid or list is data-aware and the row data is automatically loaded from the DataDictionary object (DDO), then you can send RefreshListFromDD to make the grid refresh the rows it is displaying around the currently loaded record (meaning that it tries to maintain the current record) in the grid's Server Data Dictionary.

If the server DDO does not have a current record, then the grid is simply reloaded from the first row in the data set.