Rajesh Karunakaran
Programmer
Dear Team!
The scenario is like this. I have a table with a few records containing the policy_no for which a report form needs to be used to create pdf. The report form compiles the data for the report from multiple tables. When I supply this report form to Frx2Any to create PDF, after it shows '100% converted', it closes my first loop table.
The flow is as follows:
Any idea?
Thanks in advance.
Rajesh
The scenario is like this. I have a table with a few records containing the policy_no for which a report form needs to be used to create pdf. The report form compiles the data for the report from multiple tables. When I supply this report form to Frx2Any to create PDF, after it shows '100% converted', it closes my first loop table.
The flow is as follows:
Code:
select cPolicies
scan
nPolicy = policy_no
I call frx2any here...
pdf is created
here the cPolicies table gets closed.
endscan
Any idea?
Thanks in advance.
Rajesh