Dialog Reader not responding to DCGETOPTIONS
Posted: Thu Sep 08, 2016 8:53 am
				
				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?
			DCGETOPTIONS NOESCAPEKEY
DCREAD GUI FIT ;
TITLE " Set SKU Status " ;
EVAL {||oBrowse:right(),oBrowse:right(),oBrowse:forceStable(),;
oBrowse:refreshCurrent() , SetAppFocus(oBrowse)};
SETAPPWINDOW MODAL
Suggestions?