Report Designer * *
Good morning,
In our attribute table for a 'Tank' layer, we have a field for PHOTO, which is simply an http:// address linking to a jpg image that one of our field people has taken during GPS'ing.
What I am trying to do, but so far have been unsuccessful at doing so, is creating a report that pulls that http link and inserts the image for that particular tank in the report. I have tried adding <img src=" http://____.jpg"> and using PHOTO in the datafield for the box, but that returned nothing.
Any help is appreciated.
Thanks!
Jason Mitchell
GIS Technician/EnerVest Operating, LLC
0
-
Hi Jason, Did you ever find a solution to this, I am trying to attempt the same thing at the moment. Thanks! 0 -
You will need to create a script in your report for that. Something like: Sub Detail1_Format 'ADD HYPERLINK TO COGCC WEBSITE TO API FIELD CType(rpt.Sections("Detail1").Controls("API"), Label).HyperLink = "http://cogcc.state.co.us/cogis/FacilityDetail.asp?facid=" + CType(rpt.Sections("Detail1").Controls("lblsdf_key"), Label).Text End Sub0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare