PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD22 - report based on variable not accessible for user modification
WD22 - report based on variable not accessible for user modification
Iniciado por guest, 28,may. 2018 20:24 - No hay respuesta
Publicado el 28,mayo 2018 - 20:24
Hi,

I noticed that a report, based on a global array of structures for the data, is not accessible for modifications by end-users.
Is that just not supported?

I would say that could perfectly work, although one would miss the option to test the report 'stand alone'. That not so bad, in fact I instruct endusers always to do so.

- start the application
- start R&Q
- load the project (exe file)
- change report
- switch back to the application and test the report. It will pick up the changed layout.

- Or change report and use "Save as"
- switch back to the application
- Attach this new layout to the required print option (end users can do that in my applicatoins)
- test the report