Tagged Questions
7
votes
1answer
160 views
Should filtering of data have an effect on the filter criteria as well?
My quesion is about filtering of data in a Windows desktop application.
I have a large amount of data coming from a database (> 900.000 records). The records are shown in a classic listcontrol (rows ...
4
votes
2answers
446 views
User interface for a “mapping” table
I have the following problem. I need to provide an interface for users inserting/editing "mappings" in a database.
A mapping is a record as such:
[Field A, Field B, Field C] --maps to--> [Field X, ...