Unassigned
The View Results button in the Build Operation Complete dialog box.
The _pwbviewbuildresults macro opens the Build Results window.
PWB executes this macro when you choose the View Results button in the Build Operation Complete dialog box.
You can redefine this macro to change the behavior of the View Results button. For example, if you want to move to the first message in the log and arrange windows, add _pwbnextmsg _pwbarrangewindow to the end of the macro definition.
_pwbviewbuildresults:=cancel arg "<COMPILE>" pwbwindow
Cancel
Establishes a uniform “ground state” by canceling any selection or argument.
Arg "<COMPILE>" Pwbwindow
Opens the Build Results window.
Pwbwindow