Hello there,
I try to set field Dscription (column "3") in either Quotations or SalesOrders.
But B1 keeps popping up with Item picker list.
This is normal behaviour when you change this field and leave (without pressing CTRL), but how can I workaround this in SDK?
Thanks in advance.
Edited by: Harm van der Veen on Mar 2, 2009 11:56 AM
Version 2007A - PL 41
Dim oCell = DirectCast(Matrix.Columns.Item("3").Cells.Item(1), Cell)
Dim oBox = DirectCast(oCell.Specific, EditText)
oBox.String = "Variable Item Description"