Hi, all --
I have a grid on Tab page and need to implement search.
De-facto I want to have a frame with "string to search" (textbox) and with set of buttons:
"search by first letters"
"search by context" (instr)
"search by similarity"
====
"find next (down)"
"find next (up)"
=======
"sort by names"
"sort by codes"
Meanwhile I want to place all controls in one line (to have more place for grid).
What do you think, how to kill two birds by one stone - to use minimum place and to keep clear interface ?
"Commands", which I mentioned, are enough typical and maybe there are standart and understable images ?
------------------
E-MAIL: [email protected]
I have a grid on Tab page and need to implement search.
De-facto I want to have a frame with "string to search" (textbox) and with set of buttons:
"search by first letters"
"search by context" (instr)
"search by similarity"
====
"find next (down)"
"find next (up)"
=======
"sort by names"
"sort by codes"
Meanwhile I want to place all controls in one line (to have more place for grid).
What do you think, how to kill two birds by one stone - to use minimum place and to keep clear interface ?
"Commands", which I mentioned, are enough typical and maybe there are standart and understable images ?
------------------
E-MAIL: [email protected]
Comment