Crystal version 8.0
Pervasive.SQL v8
Connection via ddf
I've created a Shipping Label per a customer's very specific requests and specifications that will connect to our ERP database and collect the part number and other applicable information to be output on the report.
There is some information that needs to be collected at runtime, such as the number of boxes, quantity per box, and box weight. This data is not available in our database.
For example, a particular shipment has 3 boxes. The first box has a quantity of 288 with a weight of 18.00 pounds. The second box has a quantity of 100 with a weight of 9.5 pounds. The third box has a quantity of 20 with a weight of 5.25 pounds.
Desired output as follows:
Label 1:
Box 1 of 3 Quantity: 288 Weight: 18.00 Pounds
Label 2:
Box 2 of 3 Quantity: 100 Weight: 9.50 Pounds
Label 3:
Box 3 of 3 Quantity: 20 Weight: 5.25 Pounds
In a rush to get this label working, I set these fields to be populated by a parameter field placed on the label, but the shipping department has to print a new label for each box, going back through each prompt again. Is it possible for them to enter the data for each box by storing each variable in an array to be printed all at once as shown above? I've had very little experience with arrays so I'd appreciate as much help as possible (if this can be done).
I hope I've been descriptive enough please let me know if I've left something out.
Pervasive.SQL v8
Connection via ddf
I've created a Shipping Label per a customer's very specific requests and specifications that will connect to our ERP database and collect the part number and other applicable information to be output on the report.
There is some information that needs to be collected at runtime, such as the number of boxes, quantity per box, and box weight. This data is not available in our database.
For example, a particular shipment has 3 boxes. The first box has a quantity of 288 with a weight of 18.00 pounds. The second box has a quantity of 100 with a weight of 9.5 pounds. The third box has a quantity of 20 with a weight of 5.25 pounds.
Desired output as follows:
Label 1:
Box 1 of 3 Quantity: 288 Weight: 18.00 Pounds
Label 2:
Box 2 of 3 Quantity: 100 Weight: 9.50 Pounds
Label 3:
Box 3 of 3 Quantity: 20 Weight: 5.25 Pounds
In a rush to get this label working, I set these fields to be populated by a parameter field placed on the label, but the shipping department has to print a new label for each box, going back through each prompt again. Is it possible for them to enter the data for each box by storing each variable in an array to be printed all at once as shown above? I've had very little experience with arrays so I'd appreciate as much help as possible (if this can be done).
I hope I've been descriptive enough please let me know if I've left something out.