PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Report from looper
Report from looper
Iniciado por guest, 28,jul. 2016 02:52 - 2 respuestas
Publicado el 28,julio 2016 - 02:52
Hi,
any ideas on how to generate a report from the contents of a looper control...WB17.

Better yet, an application of mine is being audited and they need a report on the rights interface ie. which menu items have been assigned or denied per a specific user group. If anyone has a report that can generate that, would love to know how you did it.

Thanks and regards

issah
Publicado el 28,julio 2016 - 03:36
Hi

you can do it with a report generated by programming/code...

In each, before printing line iteration, you read the next line of the looper and set the fields.

As for your second question, I suppose that you are talking about the built in user groupware. I'm not using it, but I know that everything is save in HF files that you can read and use as base for your report... You'll have to figure out what is what in the files, though.

Best regards
Publicado el 01,agosto 2016 - 16:06
Ok....That's what I was afraid off..

Thanks

issah