How can I find who is the current user in A4D environment after login so that I can retrieve the user name?

Yes, write a wrapper method in 4D:

`WEB_CurrentUser
C_TEXT($0)
$0:=Current user

Then call it in Active4D:

`Save current user name in the session
session{"username"} := WEB_CurrentUser

Regards,

   Aparajita
   Victory-Heart Productions
   [EMAIL PROTECTED]
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com

_______________________________________________
Active4D-dev mailing list
[EMAIL PROTECTED]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to