I tried the object positions relative to bottom band and relative to top of band but that did not change a thing. I tried in the summary to place the part down, but nothing changed..
To me it is frustating that with other bands when set remove line if null at print when no space is taken, but...
Is it possible to put a part of the summary on the bottom of the page?
And please can you help me to scope sum amounts.
Now for instance this is what is used:
oReport.GetText("OCONSTANT.PRODUCT.LBL_TAX ")
oOR.Ord.InvoiceProdTax
oReport.GetText("OCONSTANT.ACCOUNT.LBL_NETTO")...
I tried putting it in the summary and yes then it is ok with the bottom space. But it gives an other problem: The sum numbers are not displayed anymore.. Why?
And also I still need a page footer on the end of the document displaying the terms and some logo's. Then still this space is reserved...
Hi,
I made a report including a page footer which I set to only display on the last page, but now it seems the footer keeps pushing the content away on the pages before the last page.
I already set everything in the footer to remove when empty, but even without fields the page footer keeps all...
I found a sollution (thx to Thierry)
IIF(SET("Point")$TRANSFORM(g_oTemp.LineQtyInv), TRIM(TRIM(TRANSFORM(g_oTemp.LineQtyInv),"0"),SET("Point")), TRANSFORM(g_oTemp.LineQtyInv))+ " x
What do you mean by move the grey line up, as in the first image?
I tested with you first sollution nd yes it seems ok.. thx! Can you tell me what does it mean: RECNO()>1?
Hi,
Looking for a way to give the last seporator line a different style.
I have a repprt (bill) on which good are displayed which are seperated by lines.Those seperation lines are grey.
I want de (first and) last line to be black. So I added those black lines in the page header and detail...
Hi Tamar it almost works, it gives:
6,000 > 6
6,500 > 6,5
but then:
6,550 > 6,5,
6,555 > 6,5,5
so first two are ok, but with last 2 are not ok, but I hardly use more than 1 decimals to describe amount of goods, sothis covers 98% of the cases..
edit: and also I wouldlike to add " x" after the...
This i the field: g_oTemp.LineQtyInv
So I made it like this:
ICASE(ROUND(g_oTemp.LineQtyInv,0)=g_oTemp.LineQtyInv, TRANSFORM(g_oTemp.LineQtyInv, '999,999,999'), MOD(g_oTemp.LineQtyInv,.1)=0, TRANSFORM(g_oTemp.LineQtyInv,'999,999,999.9'), MOD(g_oTemp.LineQtyInv,.01)=0...
Yes I think it is VFP, but not sure. It is an editor within an ERP programm to set the reports. Not sure where I can see if it is VFP and what version.
But based on the fact this is a Microsoft based erp, I think you are correct. Is there a way to move this thread to the microsoft visual fox pro...
Hi,
I'm trying to get a report to display numbers without decimals if there are no.
For input I can enter up to 3 decimals, but display is set to format 999.999.999.99 so I think max 2 decimals are displayed.
Most of the time (98%) no decimals are used but they do get displayed on the report...
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.