PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Problem  with yes no o confirm on webdev 24
Problem with yes no o confirm on webdev 24
Débuté par mimmo, 20 jan. 2021 16:54 - 2 réponses
Posté le 20 janvier 2021 - 16:54
Hi everyone
I have a problem with YesNo or Confirm on webdev 24 and it gives me this error even though the manual says it can be used

Have you any suggestion

Thank's


WL call:
Process of 'Click on BTN_NoName1 (server)' (PAGE_Amministrazione_diete.BTN_NoName1), line 4
'YesNo' function, syntax 1

What happened?
Unable to use YesNo.
Check whether:
- The current page (if it exists) is a non-AWP dynamic page.
- No AJAX call is in progress.

Error code: 310188
Level: fatal error

Dump of the error of 'wd240page.dll' module (24.0.142.2).
Debugging information:
Fonction (31,182)
Additional information:
EIT_PILEWL :
Click on BTN_NoName1 (server) (PAGE_Amministrazione_diete.BTN_NoName1), line 4
EIT_DATEHEURE : 20/01/2021 16:47:38
EIT_TYPE_WDFILE : <65538>
EIT_IDCODE : <851984>

(25, ERR_MSG_BOX)
Membre enregistré
59 messages
Popularité : +3 (3 votes)
Posté le 03 février 2021 - 10:21
Hello,

Not sure if this will help you.
Look like you are using Language Italian ?
We had an issue, not similar to this one but related.
We put Nation(nationEnglish) prior the YesNo then
put back the language of our project Nation(nationXYZ) after the execution of the YesNo function.

Then we had other issues with YesNo and we decided to build our proper YesNo.

Have a nice day,
Xavier
Posté le 12 février 2021 - 15:32
Thank you for the answer
I think I'm doing my personal YesNo too
Greetings
Mimmo