asoaresfil
Posts: 12
|
| Posted: 09/11/2006, 7:41 AM |
|
I am working in a marketing research system, where I use a editable grid to get the answers, showing only one question (record) by page.
All I need to do is to advance to the next page (record) after clicking the SUBMISSION button, after validating the data entry.
How can I change the http "formNamePage" parameter to get the next page? Because, when I submit, the pages ever refreshes itself, as you can see in this link:
http://www.clickstobricks.info/cherto/satisfa/usuario/respostas8.asp?analise_respostasPage=164
I just want to:
- validate the form
- advance to the next page (record), displaying a new question
Thanks a lot for any cooperation!!!!!!
Alcides Soares Filho
asoaresfil@uol.com.br
_________________
Alcides Soares FIlho
c2b@clickstobricks.info
Clicks to Bricks
www.clickstobricks.info
|
 |
 |
mrachow
Posts: 509
|
| Posted: 09/11/2006, 8:50 PM |
|
Make your editable grid formName the current component for exmaple by selecting it in the project explorer.
Select your desired page for property Return Page on tab Data under Properties.
_________________
Best regards,
Michael |
 |
 |
Waspman
Posts: 948
|
| Posted: 09/12/2006, 12:01 AM |
|
This sort of depends on your data structure. When I've done this I've had a fixed number of questions.
Each page would only display the record relating to its number.
I'd create a unique id master record on the first page / login and assign the same id code to every other page after that so they all belonged to each other.
Then I'd do what mrachow said.
I'm sure there are lots of ways to do, but like I said it depends on your data structure etc.
Tony
_________________
http://www.waspmedia.co.uk |
 |
 |
|