Skip to Content
0
Former Member
Apr 29, 2009 at 08:02 AM

SAPbobsCOM.Documents.Lines.Text ReadOnly

88 Views

I'm trying to do something like this

oSapInvoice.Lines.Text = oDocDett.Text

where oSapInvoice is a SAPbobsCOM.Documents, but the Text property is readonly.

How can I do to copy the column "Item Details" (Text property) in a document line using the SDK?