D
Dave C
I have a report that I want to have a vetical line go from top-to-bottom of
the page.
I'm having problems with getting this to work with controls that have
CanGrow set to true in the detail section. I need to get the line to resize
to the new height of the detail section.
I've tried the code:
me.resizeline1.height = me.height
When I put it in the detail_onprint method, I get an error:
Run-time error '2191': You can't set the Height property in print preview
or after printing has started.
If I put it in the detail_onformat method I don't get an error, but the size
of the line never changes.
Can anyone please help me figure this out? Thanks!
the page.
I'm having problems with getting this to work with controls that have
CanGrow set to true in the detail section. I need to get the line to resize
to the new height of the detail section.
I've tried the code:
me.resizeline1.height = me.height
When I put it in the detail_onprint method, I get an error:
Run-time error '2191': You can't set the Height property in print preview
or after printing has started.
If I put it in the detail_onformat method I don't get an error, but the size
of the line never changes.
Can anyone please help me figure this out? Thanks!