BBjDataAwareGrid::replaceDecimalsWhenSaving
Description
In BBj 7.00 and higher, this method the decimal character when writing data from the BBjDataAwareGrid.
Syntax
Return Value |
Method |
---|---|
void |
replaceDecimalsWhenSaving(int column, string valueString) |
Parameters
Variable |
Description |
---|---|
column |
The column for which the data is to be modified. |
valueString |
A string containing the value that is to be used as a replacement. |
Return Value
None.
Remarks
The first character in valueString will be used as the replacement character. This method is provided to replicate the CVSIN functionality of the templated string passed in to setDataChannel (see Data Aware Grid Channels).
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.