pjohns
9th September 2002, 16:18
Hello,
I want to add tccom010.refa to the sale invoice layout.
This extra field has been inserted in the before.field inco 70 layout and I have added the following to the report script: -
before.inco.70:
before.layout:
select tccom010.cuno, tccom010.refa
where tccom010.cuno = :tdsls041.cuno
selectdo
endselect
The report script compiles with no errors.
But nothing gets shown on the sales invoice and I'm sure that tccom010.refa data exists for the customer on the sales invoice.
Can anybody point me in the right direction please?
Thanks
PJ
I want to add tccom010.refa to the sale invoice layout.
This extra field has been inserted in the before.field inco 70 layout and I have added the following to the report script: -
before.inco.70:
before.layout:
select tccom010.cuno, tccom010.refa
where tccom010.cuno = :tdsls041.cuno
selectdo
endselect
The report script compiles with no errors.
But nothing gets shown on the sales invoice and I'm sure that tccom010.refa data exists for the customer on the sales invoice.
Can anybody point me in the right direction please?
Thanks
PJ