Hi
I'm using xfrx within a VFP9 report-writer to send a report to pdf. All other reports work fine; yesterday I tried a multiple detail band report, which previewed and printed correctly, but sends blank pages to Excel or pdf.
The only report-specific code (apart from index creation) to achieve this report is, after creating various cursors:
Set fields Global
Select reportlist && report library
Set fields to all
Select tmptable && Job details
Set fields to all
Select tmpinvoiced && Purchase Invoices
Set fields to all
Select tmporders && Purchase Orders
Set fields to all
set deleted on
select tmptable
set relation to jobnumber into tmpinvoiced
set relation to jobnumber into tmporders additive
select tmptable
set skip to tmpinvoiced, tmporders
But all of the above is probably only necessary due to the app I am using.
The layout is standard (following various textbook examples)
Any ideas?
Regards
Mike
I'm using xfrx within a VFP9 report-writer to send a report to pdf. All other reports work fine; yesterday I tried a multiple detail band report, which previewed and printed correctly, but sends blank pages to Excel or pdf.
The only report-specific code (apart from index creation) to achieve this report is, after creating various cursors:
Set fields Global
Select reportlist && report library
Set fields to all
Select tmptable && Job details
Set fields to all
Select tmpinvoiced && Purchase Invoices
Set fields to all
Select tmporders && Purchase Orders
Set fields to all
set deleted on
select tmptable
set relation to jobnumber into tmpinvoiced
set relation to jobnumber into tmporders additive
select tmptable
set skip to tmpinvoiced, tmporders
But all of the above is probably only necessary due to the app I am using.
The layout is standard (following various textbook examples)
Any ideas?
Regards
Mike