Hello,
A small question ?
How can I read which GET has the clause ?
I want to do make a jump to another screen but I need to restore the focus on the right GET.
Thanks in advance.
hFocus:= GetFocus()
..... // blah, blah, blah...
SetFocus(hFocus)
*****************************************************************************************
function xSetFocus( oObx )
**************************
// function from local.fivewin.english 4/1/2003 Kleyber Derick
local oTempo:=""
local lGet := oObx:ClassName $ "TGET TMULTIGET"
define timer oTempo interval 10 of oObx:oWnd ;
action (oObx:SetFocus(), IIF(lGet , oObx:SetPos(0) , ), oTempo:Deactivate() )
activate timer oTempo
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 89 guests