PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] Bug in table print?
[WD19] Bug in table print?
Iniciado por guest, 23,ene. 2015 18:03 - 2 respuestas
Publicado el 23,enero 2015 - 18:03
Hi,

I have a Report which prints the selected rows of a table (table Report). Since WD19, if I select for example 5 rows anywhere in the table, the Report always prints the first 5 rows of the table, if I select 7 rows, it prints the first 7 rows and so on.

When changing the Report description to print all rows, then just the first row is printed.
Anybody knows how to get back the funcionality (did work in WD17)?

Erik
Publicado el 23,enero 2015 - 18:13
Eric,

Don't know if anything has changed in your Table control or report, but I was interested to read about ..selectiononly in ths bit of the Online Help:
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://help.windev.com/en-US/?1011012&name=Report_on_a_table_control">http://help.windev.com/en-US/&hellip;</a>
Publicado el 23,enero 2015 - 19:07
Hi Darren,

your hint lead me to the solution (thanks). Actually the property is not necessary if Checkbox is marked in the Report description.

I had have two Versions of my Report with one of them commented out. I don't know why, but the comments had have changed to the old Version and so it didn't work.

So no bug so far, but a new Problem (will be reported in another Topic)

Erik