Good day!
I have the following code to open the proforma without closing form, but when I open the report the form is cleaned, in specific salesparmline, can it be avoided?
---
salesFormLetter.initParameters(salesParmUpdate.data(),
Printout::Current,
NoYes::Yes,
NoYes::No,
NoYes::No,
NoYes::No,
NoYes::Yes,
NoYes::No,
false
);
salesFormLetter.editLinesChanged(editLinesChanged);
salesFormLetter.reArrangeNow(reArrangeNow);
salesFormLetter.proforma(true);
salesFormLetter.printFormLetter(true);
salesFormLetter.run();
---

Thanks in advance
(This is a solution that I found to my question made here, however I think it is another problem and that is why open a new topic).
*This post is locked for comments
I have the same question (0)