On the Sales Order Ack SSRS form - does anyone know how the Address and info (Group1) rows are being suppressed for page > 1.
I cannot find any “Visibility” properties that is controlling that.
I see in the OrderLine grouping there is an empty field called TxtHiddenPage2 - however I don’t see where that is being used?
Any ideas?
DaveO
ckrusen
(Calvin Krusen)
2
Group1 is to group by InvoiceNum, for when you’re printing multiple invoices at once.
Like in AR Entry, Actions -> Group-> Print Invoices
Since a single invoice has just one InvoiceNum, this group is only ever printed once.
Mr. Calvin: Thank you for the help.
You are right = of coarse.
I was making it Too Complicated.
Thanks for the Monday adjustment.
DaveO