DataSourcePopulateIt

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.

SalBoolean DataSourcePopulateIt(SalNumber nParam)	

Applications and the framework call the DataSourcePopulateIt method to populate a top-level window.

Parameters

Name Description
SalNumber nParam Options for the populate. Specify 0 for normal populate, Const.POPULATE_Single - populate the data items only (ignoring record selectioncombo boxes) or Const.POPULATE_KeepFocus - Used to populate for instance a child table and forcing the focus to stay in calling field.

Returns

The return value is TRUE if the data source is populated successfully, FALSE otherwise.

Comments

The DataSourcePopulateIt does not check with the user to save any changes. To check with the user, applications should use the DataSourcePopulate method.