Question
Horizontal Looper - Change Rows & Cols
Hi Guys,
I asked a while back an how to loop horizontally and was put on to Tom Muck's horizontal looper, and this works brilliantly.
But I thought Id put in a bit to allow the user to state the colums and rows via list boxes and tried this and set these values to Vars and where the looper code in my page is i changed the numeric values to may new vars and its just lost the plot...
The recordset and looper dissapear from my server behavors window and the page does work but the navigation bar doesnt show ??
Im wondering if any of you guys have tried this and how you did it?
Thanks again
Tag
I asked a while back an how to loop horizontally and was put on to Tom Muck's horizontal looper, and this works brilliantly.
But I thought Id put in a bit to allow the user to state the colums and rows via list boxes and tried this and set these values to Vars and where the looper code in my page is i changed the numeric values to may new vars and its just lost the plot...
The recordset and looper dissapear from my server behavors window and the page does work but the navigation bar doesnt show ??
Im wondering if any of you guys have tried this and how you did it?
Thanks again
Tag
numberColumns = 4
numrows = 15
to
numberColumns = MyVar1
numrows = MyVar2