Ron Ready
|
| Posted: 09/19/2002, 10:30 AM |
|
Im trying to build a login page that will validate a user id and password,
no problem, but now I want to go to a grid that has records only for that
user and display his or her name at the top of the page like 'Welcome John'
I can't seem to find any examples on how to do this in codecharge, I can do
it by handcoding everything but that defeats the purpose of codecharge, any
ideas????
|
|
|
 |
RonB
|
| Posted: 09/19/2002, 10:46 AM |
|
Hi,
At the top of the page make a grid that pull's name info from the database
(assuming there is a link between your login table and the names of users).
In query builder use the where section to construct a parameter that refers
the value of the session variable UserID to a reference in the user table.
Set type to session. That's it. Should work.
RonB
"Ron Ready" <ron@atclubs.com> schreef in bericht
news:amd1jo$90s$1@news.codecharge.com...
> Im trying to build a login page that will validate a user id and password,
> no problem, but now I want to go to a grid that has records only for that
> user and display his or her name at the top of the page like 'Welcome
John'
> I can't seem to find any examples on how to do this in codecharge, I can
do
> it by handcoding everything but that defeats the purpose of codecharge,
any
> ideas????
>
>
|
|
|
 |
|