Full page labels
Hello,
I need a report that will print out x amount of times depending on the number of units received. For example, if 5 units are received, I need a report that gives me 5 printed sheets with each one incrementing by 1 until 5 is reached. Basically these are full sheet labels that I need to have as a printable output from Delphi. Any ideas how to make this happen? I had it working in Access VBA, but am now porting the entire thing to Delphi and don't know how to write the code for this one. If needed, I can post the code from VBA and walk through how it works.
I need a report that will print out x amount of times depending on the number of units received. For example, if 5 units are received, I need a report that gives me 5 printed sheets with each one incrementing by 1 until 5 is reached. Basically these are full sheet labels that I need to have as a printable output from Delphi. Any ideas how to make this happen? I had it working in Access VBA, but am now porting the entire thing to Delphi and don't know how to write the code for this one. If needed, I can post the code from VBA and walk through how it works.