Sarah
|
| Posted: 06/26/2002, 4:17 PM |
|
I have made a site that has an AdminRecord page with a grid and edit. I also have an upload form on the footer of this page that goes to an ProcessUpload page and then redirects back to the AdminRecord page. My problem is I lose the data that was showing on the edit record. Like when I want to update a record by adding a picture, when I click on the upload button it resets the form and only shows the picture. How do I get the info to transfer?
|
|
|
 |
Ian Davis
|
| Posted: 06/27/2002, 9:44 PM |
|
You could create session variables to hold the field values so that they are available even after the page refreshes. I tink you would also need to write some small amount of code in the Before Show event so that if the fields are empty and the session variables have values, the code sets the field values to be equal to the values contained in the session variables.
|
|
|
 |
Sarah
|
| Posted: 07/01/2002, 7:10 PM |
|
I'm sorry, I am really trying to learn this, but I cannot figure out how to create session variables. When I use the input tabs in the record or grid form and set the input to session instead of param when I click on the url that should make all of the data for that record appear in the record form, nothing happens? I am very new and could really use some help.
TIA
|
|
|
 |
|