February 5, 200421 yr Newbies I'm using FM5.5 and pulling data via XML. One of the fields in the FM database contains a photo. I've found an example layout and html format on the FM system that builds an image tag from some ID number of the photo such as: [img src='http://domain.com:8080/FMPro?-db=k3contacts.fp5&key=35544&-img'] That works great. However, that number 35544 (which is obviously unique for each picture) is nowhere to be found in the FM database. I can retrieve the recordID which is a unique key for the record but I don't know how to extract the unique photo number via XML. Can anybody show me an example of how to build a layout so I can extract the info from XML to build an image tag? Thank you, George
Create an account or sign in to comment