on 2007 Mar 16 6:00 AM
Hi,
I m trying to get the cell as a combobox in a grid.
How should i do it.
The value displaying is a value but i want description in a code behind.
please help
Hi Sharma
Trying:
<i>Dim cmb As SAPbouiCOM.ComboBox
Dim oGridAs SAPbouiCOM.Grid
dim Description as string
cmb = oGrid."the columns with type is ComboBox"
Description = cmb.Selected.Description()</i>
If were a Matrix (instead a Grid) the line will:
<i>cmb = oMatrix.Columns.Item("columnCombo").Cells.Item(Row).Specific()
Description = cmb.Selected.Description()</i>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
103 | |
6 | |
6 | |
6 | |
5 | |
5 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.