I want the TipoDoc
field in Editor de Vendas
of ERP Primavera
to be empty after each write of a new document. I tried in the EditorVendas_DepoisDeGravar
event the following line of code DocumentoVenda.TipoDoc = ""
but to no avail. Is there any way to access the property of the object and change it?