WinBatch® Technical Support Forum

Archived Boards => WinBatch Dynamic Dialogs => Topic started by: mcvpjd3 on August 01, 2013, 06:22:53 AM

Title: Report View colums
Post by: mcvpjd3 on August 01, 2013, 06:22:53 AM
Hi folks, got another report view question.

I've got a CSV that I'm using as the source of a report view dialog. The CSV has 4 columns but I only want to display 2 of them in the reportview, is there a way to do this?

Also, while I am here, is there a way to define column widths?

Thanks
Title: Re: Report View colums
Post by: td on August 01, 2013, 07:07:24 AM
Quote from: mcvpjd3 on August 01, 2013, 06:22:53 AM
Hi folks, got another report view question.

I've got a CSV that I'm using as the source of a report view dialog. The CSV has 4 columns but I only want to display 2 of them in the reportview, is there a way to do this?

You can use DialogControlSet request 23 to remove columns from a REPORTVIEW control.

Quote
Also, while I am here, is there a way to define column widths?

Thanks

DialogControlSet  request 21 sets the column width.

Refer to the DialogControlSet documentation in the Consolidated WIL help file for details.