Report printing problem with Servoy v3.1.2

Hi All,

I am using Servoy form - Header/Body/Summary to print master-
details report. All the reports are printing fine using v2.55 and later
update to v3.1.

But after I upgrade to v3.1.2 all the reports are printing with error.
If the body items is more 1 page (40-45 items) the last item is
repeating 5 to 20 times and the summary total is also added up
with the repeated item. My cleint is screaming at me with the
incorrect document printed out.

I check the data using SQL command and also the portal, the item
is correct. And I switch back to v.3.1 installed in another machine, the
report is correct without repeating items.

The second problem is for very big data report, certain fields of the
body is carried from previous item data and is repeated for all the
following the all item if the fields is null or zero. The repeating fields
is not added up to the summary.

eg:

Item code | OpenBal | StkIn | StkOut | BalQty

A → | 10 | 4 | 2 | 12
B → | 20 | * 4 | 0 | 20
C → | 20 | * 4 | 2 | 18
D → | 40 | * 4 | 0 | 40
E → | 50 | 3 | 0 | 53
F → | 30 | * 3 | 5 | 25
G → | 20 | * 3 | 10 | 10
---- | ---- | — | ----
TOTAL : | 190 | 7 | 19 | 178

    • Repeat from previous item.

Anyone have any ideas how to solve these problem ? Needs help
urgently to print all the form and report.

Thanks in advance.

Kelvin

Servoy : v3.1.2
O/S : Win XP & Win 2003 server

total

Hi All,

The above mentioned problems have been solved after upgrade to
to v3.1.3. Thank Servoy team for quick fixed on the problem.

Kelvin