OnLoadRecord Property

Gets or sets the name of a macro or script to be run when the LoadRecord event occurs.

object.OnLoadRecord = [string]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the script or macro to run when the LoadRecord event is triggered.

Client support

   Newlook Smartclient

   Newlook Server

Use

The LoadRecord event occurs when an individual record from an ADO or DDM bound data source has finished loading into the grid control. The OnLoadRecord property can be used to perform some logic when this event is triggered.

Limitations

This property is only applicable to ADO or DDM bound datagrids, it is not supported in OA grids.

See Also

DataBind method | Source property

Applies To

DataGrid control


© 2004-2021 looksoftware. All rights reserved.