Solved
Image Filed does not show de image
Dear support Team,
I have an application tha has a table containing images of industrial designs. But the image type fields are not displaying the images.
When I check the table in the database, all the fields of type image had a value of 0.
Can you hel me?
Thanks a lot
Pedro Gentil
Dear, Juan!
After many attempts and errors, and inspired for your answer in another post, I finally got a way to make it work (in version 10.7):
I have a parameter entity with description and image of our default topologies.
In the main entity, I have a relation to the entity parameter.
In the form, I browsed up the image thru the main entity till the parameter entity and added it in the form as uneditable field.
In the enter of activity action, I used this command in the expression:
Me.setXPath ("XPath_till_the_image", CHelper.getEntityAttrib ("parameter_entity", "id_parameter_entity", "filter"));
For my issue, it works! Because in the previous activity the user sets the product, I can bring the exact topology thru the filter.
Thanks for the inspiration.
Best regards,
Marcia
Dear Pedro
In order to better assist you whit the reported issue, please lets us know which kind of file format are you uploading the images. (jpeg, png ??).
Also let us know if when you make click into the file link (at the application) it opens normally ? it shows any error message ?
Best regards
Luis Emilio
Dea Luis,
The file forma tis PNG with size of 52 KB.
Thanks,
Pedro Gentil
Please send us to freesuport@bizagi.com a copy of your project database whit detailed instructions to reproduce this issue.
best regards
Luis Emilio
Luis Emilio,
I have a similar problem, I need to do a database for topologies.
I created in an entity parameter, but when I try to select it in the form, instead of the image field, it shows the surrogatekey value.
Can you tell me if there is a workaround?
Best regards,
Marcia
Comments have been locked on this page!