InitFromTransferedData

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.

This method is obsolete

SalBoolean InitFromTransferedData()

Applications call the InitFromTransferredData function to initialise (populate) the data source based on information in data transfer.

Returns

Unknown

Comments

Note: This method is obsolete and is replaced by method InitFromTransferredData. All types of datasources will automatically be populated.

Example


Function: FrameStartupUser
Actions
If DataTransfer.RecCountGet( ) > 0
Call SalWaitCursor( TRUE )
Call InitFromTransferredData( )