DataRecordToFormUser

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 DataRecordToFormUser(ref SalString lsServerAttr,
ref SalBoolean bMarkAsEdited)

Applications override the DataRecordToFormUser method to take care of object attributes not handled by the framework.

Parameters

Name Description
ref SalString lsServerAttr Object attributes sent from the server to the client. Although it is possible for applications to modify the attributes, doing so is not recommended.
ref SalBoolean bMarkAsEdited Object attributes sent from the server to the client. Although it is possible for applications to modify the attributes, doing so is not recommended.

Returns

This method does not return a value.

Comments

Overriding the DataRecordToFormUser method is useful when an application is using instance or window variables (instead of invisible data items) to hold information. For instance, DataRecordToFormUser can be used to put default values into these variables.