Single record not appearing on subsequent records

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 5, 2011   (RSS)

Re: [degreesnorth] Single record not appearing on subsequent records

By gkornbluth - April 5, 2011

Hi degreesnorth,

Try removing
'where' => whereRecordNumberInUrl(1),
from the get records code.

Otherwise the information will only appear when the first multi record page is called .

That should do it for you.

The CMSB Cookbook www.thecmsbcookbook.com contains a lot of recipes with information about how to access more than one table in a viewer.

Best,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [gkornbluth] Single record not appearing on subsequent records

By degreesnorth - April 5, 2011

Perfect, thanks!