DataSourceRefresh

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber DataSourceRefresh(SalNumber nWhat)	

Applications call the DataSourceRefresh method to repopulate the data source with the current result set.

Parameters

Name Description
SalNumber nWhat Standard method parameter. Possible values are Const.METHOD_Inquire, Const.METHOD_Execute, Const.METHOD_GetType.

Returns

This method does not return a value

Comments

This method will reapply the where- and order by- statements used in the last populate, and then repopulate the data source.