WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: KeithW on November 29, 2024, 05:31:31 PM

Title: Double-line per entry scrollable window
Post by: KeithW on November 29, 2024, 05:31:31 PM
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
Title: Re: Double-line per entry scrollable window
Post by: spl on November 30, 2024, 03:00:35 AM
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.