pegaga1979
20th December 2018, 11:13
Hi,
I would like to download shipment data and has text at header. i created a query.
when i used whinh430.text it not display full. only 10string.
So i try to use this code;
declaration:
domain tttxt.buf text
table twhinh430
detail.1:
before.layout:
select tttxt010.*
from tttxt010
where tttxt010._index1=whinh430.text
selectdo
text=tttxt010.text
selectempty
text=""
endselect
but has error Unknown column 'whinh430.text' (error 302)
Please help.
Your help is much appreciated.
I would like to download shipment data and has text at header. i created a query.
when i used whinh430.text it not display full. only 10string.
So i try to use this code;
declaration:
domain tttxt.buf text
table twhinh430
detail.1:
before.layout:
select tttxt010.*
from tttxt010
where tttxt010._index1=whinh430.text
selectdo
text=tttxt010.text
selectempty
text=""
endselect
but has error Unknown column 'whinh430.text' (error 302)
Please help.
Your help is much appreciated.