cancel
Showing results for 
Search instead for 
Did you mean: 

What can be done in our code in order to disable the Link/Hand/Popup actio?

Former Member
0 Kudos

Hi all,

We are implementing a process that includes an Adobe Form. This form retrieves some information from our ERP and has some images that represent some executives’ signatures and company’s logo. At runtime, this application seems right, but when you place the mouse over the images a “Hand” appears and a click is possible. If you click over it, a FileSystem PopUp appears and you can choose a new image. What can be done in our code in order to disable the “Link/Hand/Popup” action??

Regards and Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Carlos,

You can write a script to make it readonly .

Click on the image element .check the object properties.

find the bind

nd u can use the formcalc script to disable action like;

Event :Initialize

Script :formcalc

runat :client

Subform.image1.access="readOnly"

Swathi

Do offer pts:-)

Former Member
0 Kudos

Hi... very good!!!!

Thank you... very much...

Answers (0)