Forum Discussion
MCFNeil
9 years agoQrew Captain
Amber,
It can be a png or jpg image.
And rather than creating an image preview field, then referencing that in your button, you can reference the direct URL, which might speed things up a little.
Just modify the field properties of your file attachment field to be accessible without logging in, and now that file attachment is a permanent link for anybody to see/use
Then you copy the URL into your 'a'frame. Add your own action URL to the href, and size it as you'd like.
It can be a png or jpg image.
And rather than creating an image preview field, then referencing that in your button, you can reference the direct URL, which might speed things up a little.
Just modify the field properties of your file attachment field to be accessible without logging in, and now that file attachment is a permanent link for anybody to see/use
Then you copy the URL into your 'a'frame. Add your own action URL to the href, and size it as you'd like.
"<a href='#' title=\"Click Me\" >
<img src=\"https://www.quickbase.com/up/bdvnw2gfi/g/rd/eh/va/busybee2.jpg\"; height=\"32\"></a>"
AmberPollard
9 years agoQrew Assistant Captain
Oh, wait -- I think I see why using the filename is faster. Okay.
Right now I tried just substitituion the app ID and the filename in the above but I'm getting a broken image link.
(If ([Form]="desktop", "<img src=\"https://www.quickbase.com/up/bmkiqjckt/g/rd/eh/va/1488585069_computer.png\"; width=\"15\">", "")),
Can you tell why?
Right now I tried just substitituion the app ID and the filename in the above but I'm getting a broken image link.
(If ([Form]="desktop", "<img src=\"https://www.quickbase.com/up/bmkiqjckt/g/rd/eh/va/1488585069_computer.png\"; width=\"15\">", "")),
Can you tell why?