Hi All
I am new in NetTalk and am converting one of application to web, well Logon startup I'm stuck and use the following:
Logon: Field
Password: Field
Company: Drop Field
The Logon User is typed and is looking in one Table, this apparently works. DONE!
in this embed we get the User ID, and we use:
p_web.SetSessionValue ('F1: USER_ID', F1: USER_ID)
and i get the correct ID.
In the Drop I have a filter:
'VIPR01: ALIAS_ID =' & p_web.GetSessionValue ('F1: USER_ID')
What's going on:
Upon entering the Logon Form, and I click on the Drop of Company are as many names as I have in the table users, why?
After entering the Logon, does not filter or where I have to tell you to do a refresh to Drop?
Many thxs
JM Villasenor
Cancun, Mexico