PaulAgnew
5 years agoQrew Trainee
Display Image in another app using a URL
How do I display an image stored in another app using the following URL?
<img src = https://wmt.quickbase.com/up/bnrpsnex8/a/r406/e186/v0" height="50" target=_blank />
I discovered a way to display a file attachment within the same app using the following but of course this is different case.
//"<a href=\"" & URLRoot() & "/up/"& Dbid () & "/a/r"&
//[Record ID#] &"/e11/v0\" /> "&
// "<img src=\"" & URLRoot() & "/up/"& Dbid () &"/a/r"&
//[Record ID#] &"/e11/v0\" height=\"200\"alt='' />" & "</a>"
Regards,
Paul
------------------------------
Paul Agnew
IT Manager
Peak Properties
CA
9494070409
------------------------------
<img src = https://wmt.quickbase.com/up/bnrpsnex8/a/r406/e186/v0" height="50" target=_blank />
I discovered a way to display a file attachment within the same app using the following but of course this is different case.
//"<a href=\"" & URLRoot() & "/up/"& Dbid () & "/a/r"&
//[Record ID#] &"/e11/v0\" /> "&
// "<img src=\"" & URLRoot() & "/up/"& Dbid () &"/a/r"&
//[Record ID#] &"/e11/v0\" height=\"200\"alt='' />" & "</a>"
Regards,
Paul
------------------------------
Paul Agnew
IT Manager
Peak Properties
CA
9494070409
------------------------------