I think that this is my cleanest formuals to show an image on a form and control the size. I presume from your question that each record will have its own logo, but I may have assumed incorrectly and you in fact want the same logo in every form.
var text FileType = Right(ToText([file attachment2]),".");
OK, if you load a file attachment somewhere where all employees have access that table, (even a new table in your app called logos), and then click the file attachment, it will render in the browser.
ie, take the url that you see when you click on that icon and then copy and paste it into the text element field on the form and wrap it with that <img src= and the closing >
QuickBaseCoach App Dev./Training, Champion
Ryan
QuickBaseCoach App Dev./Training, Champion
"so I'm looking for it to display with a file attachment."
Ryan
QuickBaseCoach App Dev./Training, Champion
if you load a file attachment somewhere where all employees have access that table, (even a new table in your app called logos), and then click the file attachment, it will render in the browser.
You can then simply put a text element on the form with this syntax
<img src=https://mycompany.quickbase.com/up/bbeevg2wq/g/rt/eh/va/Division9LogoSmall.jpg>
ie, take the url that you see when you click on that icon and then copy and paste it into the text element field on the form and wrap it with that <img src= and the closing >
enable html for that text box.