November 10, 201411 yr Hi, I have a FM Database which interfaces SQL. My problem at the moment is having images appear via reference. I can get it to work if I have the path in FM (the serial TrademarkID is still coming from SQL), but even though the exact same result, as soon as I have the path all coming from SQL it says it can't find the image To get it to work Calculation returned as container (TrademarkID is SQL field) Image = “imagewin://{server}/d$/Images/Trademarks/” & TrademarkID & “.jpg” How I am trying to get it to work : Image = Calculation ImageFilePath as container ImageFilePath returns correct path as above SQL: ImageFilePath = X.ImageFilePath + T.TrademarkID + '.' + ImageExt as ImageFilePath Where X.ImageFilePath (constant) imagewin://{server}/d$/Images/Trademarks/ TrademarkID variable serial ImageExt variable extension
Create an account or sign in to comment