‎2009 Apr 28 8:08 AM
Dear Expert,
I have a situation like this. I have a text field in dialog and this text field is created using the text box. How I can trigger there is changes in the text field?
Thanks.
‎2009 Apr 28 8:25 AM
Hi,
Unfortunatelly you can't do this. This functionality is only available for check boxes and radiobuttons. You have to press ENTER key to register the change and trigger PAI.
You can, however, replace your text field with listbox with fuction code, where you provide only available entries (here user can't provide other entry). Now, when the user selects one, it will automatically trigger PAI with this function code. You can react here accordingly.
Regards
Marcin
‎2009 Apr 28 8:25 AM
Hi,
Unfortunatelly you can't do this. This functionality is only available for check boxes and radiobuttons. You have to press ENTER key to register the change and trigger PAI.
You can, however, replace your text field with listbox with fuction code, where you provide only available entries (here user can't provide other entry). Now, when the user selects one, it will automatically trigger PAI with this function code. You can react here accordingly.
Regards
Marcin
‎2009 Apr 28 8:32 AM