Forum Discussion

22 Replies

  • 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]),".");

    If(Contains("jpg, jpeg, png",$FileType),
    "<img src=" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e282/v0' width='75' >")


    In the example above Field ID 282 has the file attachment.
    • RyanRyan2's avatar
      RyanRyan2
      Qrew Assistant Captain
      I'm looking for each record to have the same logo. Just the company logo atop the form
    • QuickBaseCoachD's avatar
      QuickBaseCoachD
      Qrew Captain
      Is the form being used for non Quick Base users?  or just internal staff?
    • RyanRyan2's avatar
      RyanRyan2
      Qrew Assistant Captain
      no, the employees are filling it in live time.