Hello,
I have a rather complex problem (at least it is for me).
I need to populate a form. It is a very strict form consisting or 2 pages.
Page one is Order page, and page 2 is Order Details page.
On the Order page there is a very detailed customer information and general order information, which takes almost the whole page, and there is a special space for order details information (like product id, quantity, price), but there is only space for 4 products. So if in the order there are 4 or less products only that page is printed.
If there are more products in order detail (more than 4), then 4 of them should be printed on Order Page and the rest on the Order Details page, if there are more products that can be printed on the Order Details page the second Order Details page shouold be used and so forth.
Forms are very strict and I can not alter them in any way.
Any ideas how I could accomplish it?
I am using VB6 and CR 8.5
TIA,
Denis
I have a rather complex problem (at least it is for me).
I need to populate a form. It is a very strict form consisting or 2 pages.
Page one is Order page, and page 2 is Order Details page.
On the Order page there is a very detailed customer information and general order information, which takes almost the whole page, and there is a special space for order details information (like product id, quantity, price), but there is only space for 4 products. So if in the order there are 4 or less products only that page is printed.
If there are more products in order detail (more than 4), then 4 of them should be printed on Order Page and the rest on the Order Details page, if there are more products that can be printed on the Order Details page the second Order Details page shouold be used and so forth.
Forms are very strict and I can not alter them in any way.
Any ideas how I could accomplish it?
I am using VB6 and CR 8.5
TIA,
Denis