rkelley
|
| Posted: 02/27/2003, 8:34 PM |
|
How do I get my display grid to show values where the user id field equals the userid of the user that is logged in?
Any help is appreciated
|
|
|
 |
elipsett
|
| Posted: 02/27/2003, 10:12 PM |
|
It took me a long time to stumble across the answer myself...
If they go through the login screen, a variable named UserID is set, which can be referenced. Go to "Tips and articles" above, and click to page 6, and then open the general FAQ. There's an article on handling user ID which answered my question quickly - and my question was identical to yours!
|
|
|
 |
rkelley
|
| Posted: 03/02/2003, 12:55 PM |
|
I went and looked through the FAQ but i could not find what you are talking about. I am also using CodeCharge Studio, btw. Any other ideas?
|
|
|
 |
rkelley
|
| Posted: 03/02/2003, 2:17 PM |
|
Ok, I have given up on CodeCharge Studio and I am back to CodeCharge now instead of CC Studio. What i am basically trying to do is make a support system but i only want users to be able to look at items they have created and not other users items. So i have a field in my Users table called ID and i have a field in my issues table called userid. i want to correlate ID and userid so that when a user logs in it only shows their issues in the table. Anyone have any ideas?
|
|
|
 |
|