Hi,
I have an Application where I need to display the Employee's Photo in the Interactive PDF form in Portal.
I am able to display it by using the <b>Image Field</b> UI Element in the Form Designer.
Using some scripting <i><b>(language:-> FormCalc)</b></i> that dynamically sets the URL as per the data, being sent from the Back-end.
<i><b>this.value.image.href =PDFSource.#subform[0].Subform1.ImageField1.formattedValue;</b></i>
But when I click on the Image Field area in the generated PDF form, I am getting a Browse option, using which I am able to change the uploaded photo.
Is there any way that I can stop this (browsing option) from happening.
Thanking in Advance
Poojith M V