cancel
Showing results for 
Search instead for 
Did you mean: 

Problem on SetFocus Property

Former Member
0 Kudos

Hi,

i have one problem regarding setfocus property,

i want to focus the text field, when i am clicking the button

by

ramk

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ramk,

Apply the scripts to ur scenario,

Script - click event of the Master Page Focus button

xfa.host.setFocus("form1.pageSet.Page1.TextField1");

Script - click event of the Body Page Focus button

xfa.host.setFocus("TextField1");

By

Parthi

Answers (0)