-1
Good afternoon,
I have the following data :
Filial As String, Serie As String, Tipodoc As String, NumDoc As Long
And I wanted to print the document via . net, the point is that it is a settlement document and there is no BSO.Comercial.Liquidacoes.ImprimeDocumento
as exists for sales and purchases.
How can I print using something similar?
Yes, I opted for this solution since there is not a Printedocumento() for this type of Docs.
– Hugo
Good morning. Maybe this will help: Dim dt As Itesbs100.Itesbs dt = New Itesbs100.Itesbs dt.Documents.Imprimedocumento(...)
– Ricardo Rodrigues