Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5796 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I'm having problem getting the "preview" style parameter to work. My other style parameters appear to work fine. The resulting style when I use the "preview" parameter appears the same as would the default style. My webviewer's calculated URL address is as follows:

"http://pcsfmhost2.srs.gov:8080/SuperContainer/Files/"

& Business_Images::Portal_2_Index

& "?height=" & GetLayoutObjectAttribute( "Business_Image_Thumbnail" ; "height")

& "&width=" & GetLayoutObjectAttribute( "Business_Image_Thumbnail" ; "width" )

& If ( Business_Images::Portal_2_Index = ((Int (( $$original_found_count / 4)) * 4) + 1) ; "&style=nopreview" ; "&style=readonly" )

& "&background-color=rgb(182,182,182)"

Any suggestions?

  • 2 weeks later...
Posted

Hi PL,

It looks like you have multiple style parameters. For multiple style parameters, just separate them with a + sign, e.g.

&style=readonly+nopreview+info

  • 2 months later...
  • Newbies
Posted

Hey... thanks! I appreciate the response (Didn't see it before my previous post.)

'Thought you might want to know... what looks like multiple style parameters is a conditional parameter. 'Was pleased to see the flexibility existed and thought it might be of use for you. :P

This topic is 5796 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.