Showing Picture in Listbox using expression in AccessPoint
I have a client that is wanting to see pictures of their final product based on the selections they have chosen. I tried a lot of different object types, but a Listbox using expressions turned out to be the best solution. Within the list box they can see products created for one day and select specific items based on defect types, etc.
I have the jpg photos working pretty well within QV 11 desktop. When I try to bring up the application with AccessPoint these pictures do not show up. If I switch the listbox expression over to text instead of image, I can see the filepath and it looks correct.
Here is the expression that I am using to view the images "only({$<PhotoType= {60} >} FilePath) & '.jpg'". Just can't find any reason that this would work on QV11 desktop but not within the AccessPoint.