Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a field. I want to show instead of text image. I load in my script
Image:
Info Bundle
LOAD * Inline [
Newproduct_name, image_path
name1, path1
name2, path2
name3, path3
name4, path4];
But the Newproduct_name has more than 4 names. When I created a list box, I have 4 images and empty box.
How can I hide or remove the empty box?
Thanks,
Hi Rebeca,
Thanks for your reply.
I checked it works in simple case.
But I created images-buttons.
Thank you again,