Hi,
i tried to print description from first free number of sales order for each sales order. i do script in report as below:
but it gives error,
may i know where is wrong.
your advice is much appreciate. Tq.
i tried to print description from first free number of sales order for each sales order. i do script in report as below:
Code:
after.tdsls406.orno.1:
before.layout:
select tcmcs050.*
from tcmcs050
where tcmcs050.nrgr = "200" and
tdsls406.orno (1;3) =tcmcs050.seri
selectdo
model = tcmcs050.dsca
selectempty
model = "XX"
endselect
PHP Code:
rtdsqltdsls409d( 38): Error SQL: SQLState 42I03: Unknown column 'tdsls406.orno' (error 302)
your advice is much appreciate. Tq.