FormatEditedValue - cCJGridColumn
Takes an edited value and formats it for data source storage
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| sValue | String | The edited value from the edit control |
Syntax
Function FormatEditedValue String sValue Returns String
Call Example
Get FormatEditedValue sValue to StringVariable
Description
FormatEditedValue is called to make any format conversions required after of an edited value before it is added to the data source. With cCJGridColumn objects, this just returns the value passed. With cDbCJGridColumn objects, this may be used to convert a combo description value to a data value.
Return Value
The value as it should be stored in the data source.