Page 1 of 1

Broken Layout Navigation

PostPosted: Mon Dec 06, 2010 4:38 pm
by ZoogDev
I have no idea what could have caused this oddity. Hoping some one here may know.

I duplicated the Projects layout and deleted all but the ProjectBids and BidLines Portals. Made them full page view, so the user can see 10-15 lines depending on screen size.

In Browse mode I can not navigate to this new layout nor the 'Projects -No Side Bar' layout using the layout drop menu. I can access the 'no side bar' layout with the [...Toggle side bar...] script.

Access can be made in layout mode and the layouts work fine in browse mode.

Any thoughts that may lead to the cause and/or solution would be greatly appreciated.

Thanks for your support-
Z

PostPosted: Mon Dec 06, 2010 4:43 pm
by John Sindelar
Hi Z,

We run a script when you arrive at projects to see if you want the sidebar version or the non-sidbar version. That script, "Show Side Bar by Preference", doesn't know that you have more than 2 projects layouts so you'll need to teach it.

Pretty self-explanatory in the branch of the script after the line...

If [ PatternCount ( Get ( LayoutTableName ) ; "Projects" ) ]

Hope that helps,

John