I do the same in the two apps.
I find wwuserset and wwwuserget in xxxserver, but they are method of xxxprocess (or similar) but i don't find that object in my app
you may search in yout project using code references
No. I set only one property in my form. Where do i
Find these functions?
do you call .wUserSet() and .wUserGet()?
At the moment i have two app running with FIC. In both i have a main form where i call an identifcation form, that returns the user id that i set in a property of the main form and that i pass to every new called form.... In the first app it works fine....If i enter with a user i see only records of this user and if i read the user property it is correct and it is correct even if i enter in the same app from another pc with another user and obviously on the other station user is correct....With the second app it doesn't work in the same way even if i have given the same structure.....When i enter with the second user even the first browser see the new user id and loose the first one with which i enter.....Why ? Do i miss something ?