PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Error GroupWare wdv21
Error GroupWare wdv21
Iniciado por vihupe, 31,may. 2017 16:26 - No hay respuesta
Publicado el 31,mayo 2017 - 16:26
Hello

I installed the GroupWare Access control in my application so far so good (I
can add user and give access to different windows, etc), the problem arises
when I try to access a window that has access denied, which throws me the
following error:


Https://hostimage.windev.io/images/Captura_2fd7788c200be2dfc46ba4f1f81090b5.PNG

I'm using Mysql

// --------------------------------------- error accessing a module
denied - ----------------
Error at line 1 of Click BTN_Delegation process.
Open function called.
Unable to open <WIN_Delegation> window:
> You have no rights to access the 'WIN_Delegation' element.
Contact an administrator of the application.

----- Technical Information -----

Project: UPCNGESTION

WL call:
Process of 'Click BTN_Delegation' (WIN_menu.RIBBON_NoName1.BTN_Delegation),
line 1, thread 0
'Open' function, syntax 0

What happened
Unable to open <WIN_Delegation> window:
You have no rights to access the 'WIN_Delegation' element.

Contact an administrator of the application.

Error code: 10019
Level: fatal error

Dump of the error of 'wd210obj.dll' module (21.0.369.9).
Identifier of detailed information (.err): 10019
Debugging information:
Fonction (1,1)
Additional Information:
EIT_PILEWL:
Click BTN_Delegation (WIN_menu.RIBBON_NoName1.BTN_Delegation), line 1
EIT_DATEHEURE: 05/31/2017 09:58:21
EIT_TYPE_WDFILE: <2>
EIT_IDCODE: <18>


This is also incorporated into my app as Customer User GroupWare or as
Automatic User GroupWare.

Has anyone had the same problem? ... in such case how did you solve it? ...
this is a Windev v21 bug?

From already thank you very much.
Victor