cancel
Showing results for 
Search instead for 
Did you mean: 

Button Click

Former Member
0 Kudos

Hi Experts,

I am displaying Vendor details on the form.

Now i had placed a button on the my form and i need to display the Vendor city (ORTO1) when i click

on this button.

Please tell me how do i do this?

Thanks

Dany

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dan,

You have to place some scripting code on the click event of your button for showing the field.

Lets say you have CityField which you want to display on click event of the button then you may use the script as below and place the code in Click event.

Page1.SF1.CityField.presence = "visible"

Page1.SF1.CityField.relevant = "-print"

Hope this helps.

Regards,

Arafat