What is the best way to implement find as you type / dropdowns on forms like these? I'm trying to do it on the Item Filter.
i.e. a filter on the top that is not a field in a table. I'd also take the ability to do a Find in a ListPage, just as I can do on a List Form in classic. Anything that I don't have to use arrow keys or a scroll bar.
0
Comments
you want to have FILTER as you type feature for this field (they changed the name from "FindAsYouType" to "FilterAsYouType", i'm telling it just for clarity), with all the related features (the "minilookup", instead of the whole page)
is it correct?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
then, let me do some tries...even if i think you've already done a lot of ](*,) with properties etc, too
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Like I said, if I could have a way to Find an item in the list without scrolling through it, a simple lookup and OK click would be fine. We just have 50,000+ item cards and often we know what the item starts with, but not the whole part number.
in order to have a variable value looking up on a table, you have to write code in the onlookup trigger, but if you write code in onlookup trigger, you can't have the "minilookup" feature :-k
I even tried to bind the sourceexpr to a temporary table variable of "item translation"."item no.", but obviously, without results . I also tried to bind the control to "item no." field of the rec table, but hey!the result is reeeaaaally strange in my opinion
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
NOTE: you have to do "customize this page", and then enable the filter part
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
At this point I will settle for a way to do a Find in a list in the RTC, just as you can in classic...does this exist?