label with header band
I need to make a label format which include both group header and masterdata band in a label,and the group header can be reprint on the next label if the masterdata is extend to it. The label is 2x5 in A4 size. I'd refer to the selfcontained label which post in newsgroup, but it's only for one record one label.
Any suggestion is welcome. Thank you.
Any suggestion is welcome. Thank you.
Comments
you will probably have to control things manually in report code
using engine.showband(bandname) and also code to check engine.curx cury props.
see the user manual on using the engine object.