This topic is locked

Split the fields into multiple pages

7/27/2011 3:15:34 PM
ASPRunnerPro General questions
J
Jay123 author

Hi!
I am using ASP Runner 6.3.
If I have only one table with 15 fields but I would like to split those 15 fields into 2 pages, how can I do that?
I would like to have a "next" button on the first page (with 10 fields) and "previous" and "save" buttons on the second page (with the remaining 5 fields). The data that will be entered on the first page will not be saved unless the "save" button is clicked on the second page.
Thanks,

Jay

J
Jay123 author 7/29/2011

Hi there,
I just like to do a follow up on this.
Thanks,

Jay

Sergey Kornilov admin 7/31/2011

You can create a custom view based on the same table and split fields between this custom view and main table.

J
Jay123 author 8/2/2011

Thanks, Sergey.
That's what I did and I used session variables to pass the fields to the next page(s) and put them on the header section. I then edit the header properties on CSS.
It looks OK when I tested it on my machine. Do you think it will produce the same result on other machines and different browsers as I don't have those resources?
Just in case, do you have any other suggestions to pass fields to next pages and subsequently capturing all those fields when the "Save" button is clicked on the last page?
Thanks,

Jay