Hi @AugustoEi ,
Not a path I have followed, however there are many paths to succeed . . .
I will give you an example of how I would approach this:-
A Combo Box with Allow Searching turned on (it is by default) showing whatever key field you want to display.
I will call the data source MyData, the key Field RefField and the Combo Box SearchRef
So the Items for SearchRef (this can be text or a number) would be:-
Sort(MyData.RefField,Ascending)
There should be no delegation issues with this and as the user starts typing, matching items should start filtering.
The View/Edit screen (you can use one and just switch modes with a control) should have:-
DataSource - MyList
Item
LookUp(MyList,RefField= SearchRef.Selected.RefField)
All should work and on reflection, not a bad plan.
Please click and accept as Solution if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a Thumbs Up.