PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Read User Groupware Files
Read User Groupware Files
Débuté par thomas, 21 fév. 2008 12:51 - 3 réponses
Posté le 21 février 2008 - 12:51
Hello,

the User Groupware is not in the analysis.

Does anybody knows, how can read the user groupware datafiles.

E.g.

HReadFirst(GPWUSER)

variable1=GPWUSER.USERNAME
Posté le 21 février 2008 - 13:37
Thomas,

just add them to your analysis manually. I did that too.

Default password for these files is (from the help!) PCSGPW2001

Arie

>Hello,

the User Groupware is not in the analysis.


>Does anybody knows, how can read the user groupware datafiles.

E.g.


>HReadFirst(GPWUSER)

variable1=GPWUSER.USERNAME
Posté le 21 février 2008 - 14:45
Hello Arie,

thank you for help.

There are no conflicts?

>Thomas,

just add them to your analysis manually. I did that too.


>Default password for these files is (from the help!) PCSGPW2001

Arie


>>Hello,

the User Groupware is not in the analysis.


>>Does anybody knows, how can read the user groupware datafiles.

E.g.


>>HReadFirst(GPWUSER)

variable1=GPWUSER.USERNAME
Posté le 21 février 2008 - 15:16
I haven't had any problem so far. I read and write these files. They are just "normal" HF-files.

As you study them, you will see they are quite simple. Users&groups are stored, of course. And every control which isn't default anymore (grayed,invisble,disabled).

Every time you open a window, the wd-framework checks these settings and changes your controls, according to the current user.

I'm doing this myself, in one of my windows, which never closes. But users can login from time to time.

Have a look at GpwOpenConnection(). You will need that one too.

Arie

>Hello Arie,

thank you for help.


>There are no conflicts?

Thomas,


>>just add them to your analysis manually. I did that too.

Default password for these files is (from the help!) PCSGPW2001


>>Arie

Hello,


>>>the User Groupware is not in the analysis.

Does anybody knows, how can read the user groupware datafiles.


>>>E.g.

HReadFirst(GPWUSER)


>>>variable1=GPWUSER.USERNAME