DataRecordFetchEditedUser

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 DataRecordFetchEditedUser(ref SalString lsAttr)

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

Comments

Overriding the DataRecordFetchEditedUser method is useful when an application is using instance or window variables (instead of invisible data items) to hold information. For instance, DataRecordFetchEditedUser can be used to include these variables in new and modify calls to the server.

Parameters

Name Description
ref SalString lsAttr Object attributes sent from the client to the server. Applications can add extra attributes to this list.

Returns

This method does not return a value.