I have an activity, a master-detail type of layout.
The user wants a popup dialog as the activity starts where they type in the requested order number, and thereafter the list shows only lines for that order.
So far so good.
But now they are using a scanner, and we have set it up so that the scanned string terminates with a # to indicate 'carriage return' , how do I make the input box close as soon as a # is typed in.
This works fine with normal text boxes, when the string ends # we set focus to the next field. So the question is, is there a text_Change type of event inside the input box we can use, and then how do we make the dialog close itself ?
Best Regards
Zenwhisk
The user wants a popup dialog as the activity starts where they type in the requested order number, and thereafter the list shows only lines for that order.
So far so good.
But now they are using a scanner, and we have set it up so that the scanned string terminates with a # to indicate 'carriage return' , how do I make the input box close as soon as a # is typed in.
This works fine with normal text boxes, when the string ends # we set focus to the next field. So the question is, is there a text_Change type of event inside the input box we can use, and then how do we make the dialog close itself ?
Best Regards
Zenwhisk