Greetings,
Has anybody ever constructed a scrollable window where each entry is two lines?
I want to have a 2 line entry that consists of:
----
Line 1 - filename, datetime, size, etc
Line 2 - a short description of the contents of the file...
-----
I want to be able to scroll and select the proper entry whether I am on the the first line or the second line of the entry, if at all possible.
Thanx,
Keith
If the file=>description pairs were a recordset with a PK to order them you could place in a grid or Reportview to scroll and select.