Hello,
Please forgive me if this is a trivial question, I do not have much experience working with JSL.
I am trying to add a picture to the hover label using JSL code, and want to define the picture path using a variable. I have a folder of pictures, and want them to be called using a variable in my table.
For example, my pictures are labeled 1 to 100, and I have a column in my table called "picture number". I want to be able to call them, like this:
PictureBox(Open("c:/iris/"picture number" .jpg", jpg));
is this possible?
Many thanks!