DC Browse and Modal
Posted: Mon Feb 04, 2013 12:04 pm
Roger,
I have some programs that have a browse window as the main window and various buttons. I cannot seem to make them modal using the standard modal command and setappwindow. Obviously this causes many problems. This is on a MAIN app for our own support desk, not from a dcmenubar.
************************************
DCGETOPTIONS NORESIZE ;
COLOR &QQONE sayrightbottom ;
TOOLTIPCOLOR GRA_CLR_BLACK, GRA_CLR_YELLOW ;
DCREAD GUI FIT TITLE 'Open Logs' ;
OPTIONS GetOptions ;
setfocus @oscan ;
PARENT @oDialog ;
setappwindow ;
Nodestroy ;
*******************************
Is there something else I need to add?
Thanks
Fred
Omni
I have some programs that have a browse window as the main window and various buttons. I cannot seem to make them modal using the standard modal command and setappwindow. Obviously this causes many problems. This is on a MAIN app for our own support desk, not from a dcmenubar.
************************************
DCGETOPTIONS NORESIZE ;
COLOR &QQONE sayrightbottom ;
TOOLTIPCOLOR GRA_CLR_BLACK, GRA_CLR_YELLOW ;
DCREAD GUI FIT TITLE 'Open Logs' ;
OPTIONS GetOptions ;
setfocus @oscan ;
PARENT @oDialog ;
setappwindow ;
Nodestroy ;
*******************************
Is there something else I need to add?
Thanks
Fred
Omni