BBjDataAwareGrid::replaceCommasWhenDisplaying

Description

In BBj 7.0 and higher, this method replaces the 'thousands' separator when displaying data in numeric cells of a given column.

Syntax

Return Value

Method

void

replaceCommasWhenDisplaying(int column, string valueString)

Parameters

Variable

Description

column

The column for which the display 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 CVSOut 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.