kiwiora Posted November 10, 2014 Posted November 10, 2014 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
Recommended Posts
This topic is 4024 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now