Search found 47 matches: getactive

Return to advanced search

Re: How to implement GETACTIVE()?

Something like that? Function GetActive( oDlg )   local oObj   local x   For x = 1 to Len( oDlg:aControls )      if oDlg:aControls[ x ]:HasFocus()         oObj  := oDlg:aControls[ x ]         Exit  ...
by cnavarro
Tue Oct 27, 2020 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 2492

How to implement GETACTIVE()?

I need to implemente a generic GETACTIVE() function (just like the old Clipper one). Any suggestion? This is a sample of what I need: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    LOCAL cVr1 ...
by Enrico Maria Giordano
Tue Oct 27, 2020 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 2492

Re: Get Activo

procure por GetActive ex:
GetActive():name == "get1"
by Sistem
Mon Nov 07, 2016 4:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get Activo
Replies: 3
Views: 650

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2396

New FTDN September/Septiembre 2013 (FWH 13.09)

... of installation is noted in static variables. If they applications are not installed, second and subsequent calls return nil without calling GetActive/CreateObject() functions, saving time. * Fix: database.prg: Inline edits in xbrowse are not getting saved. Fixed. * Fix: Xborwse.prg: Fix ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2819

Is there a codeblock for changing active window

... that is executed, when the active window changes? Or another approach with the same result? It should fire at the moment that a call oWinClient:GetActive() would give a different response. (Background info: for example, if mdi-child "A" is active, I want to show a ribbon-group "a", ...
by gkuhnert
Fri Jul 09, 2010 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a codeblock for changing active window
Replies: 9
Views: 1649

Re: Advice needed

or WndMain():oWndClient:getActive()
by frose
Wed Jun 24, 2009 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed
Replies: 9
Views: 1390

Re: Advice needed

I get the following error when i try to referene oWnd:GetActive() Error description: Warning BASE/1004 Message not found: TMDIFRAME:GETACTIVE - Please contact P & L Args: Stack Calls =========== Called from: C:\xHarbour\source\rtl\tobject.prg => ...
by PeterHarmes
Wed Jun 24, 2009 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed
Replies: 9
Views: 1390

Re: Advice needed

oWnd:getActive() returns the active MDI child window (where oWnd is the main window).

If you use database objects then you don't need to deal with aliases.

Regards,
James
by James Bott
Tue Jun 23, 2009 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed
Replies: 9
Views: 1390

Help with MDI URGENTE

... so i have 10 window how return name of window Activate ? it return name obj more idont know how return name of window ob:=ownd:oWndClient:GetActive() someone can help me ? thanks so much
by lailton.webmaster
Sun Mar 29, 2009 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with MDI URGENTE
Replies: 9
Views: 974

... trabajo en segundo plano, osea cuando llega a la función común ya no está la ventana activa en la mdi que la llamo. Por tanto creo que no me vale GetActive() En cuanto a "if upper( oWnd:oWndClient:aWnd[i]:cCaption )=cTitle", obviamente me sirve si paso "cTitle" a la función. El problema es que ...
by fgondi
Fri Dec 21, 2007 8:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: duda sobre mdi
Replies: 5
Views: 935

oWnd:oWndClient:GetActive() --> oMdiChild
by Antonio Linares
Thu Dec 20, 2007 8:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: duda sobre mdi
Replies: 5
Views: 935

... CODE 0009:0CDE 000E9H PRINT CODE 0009:0DC8 00149H PRINT CODE 0009:0F12 004CDH TMDICLIENT CODE 0009:13E0 00064H CHILDNEW CODE 0009:1444 0007FH GETACTIVE CODE 0009:14C4 0003CH GETACTIVE CODE 0009:1500 000C9H CHILDCLOSE CODE 0009:15CA 00059H LCLOSEALL CODE 0009:1624 00461H TRCOLUMN CODE 0009:1A86 ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3547

GPF, como buscar el Error

... CODE 0009:0CDE 000E9H PRINT CODE 0009:0DC8 00149H PRINT CODE 0009:0F12 004CDH TMDICLIENT CODE 0009:13E0 00064H CHILDNEW CODE 0009:1444 0007FH GETACTIVE CODE 0009:14C4 0003CH GETACTIVE CODE 0009:1500 000C9H CHILDCLOSE CODE 0009:15CA 00059H LCLOSEALL CODE 0009:1624 00461H TRCOLUMN CODE 0009:1A86 ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3547

como saber el objeto oGet Activo sin pasarle como parametro

... noches compañeros, espero me puedan ayudar Desde un Get como este @x,y Get oGet Var cVar Of oDlg Valid FunVal() Function FunVal() Local oGet := GetActive() //aca me devuelve como que oGet fuera desconocido, es decir //no se como hacer que me devuelva el objeto get SIN PASARLE COMO PARAMETRO ...
by wilsongamboa
Mon Feb 06, 2006 4:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber el objeto oGet Activo sin pasarle como parametro
Replies: 2
Views: 735
PreviousNext

Return to advanced search

cron