Hello,
I am working on a program for my wife to store, organize, and print her recipes (D5 Professional with Paradox tables). The store and organize portion has gone great. Printing is hitting a small snag.
The ingredients are assigned as detail records of each recipe while RecipeName and Instructions are in the Master. As it works now, the QuickReport prints...
---Detail Band---
RecipeName
Instructions
---Subdetail Band---
Ingredient List
---End Report---
How do I rework it to print another detail band connected to the same table underneath the ingredients list? Right now I am working on a routine to write the needed TTable records to a text file and then print that from the QR, but doing it with proper bands might be easier (if possible).
Thank you
Frank Luke
I am working on a program for my wife to store, organize, and print her recipes (D5 Professional with Paradox tables). The store and organize portion has gone great. Printing is hitting a small snag.
The ingredients are assigned as detail records of each recipe while RecipeName and Instructions are in the Master. As it works now, the QuickReport prints...
---Detail Band---
RecipeName
Instructions
---Subdetail Band---
Ingredient List
---End Report---
How do I rework it to print another detail band connected to the same table underneath the ingredients list? Right now I am working on a routine to write the needed TTable records to a text file and then print that from the QR, but doing it with proper bands might be easier (if possible).
Thank you
Frank Luke