BBjDataAwareGrid::replaceCommasWhenSaving

Description

In BBj 7.0 and higher, this method replaces the 'thousands' separator when writing data from the BBjDataAwareGrid.

Syntax

Return Value

Method

void

replaceCommasWhenSaving(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

BBjSysGui

BBjControl

BBjWindow

Data Aware Grid Channels

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.