megat
Posts: 7
|
| Posted: 05/02/2005, 6:09 PM |
|
hello, i'm megat, i'm new here, i want to ask some question regading example bellow....
http://examples.codecharge.com/RegistrationForm/Default.php
i try to many time but still cannot get a user detail....
*i'm using access, asp
thank
|
 |
 |
Nicole
Posts: 586
|
| Posted: 05/04/2005, 2:47 AM |
|
Hello,
To view user details you need to pass a primary key value to a record form. You see that in that example user_id is passed to RegistrationView.php when you click on guest or admin on the grid.
The best way is to use Grid and Record Builder to create grid and record forms, in this case all necessary settings are created automatically. Then you can check them and learn.
_________________
Regards,
Nicole |
 |
 |
|