Hi Barry
5.0RC58 has solved the desktop setfocus() issue.
Thanks for all your help.
Simon
Type: Posts; User: SpringBox
Hi Barry
5.0RC58 has solved the desktop setfocus() issue.
Thanks for all your help.
Simon
My apologies Barry - thought it had ben included in current RC
Simon
Hi Hank
Yes - the forum does that sometimes. setfocus is one word.
Interestingly we changed the name of the textbox and then chaged it back again (thinking it might have saved an extra space)...
Hi Barry
Thanks for the reply.
Based on your response, the correct syntax is :
Lianja.get(“pagename.sectionname.textboxname”).setfocus();
Which is what we thought.
Hi Guys
Still cannot get to the bottom of the setfocus issue.
There seem to be 2 versions of the syntax :
Lianja.get("page1.section2.field1").setfocus()...
Hi Guys
We are trying to add a record and then switch focus to the first input field. Doing this in JS.
The add works fine but the focus doesn't
...