on 2005 Apr 12 5:01 PM
Hi,
I'm trying to clear the "VatGroup" in the Journal Entry matrix (V6.5 SP1) with the code:
For i=1 To oMatrix.RowCount
oMatrix.Columns.Item("17").Cells.Item(i).Specific.Select(0,SAPbouiCOM.BoSearchKey.psk_Index)
Next
but, I can't do it.
I can change the "VatGroup" to any value in ComboBox but not to the empty value.
I've tryed the "SAPbouiCOM.BoSearchKey.psk_ByValue" and "SAPbouiCOM.BoSearchKey.psk_ByDescription" options and I get the same result.
In v2004 it's OK.
Hi Fernando, instead of setting an "0" you have to indicate just "" in the Combo.Select statement, with it I obtain the "blank" value in system forms.
Here an example:
Combo = oForm.Items.Item(pVal.ItemUID).Specific
Combo.Select("", SAPbouiCOM.BoSearchKey.psk_ByDescription)
Hope this helps,
Saludos
Felipe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
105 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.