ltannous
27th October 2004, 23:03
I cant get a certain field to appear on my report. I dont have the source codes for the session, so I created a report script.
It comes up with 0 values.
if I harcode the value it appears eg. wtsls041.wght = 9999
The field is located in the after.dico.55 layout field
I hase done the following
after.dico.55:
before.layout:
select wtsls041.*
from wtsls041
where wtsls041.orno = :tdsls045.orno
selectdo
endselect
It comes up with 0 values.
if I harcode the value it appears eg. wtsls041.wght = 9999
The field is located in the after.dico.55 layout field
I hase done the following
after.dico.55:
before.layout:
select wtsls041.*
from wtsls041
where wtsls041.orno = :tdsls045.orno
selectdo
endselect