question for coding up after you display a panel it needs a reply to continue on
search cancel

question for coding up after you display a panel it needs a reply to continue on

book

Article ID: 220810

calendar_today

Updated On:

Products

SOLVE:Access Session Management

Issue/Introduction

   &IF .&PSWDLU EQ .PW &THEN &DO                                       
     &PANEL PSWDCOMP                                                   
*    &DELAY 2                                                          
        &WRITEL   &0 - &LUNAME - &UID - PASSWORD CHANGED SUCCESSFULLY  
     -CLSDST &LUNAME      

 

So the question is i am running an easinet proc and once i display the panel pswdcomp, it wants a reply to continue on.  So the user doesnt need to do it, what can i add to tell it to continue on running to next step in code?

 

                                            

Environment

Release : 5.0

Component : CA SOLVE:Access Session Management

Resolution

Lower your INWAIT (input wait) parameter from 300 to something lower like 5  

This parameter is on the panel.

#OPT DEFAULT=%!_ INWAIT=300 CURSOR=&CURSOR 

See OPT Control Statement -- Define Panel Processing Options