PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB19 - Report Missing code sections
WB19 - Report Missing code sections
Iniciado por guest, 20,nov. 2014 15:52 - 6 respuestas
Publicado el 20,noviembre 2014 - 15:52
Hi everyone.

I have an older report that I'm trying to update from query based to programming based. But for some odd reason, many of the code sections are missing, so I can't finish updating the thing. Anyone ever have this problem and know how to solve it.

I could just create a new report and transfer everything over, but I'd rather not as that you be a lot of work to do.
Publicado el 20,noviembre 2014 - 16:27
Do you mean the code Events are missing from the code window?
Publicado el 20,noviembre 2014 - 20:51
Yes - that's exactly it.
Publicado el 20,noviembre 2014 - 21:00
Ok, next question, do you mean Events are missing that previously had code in OR do you mean you just can't see the Event(s) in the code editor?
Publicado el 20,noviembre 2014 - 21:02
Nope, never had code in them,, they are just gone! For Example - the "read Data" section...
Publicado el 20,noviembre 2014 - 21:44
Hi Joel,

Maybe the option to hide empty procedures is activated? Go in the Ribbon bar, in the "Display" panel and check the option to display empty procedures if it is not checked. (Or simply hit Ctrl+F6.)

Best regards,
Alexandre Leclerc
Publicado el 20,noviembre 2014 - 22:09
Well Ctrl+F6 did it! I didn't know it had a setting like that.

You are the best! Thanks everyone!