Bryan - Gendev
Programmer
My app has 2 reports. The one I am concerned with has per record an area of multiple fields with each record separated by two horizontal lines. I get 4 records neatly on an A4 page.
Now I have a request from a user to make a change which will best be satisfied by adding a field at the bottom of each record block which will expand only when the underlying field has data in it.
This works fine with one annoying problem.
My horizontal lines at the end of each record do not print at the end of the additional field but in the original place thus writing right through my new field if it has content.
like this :-
Previous last field label | Previous last field content |
________________________________________________________ (I can't make overtype work here but here would be the first line of the new field ( unlabelled ))
________________________________________________________ second line of new field content
third line etc etc
Is there a way to get these record separator lines to print below the new field if it has data in it?
Thanks
GenDev
Now I have a request from a user to make a change which will best be satisfied by adding a field at the bottom of each record block which will expand only when the underlying field has data in it.
This works fine with one annoying problem.
My horizontal lines at the end of each record do not print at the end of the additional field but in the original place thus writing right through my new field if it has content.
like this :-
Previous last field label | Previous last field content |
________________________________________________________ (I can't make overtype work here but here would be the first line of the new field ( unlabelled ))
________________________________________________________ second line of new field content
third line etc etc
Is there a way to get these record separator lines to print below the new field if it has data in it?
Thanks
GenDev