This topic is locked

Modifying table layout

3/13/2008 10:22:08 AM
ASPRunnerPro General questions
S
sleighbor author

Hello,
I am trying to change a table layout and having a problem. I have a table called Tuition with just 4 fields:
tuitionID - Primary Key

studentID - Foreign Key

Sep

Oct
The table has a master-child relationship with the student table.
When I leave the tuition pages as their default layout they work fine. What I want to do is change the table so that Oct is below Sep. I dragged the Oct field below Sep into a new row. Then when I run it the Tuition View shows " 1Oct_value" where Oct should be. I can add data fine and the popup on the main page is good but the view is not working. Any idea what I am doing wrong?
Thank you,

Kevin

J
Jane 3/13/2008

Kevin,
you can easily change fields order on the Fields order and totals tab.

Select view pane and drag-and-drop fields in the list.

S
sleighbor author 3/13/2008

Hi,
I'm sorry it is the list page that I want to change the layout in. It defaults to:
studentID - tuitionID - Sep - Oct
I would rather the layout of the page be this style:
studentID - tuitionID

Sep

Oct
When I drag the fields down in Visual Editor they do not display the value from the table. Instead I get "1Oct_value" .
Thanks,

Kevin

Sergey Kornilov admin 3/13/2008

As a first step add two extra rows to the table on the list page.

Then drag fields to second and third rows.

S
sleighbor author 3/13/2008

He Sergey,
I get the same error. I am emailing you a screenshot of what I tried and the error.
Thanks,

Kevin