This topic is locked

how to make a row wrap after a 6 columns?

4/27/2009 10:19:20 PM
PHPRunner General questions
N
needbin author

I have a table that has 24 columns it. I am trying to make it wrap after ever 6 columns. how many steps would it take

J
Jane 4/28/2009

Hi,
to split all columns into four rows on the Visual Editor tab manually.

Add new row, then drag and drop fields as you want.
Only one note: please make sure {END endrecord_block}{END grid_record} is just after all your fields (in HTML mode).

N
needbin author 4/28/2009

thanks, one more question.. how do i add a next page and previous page to it I am only collecting one row of data per userbut the colums will grow to be at least 100 columns. Your help is greatly appreciated.

J
Jane 4/28/2009

Hi,
I recommend you to create two or three custom views on theDatasource tables tab and check off different set of fields for each view on the Choose fields tab.

N
needbin author 4/28/2009

once I do that, how do I make it go to the next page? I am a newbie to php and mysql sorry.. ]
thank you for all of your help

J
Jane 4/29/2009

Hi,
you can create direct link to the next view in the custom event (Insert PHP code snippet option) on the Visual Editor tab.

Here is a sample:

echo "<a href=\"anotherview_list.php\">Anotherivew</a>";