JD
|
| Posted: 04/22/2003, 12:01 PM |
|
I have a new user record page that I select a department for that user. Then I submit the page to another record page that I add an application to the user that I just created.
How do I pass the department id from the previous page to this page? In cc2.0 it was $sParam;
Thanks,
J.D.
|
|
|
 |
Edd
|
| Posted: 04/22/2003, 4:21 PM |
|
I am a bit confused with your explanation of the problem.
However, If you want to have a redirection to an alternate page after an update or Insert then add code to the AfterUpdate and AfterInsert events extracting data from either the form or the passed parameters.
Hope this helps.
Edd
P.S. You should Upgrade to CCS 2.0 - it's free to registered users and full of extra's.
|
|
|
 |
|