Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have problem and maybe someone has already passing for the same situation. For instance, if you have text-object (representation mode selected) with one image (path) and is not found, it shows the image path instead of the picture itself, right (as shown below)? but, how can i check if the text-object is showing a picture or a path.
I need to accomplish that only using set analysis conditions and not with script on loading neither using macros, ok?
I have a qvw doc if you need..
thanks in advance,
cafc
You can't. You need to check the actual existence of the image file itself. That requires file system access which can only be done in the script or with a macro.
Hi,
thank you for your reply. I will try a workaround to my problem...
bye.