WinBatch, WebBatch, and WinBatch+Compiler 2026B are now available for download.
Users with a current license may download the latest version of the software from the download page.
https://www.winbatch.com/download.html - use the "Click here to download WinBatch+Compiler" link.
If you do not have a current license and are interested in this and future releases, please visit our software purchase page. You can easily order online at
https://commerce.winbatch.com
WB 2026B 2026 Feb 20, 2026
DLL 6.26bzb First appearing in WB 2026B
Dialogs and Dialog Editor:
Added the @deRviBeignAr event code to the dialog's user-defined callback procedure. This
event triggers when a REPORTVIEW control has either the @csColEdit or @csAllEdit style and
a user is about to begin editing an item's text. The change-info parameter of the
user-defined callback procedure contains a three-element array with change information.
Element 0 indicates the one-based row number, element 1 indicates the one-based column
number, and element 2 holds the current text of the item whose text is about to be edited.
This event is made available using the DialogProcOptions function.
Added the @deRviEndAr event code to the dialog's user-defined callback procedure. This
event triggers when a REPORTVIEW control has either the @csColEdit or @csAllEdit style and
the user finishes editing an item's text. The change-info parameter of the user-defined
callback procedure contains a four-element array with change information. Element 0
indicates the one-based row number, element 1 indicates the one-based column number,
element 2 holds the previous text, and element 3 contains the user's new text of the
edited item. This event is made available using the DialogProcOptions function.
Addressed a problem with the REPORTVIEW control not consistently handling a F2, return, or
escape key press to start, end, or cancel a REPORTVIEW item edit.