Hi
Is it possible to show pictures in the detail view by a grid representation of?
Bye
Mansaylon
Hi
Is it possible to show pictures in the detail view by a grid representation of?
Bye
Mansaylon
Hi Mansaylon, yes is possible, you have to create a new custon text field in Grid App, and then you put in this new field Html code in events onRecord, like this:
New_Image_Field {} = <img class = ‘Image’ src = ‘… \ … \ your_image.png’ />;
On 'image you can also place links to call other app.
Remember if you put on the image link that calls another App, do not use internal links to SC8, because now works after a few calls generates data error error.
You must use link like href.
I hope I have helped you, best regards
Nico
Thank you.
First part I could do.
The part with the onRecord event will not quite.
Gotta there select a macro?
If so. Which?
Currently the images are in directory: /var/www/html/scriptcase/file/img/DBimg
How can I add the image folder to the project? Now it is not included in the project.
In the project I can only determine the subdirectory for the images.
If I want to publish the project to a different server, the images are also included.
Should the image directory does not like his following?
/var/www/html/scriptcase/app/project/DBimg
Bye
Mansaylon