Jump to content

Problems using "preview" style parameter


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

Recommended Posts

  • Newbies

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?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • Newbies

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

Link to comment
Share on other sites

This topic is 5610 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.