![]() |
Sergey Kornilov admin 4/23/2007 |
I would suggest to use WHERE condition in Lookup Wizard setup to display records that belongs to current user only. |
S
|
stealthwifi author 4/24/2007 |
I have it set up with a GroupID in my login table and that corresponding GroupID in my Clients table so when the user goes to the Clients page (master page of Reports page) they can only see what is the same as there corresponding GroupID #. The linked dropdowns I mentioned above pull there list from a Criteria table that also has the Client names in it (as field Client) Any suggestions as to how i would set up the WHERE Condition for the lookup wizard, I tried using WHERE "Client = Clients.ClientName" and that pulls the whole list of names again and breaks the dependant drop downs. |
S
|
stealthwifi author 4/25/2007 |
I think i might have found a solution, i added a GroupName to the Login table and would like to set that as a session variable at login, then use the WHERE statement with the drop downs to assign the drop down the sesssion variable. |
S
|
stealthwifi author 4/25/2007 |
Ok after typing all that i think i have it figured out, normaly i would avoid typing so much here but i hope this all will be helpfull to others if they run into a similar problum. |
![]() |
Sergey Kornilov admin 4/25/2007 |
Without seeing the actual code it's difficult to help. |
S
|
stealthwifi author 4/25/2007 |
Without seeing the actual code it's difficult to help. Publish your application to Demo Account and contact me directly at support@xlinesoft.com.
|