PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB22] javascript error on PageDisplayDialog
[WB22] javascript error on PageDisplayDialog
Iniciado por guest, 28,may. 2018 11:29 - 2 respuestas
Publicado el 28,mayo 2018 - 11:29
HI,

Anyone seen this before?

SyntaxError: Unexpected identifier
Project name/_P_MODAL_/EBwAALPjqQBwR0hKc296Y3BDAAA?WD_ACTION_=ARRIEREPLAN#55:153

The error is only visible in developper mode and does not seem to affect program execution, but it puzzles me.

Kind regards,
Piet
Publicado el 28,mayo 2018 - 14:02
Hi Piet,

When I read this message, it looks to me like it's some graphical element missing from your style, in particular the background element for the dialog, it looks like, as ARRIEREPLAN means background, and as it happens on each and every dialog. If it's working when deployed, it probably means that something that was already deployed has been deleted from your development project folder but remains on the server.

Be aware that this is just a guess...

Best regards
Publicado el 28,mayo 2018 - 22:58
Hi Fabrice,

Thank you for this suggestion.
I narrowed it down a bit, it only happens on the main template of the project, so it must be something with this template, not the template or background of the dialog pages.
I'm not gonna spend anymore time on this, since everything works fine, despite the message.

Kind regards,
Piet