I ask you for help in two different situations:
1. I want to close a dcbrowse-window called by another procedure by using the action parameter in a dcpushbutton, a dchotkey or by
using the HANDLER parameter in READ GUI.
2. When I open a dcbrowse-window I have to click into the browsed area before navigating in the browsing area. Is it possible to
evade this mouseclick by an eval statement or something else ?
exit from a dcbrowe window
- obelix
- Posts: 48
- Joined: Tue Dec 03, 2013 7:44 am
- Location: Villingen-Schwenningen, Black Forest, Germany
exit from a dcbrowe window
quiet old but still young and unskilled in express++
Re: exit from a dcbrowe window
Try this:
DCREAD GUI .. EVAL {||SetAppFocus(oBrowse)}
If that doesn't work try this:
DCREAD GUI .. EVAL {||SetAppFocus(oBrowse:getColumn(1))}
DCREAD GUI .. EVAL {||SetAppFocus(oBrowse)}
If that doesn't work try this:
DCREAD GUI .. EVAL {||SetAppFocus(oBrowse:getColumn(1))}
The eXpress train is coming - and it has more cars.