Newbies jane r Posted May 11, 2008 Newbies Posted May 11, 2008 (edited) Even though I have turned off delete the delete button still shows under my image. Images::FilePath & "Images/" & Get ( RecordID ) & "?style=nodelete" & "height=" & GetLayoutObjectAttribute ( "pict" ; "height" ) - 80 & "&width=" & GetLayoutObjectAttribute ( "pict" ; "width" ) - 10 & "&background-color=white&align=center" On another layout where I have ?style=readonly&nodelete the delete button doesn't show. Edited May 11, 2008 by Guest
shmert Posted May 19, 2008 Posted May 19, 2008 Hi, it looks like you're missing an ampersand before your "height" parameter. Unfortunately, URLs in the FMP calculation quickly turn into "ampersand soup" : Images::FilePath & "Images/" & Get ( RecordID ) & "?style=nodelete" & "&height=" & GetLayoutObjectAttribute ( "pict" ; "height" ) - 80 & "&width=" & GetLayoutObjectAttribute ( "pict" ; "width" ) - 10 & "&background-color=wh ite&align=center"
Recommended Posts
This topic is 6103 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 accountSign in
Already have an account? Sign in here.
Sign In Now