RefreshListFromDD - cWebList

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

Type: Procedure

Parameters: None

Syntax
Procedure RefreshListFromDD 

Call: 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.

See Also

pbAutoRegenerate