Realtime Filter a TableBox for custom RAW MAT Inventory Tool

Doc9Doc9 Member Posts: 26
Hi all

My tool is working well but I have a functional question. I want to use my textbox instance to filter the description field in real time, as input is occurring. See explanation below...

Textbox on form is linked to text variable. Desired string format for filter is
    ..Trigger Bla..
    ExString := '@*' + "TxtBoxVariable" + '*');
    SETFILTER(Description, ExString);
    ..Trigger Bla..

The problem is that I cant figure out how to make the tablebox / filter update as input is occurring :cry:. I hope I am explaining this well. Any help would be great. If a screen shot is needed or more info let me know.

Thanx

Comments

Sign In or Register to comment.