PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Problem  with yes no o confirm on webdev 24
Problem with yes no o confirm on webdev 24
Started by mimmo, Jan., 20 2021 4:54 PM - 2 replies
Posted on January, 20 2021 - 4:54 PM
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)
Registered member
59 messages
Popularité : +3 (3 votes)
Posted on February, 03 2021 - 10:21 AM
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
Posted on February, 12 2021 - 3:32 PM
Thank you for the answer
I think I'm doing my personal YesNo too
Greetings
Mimmo