I have a series of reports in VFP 7 that have a large number of fields
in the cursor they are based upon. Segments of these fields are printed
in specific detail bands on the report.
They are a little difficult to maintain and also present some paging
issues.
I am considering moving them to use either Crystal Reports or the VFP 9
report writer.
The typical format of these reports are:
report header
detail band 1
detail band 2
detail band 3
report footer
The data in the detail bands all have a key field that references the
data in the report header and are simply linked so a query like select *
from table where linknumber = header.linknumber would get the data
required.
Are reports like this easily implemented in VFP 9? Will I be able to
get rid of my monolithic cursors?
thanks