BBjGrid::doUpperCaseWhenSaving
Description
In BBj 5.0 and higher, this method adjusts, for a given BBjGrid column, the data to uppercase before saving.
Syntax
Return Value |
Method |
---|---|
void |
doUpperCaseWhenSaving(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
BBjAPI
BBjSysGui
BBjControl
BBjWindow
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.