PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Table Report with calculated control
Table Report with calculated control
Débuté par Miguel Daza, 18 déc. 2018 22:55 - Aucune réponse
Posté le 18 décembre 2018 - 22:55
Hi.

I need to print a Kardex product report with a column showing the updated balance row by row. I tried to use a calculated control with the next code in the "before print" of the control:

calc_balance = calc_balance + MySource.qty_in - MySource.qty_out


but only shows a plus sing (+) when I print the report.


Thanks in advance for your help