Hi Guys,
Can someone please tell me what the equivalent B4i code is for below code. It is to set a filter on a text box.
This is from B4A using the 'IME' library.
What library can i use in B4i and please give a code sample?
Thanks for your time,
Regards,
Jacques.
Can someone please tell me what the equivalent B4i code is for below code. It is to set a filter on a text box.
This is from B4A using the 'IME' library.
What library can i use in B4i and please give a code sample?
B4X:
Dim KB As IME
KB.SetCustomFilter(frmSearchBooking_txtBookingID, frmSearchBooking_txtBookingID.INPUT_TYPE_TEXT, "QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890")
Thanks for your time,
Regards,
Jacques.