Here's what I'm trying to do.
I have a page where users can submit a profile to my web site. I have a form where the user fills in all the information. When they press the submit button, all of the form input goes into the appropriate table in the database using Ultradev's "Insert Record" server behavior.
I have a second page where the user is supposed to see the data they just entered in it's formatted state (i.e. as the profile will appear on the web page after their profile's been validated).
I think what I need to do is pass a URL parameter when the user clicks the submit button after they've filled out all the information on the form. That way, the Profile Display page will display a filtered record based on the URL parameter that's passed from the form.
I've tried to do this by double-clicking the Insert Record behavior -> browse (for page to goto after record is inserted) -> Parameters -> choosing PersonID from the recordset and setting it's value equal to PersonID. When I do all this I click OKAY. Then all this VB code actually appears on the page and there's a red exclamation mark beside the Insert Record server behavior.
What am I doing wrong here?
Clay Simmons
I have a page where users can submit a profile to my web site. I have a form where the user fills in all the information. When they press the submit button, all of the form input goes into the appropriate table in the database using Ultradev's "Insert Record" server behavior.
I have a second page where the user is supposed to see the data they just entered in it's formatted state (i.e. as the profile will appear on the web page after their profile's been validated).
I think what I need to do is pass a URL parameter when the user clicks the submit button after they've filled out all the information on the form. That way, the Profile Display page will display a filtered record based on the URL parameter that's passed from the form.
I've tried to do this by double-clicking the Insert Record behavior -> browse (for page to goto after record is inserted) -> Parameters -> choosing PersonID from the recordset and setting it's value equal to PersonID. When I do all this I click OKAY. Then all this VB code actually appears on the page and there's a red exclamation mark beside the Insert Record server behavior.
What am I doing wrong here?
Clay Simmons