L
luis.a.roman
I have a variable sub report that would like to put a box around the
detail section. The section displays variable lenth lines that are
linked to a field. How can I put a box around the section. Or around
the max length of the detail report.
I use the code below but it put a box on each detail line. Suggestions
or guidance will be helpfull.
Me.Line (0, 0)-Step(Me.Width, Me.Section(0).Height), , B
Luis
detail section. The section displays variable lenth lines that are
linked to a field. How can I put a box around the section. Or around
the max length of the detail report.
I use the code below but it put a box on each detail line. Suggestions
or guidance will be helpfull.
Me.Line (0, 0)-Step(Me.Width, Me.Section(0).Height), , B
Luis