ops, FieldObject = TextObject
sometimes I need to show (Detail Section):
|Qty|Descr|Unit|TotalPrice|
and sometimes:
| Descr |Unit|
and I want to use just one report (set dynamically)
.
How can I suppressing numeric field into detail section?
I created a parameter flag on the form to control it because sometimes I need to show this field.
Thanks in advance.
Before your post I was trying some solutions based in other threads:
Section expert->detail->keep together->x+2:
booleanvar flag := false;
Section expert->report footer->keep together->x+2:
booleanvar flag := true;
Section expert->page header->suppress->x+2:
booleanvar flag;
if pagenumber <>...
When I have a lot of data showed on detail page and this detail "area" goes to the end of the page I have a problem with de page header that appear in the next page.
In this case page header is visible but without any detail data bellow.... I tryed to suppressing blank, fit sections and some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.