PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Problem with user groupware in Webdev 19
Problem with user groupware in Webdev 19
Iniciado por Steahlty, 27,jun. 2014 16:20 - 2 respuestas
Miembro registrado
12 mensajes
Publicado el 27,junio 2014 - 16:20
Hi,

hope someone can help me with my problem.

In Webdev 18, we had the ability to access the user groupware files directly. I realized that by the following code:

GPWUSER is Data Source

Now i can access the Groupwarefiles directly and add a user as follows:

GPWUSER.LOGIN = "<Some UserID>"
GPWUSER.Name = "MyName"
GPWUSER.FirstName = "MyFirstName"
GPWUSER.Password = "MyPassword"
HAdd(GPWUser)

Now we updated to Webdev 19 an want to use the new user groupware. I set the user groupware to "automatic user groupware (recommended)" an disabled the compatibility mode with version 18. But now, i cannot access groupware files directly.

My question: is there any way to get it back work without losing the features from Webdev 19?

Thanks for your replies.

Greetings
Andreas
Miembro registrado
12 mensajes
Publicado el 23,julio 2014 - 14:09
Any solution or help?
Publicado el 23,julio 2014 - 14:41
Hi

I'm not sure (as I am always coding my own users management facilities),
but I think I remember that this ability is linked to having selected
the CUSTOM groupware (and not a version problem)

Best regards


--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXShowroom.com is available: Show your projects!
More information on http://www.fabriceharari.com


On 6/27/2014 8:20 AM, Steahlty wrote:
Hi,

hope someone can help me with my problem.

In Webdev 18, we had the ability to access the user groupware files
directly. I realized that by the following code:

GPWUSER is Data Source

Now i can access the Groupwarefiles directly and add a user as follows:

GPWUSER.LOGIN = "<Some UserID>"
GPWUSER.Name = "MyName"
GPWUSER.FirstName = "MyFirstName"
GPWUSER.Password = "MyPassword"
HAdd(GPWUser)

Now we updated to Webdev 19 an want to use the new user groupware. I set
the user groupware to "automatic user groupware (recommended)" an
disabled the compatibility mode with version 18. But now, i cannot
access groupware files directly.

My question: is there any way to get it back work without losing the
features from Webdev 19?

Thanks for your replies.

Greetings
Andreas