Search found 49 matches: awnd

Return to advanced search

I found the answer:

wndMain():oWndClient:aWnd[1]:setFocus()

James
by James Bott
Tue Oct 24, 2006 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to bring mdichild to foreground
Replies: 1
Views: 633

Perdendo valor da variavel

... oLbx, oMenuTree, oWndMenu PUBLIC cUsuario cUSUARIO="01" // Criar Gets para identificar qual usuário será configurado IF ASCAN( oWnd:oWndClient:aWnd, {|x| x:cargo == "MenuCA"} ) == 0 DEFINE WINDOW oWndMenu MDICHILD FROM 1, 1 TO 40, 300; TITLE "Controle de Senha Acesso"; BORDER NO of oWnd IF ...
by evaldohc
Thu Jun 15, 2006 7:00 pm
 
Forum: FiveWin para CA-Clipper
Topic: Perdendo valor da variavel
Replies: 0
Views: 767

... then again restore them to maximize state , as after :Restore() methods others windows restore too . if lRest .and. len( wndMain():oWndClient:aWnd ) > 0 wndMain():oWndClient:PrevWindow() wndMain():oWndClient:GetActive():Maximize() endif return( NIL ) With best regards !
by Rimantas
Sat Oct 22, 2005 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild problem
Replies: 3
Views: 2088

MDIchild problem

... ) } return( NIL ) METHOD Start() CLASS TMyBasic local n := 0 if ::nWd == 1 // for MDIChilds if !::lMax for n := 1 to len( wndMain():oWndClient:aWnd ) if IsZoomed( wndMain():oWndClient:aWnd[ n ]:hWnd ) ::lMax := .t. exit endif next endif ::oWnd:Activate( if( ::lMax, "MAXIMIZED", "NORMAL" ) ) ...
by Rimantas
Fri Oct 21, 2005 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild problem
Replies: 3
Views: 2088
Previous

Return to advanced search