I've used DCGETOPTIONS NOESCAPEKEY successfully before, in this instance of my code the reader seems to ignore DCGETOPTIONS.  I've initialized a local getoptions variable.  Here's the last few lines of the browse code:
 DCGETOPTIONS NOESCAPEKEY
 DCREAD GUI FIT ;
    TITLE " Set SKU Status       " ;  
    EVAL {||oBrowse:right(),oBrowse:right(),oBrowse:forceStable(),;
                oBrowse:refreshCurrent() , SetAppFocus(oBrowse)};
    SETAPPWINDOW MODAL
Suggestions?
			
			
									
									
						Dialog Reader not responding to DCGETOPTIONS
Re: Dialog Reader not responding to DCGETOPTIONS
Code: Select all
DCREAD GUI OPTIONS GetOptions ...Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
						Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Dialog Reader not responding to DCGETOPTIONS
That does it.  Thanks, Tom.
			
			
									
									
						
