T
Tamir Khason
I have to display kind-of table in Forms
The NORMAL way is to use DataGrid, BUT WHY? I need some kind of lookup to
show to user WITHOUT data in backend. Something like:
a | b | c | d ....q | w | i | r
1 | 2 | 3 | 4... 12 | 23 | 34 | 333
As you can see I have to ajust | (pipe) positions in order to align upper
and lower rows. So I can do it as custom control within 10 minuts, but Is
something ready for such functionality?
TNX
The NORMAL way is to use DataGrid, BUT WHY? I need some kind of lookup to
show to user WITHOUT data in backend. Something like:
a | b | c | d ....q | w | i | r
1 | 2 | 3 | 4... 12 | 23 | 34 | 333
As you can see I have to ajust | (pipe) positions in order to align upper
and lower rows. So I can do it as custom control within 10 minuts, but Is
something ready for such functionality?
TNX