I'm trying to print a report that list details from (3) different dbfs.
Dbf1 Main client record
Dbf2 Client payments (payment date and amount)
Dbf3 Client comments (comment date, comment text)
The first part of the report list the general info on the client. Then comes a section listing all the payments. Then a section listing all the comments for that case.
Ex.
Name
Address
CSZ
(some other main account info )
Payments
mm/dd/yy $$$$$$
mm/dd/yy $$$$$$
mm/dd/yy $$$$$$
mm/dd/yy $$$$$$
Comments
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Is there a way to create this in the report generator. I've created it to print a text file and can print it to lpt1, however, I can't seem to redirect this report to a network share from the created file. (\\server\laser1)
Any suggestions ?
Andy
Dbf1 Main client record
Dbf2 Client payments (payment date and amount)
Dbf3 Client comments (comment date, comment text)
The first part of the report list the general info on the client. Then comes a section listing all the payments. Then a section listing all the comments for that case.
Ex.
Name
Address
CSZ
(some other main account info )
Payments
mm/dd/yy $$$$$$
mm/dd/yy $$$$$$
mm/dd/yy $$$$$$
mm/dd/yy $$$$$$
Comments
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mm/dd/yy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Is there a way to create this in the report generator. I've created it to print a text file and can print it to lpt1, however, I can't seem to redirect this report to a network share from the created file. (\\server\laser1)
Any suggestions ?
Andy