BBjGrid::doLowerCaseWhenSaving
Description
In BBj 5.00 and higher, this method adjusts, for a given BBjGrid column, the data to lowercase before saving.
Syntax
Return Value |
Method |
---|---|
void |
doLowerCaseWhenSaving(int column) |
Parameters
Variable |
Description |
column |
The column to affect. |
Return Value
None.
Remarks
Use this method in lieu of the CVSIN parameter of the TemplatedString in BBjDataAwareGrid::setDataChannel but can apply it to a BBjStandardGrid as well as a BBjDataAwareGrid.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.