on 2010 Jun 09 6:26 PM
How do I get the ultimate value of a cell in a databound column ? I'm retrieving the cell as a SAPbouiCOM.Cell object but I cannot cast it to anything specific that can be displayed as a value. The value comes from a table and is an integer.
Hello
dim oEditText as SAPbouiCOM.EditText
oEdiText = Omatrix.columns.items("COLINDEX").Cells.item("ROWINDEX").Specific
value = oEditText.Value
If it is an Editbox contol. By this example you can cast any types.
Regards
J
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found the best way to do this is to serialize the matrix item's data and then deserialize it into a .NET class created with xsd.exe and the schema which can be emitted by the matrix item.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you refer to as the ultimate value of a cell ? Give a specific example.
Thanks,
Gordon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
88 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.