Nancy Mathew
14th October 2004, 22:00
Is there a way to password protect a table or session other than hard coding the check in program script.
NPRao
14th October 2004, 22:02
Alternatively-
You can use Role Authorizations and set no Authorization to that session for all the normal users.
Nancy Mathew
15th October 2004, 00:31
We do that for normal sessions. This is for confidential data like credit card number which will be shown on the form.
NPRao
15th October 2004, 00:39
Check Table Field Data Authorization - ttams3146m000
Good Luck
malutz
15th October 2004, 08:59
Hej,
we created an own password protection programm.
1st: We created a maintain Session with the following fields (Session, Password)
2nd: The programs that "need" protection call a Function/DLL in which the password is controlled.
;)