Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Might be nice to highlight this errored comments #365

Open
worksofliam opened this issue Mar 26, 2025 · 0 comments
Open

Might be nice to highlight this errored comments #365

worksofliam opened this issue Mar 26, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@worksofliam
Copy link
Contributor

       **************************************************************************
       *                     Display View Event subfile subprocedure            *
       **************************************************************************
                Dcl-Proc Viwevdisplay;

                  Vsfldsp = *On;
                  Vsfldspctl = *On;
                  Vsflend = *On;
                    If Vrrn < 1;
                       Vsfldsp = *Off;
                    Endif;

                       Write Dspfooter ;
                       Exfmt Viwevntctl ;

                       Vinopt = *Off ;
                       Clear Errmsg;
                       Clear Evopt;

                End-Proc;

                Dcl-Proc Resetviewevents ;
                     Clear Srchpos;
                     Clear Errmsg;

                     Viwevclear();
                     Viwevload();

                End-Proc;
@worksofliam worksofliam added the enhancement New feature or request label Mar 26, 2025
@worksofliam worksofliam added this to the FIx day milestone Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant