pegaga1979
5th March 2015, 08:16
Hi,

I would like to add table and field in the standard report (Print Finalization by ledger). The is report is in tfgld and i would like to add tfcmg100 in the report.
does anyone know how. i tried to add at report script but it seems do not work.
anyone can help me pls....

thank you in advance.

soumya093
5th March 2015, 09:52
Copy that report to your customized VRC and then you can edit that report

pegaga1979
5th March 2015, 10:23
Hi,

i hv done that.
at script i hv declared table ttfcmg100 and insert form field at layout tfcmg100.cheq.
but it not working.
the report that i used is tfgld140611001.

pegaga1979
5th March 2015, 10:47
Hi,
i've insert in report script as below:

select tfcmg100.*
from tfcmg100
where tfcmg100.typo=:tfgld106.otyp and
tfcmg100.doco=:tfgld106.odoc
selectdo
cheque=tfcmg100.cheq
endselect

But when print the report it just print few number and digit. Example:
8
TT 251

i declared cheque as domain tcmcs.st10m.

is there something wrong in my domain?

pegaga1979
5th March 2015, 10:55
i success generate the report :)
i change the domain to tfcmg.cheq