exit from a dcbrowe window

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
obelix
Posts: 48
Joined: Tue Dec 03, 2013 7:44 am
Location: Villingen-Schwenningen, Black Forest, Germany

exit from a dcbrowe window

#1 Post by obelix »

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 ?
quiet old but still young and unskilled in express++

User avatar
rdonnay
Site Admin
Posts: 4734
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: exit from a dcbrowe window

#2 Post by rdonnay »

Try this:

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.

Post Reply