satish_pabathi
16th December 2008, 12:13
even though i added the field in input field and layout and when i am trying to print the report i am not getting that field in report.
rahul.kolhe22
16th December 2008, 12:20
Hi,
I think you may not have assigned any value to the field.
Can you elaborate your question in more detail.
--Rahul
satish_pabathi
16th December 2008, 12:54
i want to get this two field "tccom020.cdec",tccom020.cpay" data in the report
bdittmar
16th December 2008, 13:25
i want to get this two field "tccom020.cdec",tccom020.cpay" data in the report
Hello,
are the fields in selectstatement ?
select tccom020.*
if statement is :
select tccom020.nama, tccom020.namb
from tccom020 .......
the fields you want are not in !
Regards
Hitesh Shah
16th December 2008, 19:10
If u dont have the souces of the program and u still want the same , u may need to write a code in report script to get the values in before.layout of the section where u want these values to appear.