HasFocus property for TextBox on offline form
Posted: Mon Feb 10, 2014 6:10 pm
Hi,
I'm trying to set Focus on the textbox on the offline form.
It seems setting HasFocus(True) works fine for online form,but not for offline form.
For offline form in Javascript I wrote as follows:
this.q_setProperty("Form.Fields.TEXTBOXA.HasFocus",True);
For online form I wrote like this:
#COM_OWNER.Set Property(TEXTBOXA.HasFocus) To(True)
Isn't it possible to set Focus on the textbox on the offline form?
Does anyone tried to set Focus on offline form?
I appreciate your kind advice.
Best Regards,
Megumi Sawada
I'm trying to set Focus on the textbox on the offline form.
It seems setting HasFocus(True) works fine for online form,but not for offline form.
For offline form in Javascript I wrote as follows:
this.q_setProperty("Form.Fields.TEXTBOXA.HasFocus",True);
For online form I wrote like this:
#COM_OWNER.Set Property(TEXTBOXA.HasFocus) To(True)
Isn't it possible to set Focus on the textbox on the offline form?
Does anyone tried to set Focus on offline form?
I appreciate your kind advice.
Best Regards,
Megumi Sawada