Search found 64 matches: getfocus

Return to advanced search

Re: Best technic to use the set relation to syntax

... the next. At the moment I want to see the invoices, I need to click on the Invoice Tab, and THEN I schould Ordcope the data from the folderaction (getfocus) function, so when the invoice tab is shown, the data whill be the scope. Then there will be only 1 scope done. Yes, this will be a lot faster ...
by James Bott
Tue Jan 11, 2022 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Best technic to use the set relation to syntax

... parent. At the moment I want to see the invoices, I need to click on the Invoice Tab, and THEN I schould Ordcope the data from the folderaction (getfocus) function, so when the invoice tab is shown, the data whill be the scope. Then there will be only 1 scope done. This make sence right ? Minimal ...
by Marc Venken
Tue Jan 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Paste values into Password Protected Get Objects

... nMsg, nWParam, nLParam ) CLASS TPGet //** P3N - 06/19/14 local oClp, cText, n DEFAULT SELF:CTRL_V := ' ' do case case nMsg == WM_PASTE if GetFocus() == ::hWnd CallWindowProc( ::nOldProc, ::hWnd, WM_PASTE, 0, 0 ) if ValType( ::oGet:Original ) $ "CM" SetWindowText( ::hWnd, SubStr( ...
by don lowenstein
Tue Oct 15, 2019 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste values into Password Protected Get Objects
Replies: 6
Views: 1164

Re: Question to coordinates.

hWnd := GetFocus()
by nageswaragunupudi
Thu Mar 28, 2019 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to coordinates.
Replies: 6
Views: 933

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

DBCOMBO Metodos GotFocus() y LostFocus()

Estimados Colegas, Estoy teniendo un inconveniente con la clase DBCOMBO y sus metodos gotfocus() y lostfocus(). En ningún caso se realiza la acción esperada. Ejemplo propuesto: REDEFINE DBCOMBO oComb[5] VAR cCampo ; ITEMS aItems ; LIST alist ; ID 4053 OF oFil UPDATE WHEN lContenida oComb[5]:blostfoc...
by mterraz
Mon Jan 09, 2017 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO Metodos GotFocus() y LostFocus()
Replies: 4
Views: 2295

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20396

Re: multiple defintions, forst defined here

... CASE NEVENT = EVENT_QUIT QUIT CASE NEVENT = EVENT_RCLICK * SEE IF MAIN WNDOW IS RIGHT CLICKED AND TOP WINDOW IF SELECTWINDOW() = HMAINWND .AND. GETFOCUS() = HMAINWND DOEXIT() END END RETURN NIL * * * * * * * * * * * * * * * * * * * * * * * * * * * FUNCTION MENUSETUP() * * * * * * * * * * * * ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20396

Re: Get Activo

ó oGet:hWnd == GetFocus()
by Antonio Linares
Mon Nov 07, 2016 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get Activo
Replies: 3
Views: 641

Re: Save all the Screen to BMP

Try this:

oWndFromHwnd( GetFocus() ):SaveToBmp( cFile )
by Antonio Linares
Wed Oct 07, 2015 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save all the Screen to BMP
Replies: 13
Views: 1848

Re: Connect to Advantage Database

Hi Antonio , I try to make some test on FLH this morning. After install UBUNTU 14.04 LTS and all the packages needs to compile FLH i've a lot of errors like this: compiling... Harbour 2.1.0rc2 (Rev. 16643) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor01.prg'... Lines 1097, Fu...
by giuliano
Thu Aug 06, 2015 10:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 11198

Re: Luz en la caja del get

Genial Antonio, Manuel !! ya hay luz...
Para completar, si no es mucho molestar... ahora faltaria que se pinte solo cuando el oGet (o oontrol) tenga el foco con luz (no se si GetFocus() == oGet:hWnd) y ademas que se apague en el oGet (o control) que antes tenia el foco con luz.
by hmpaquito
Fri Nov 14, 2014 12:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Luz en la caja del get
Replies: 41
Views: 13310

Re: Calculator revisited

Tim,

You could use:

SetKey( VK_F12, { || MyCalculator( GetTextWindow( GetFocus() ) ) } )
by Antonio Linares
Thu May 29, 2014 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 18866

Re: TGET Ignore VALID

Se podría hacer:

odlg:bkeydown:={|nkey| if(nkey==VK_F3 .and. oWndFromHwnd( GetFocus() ):lValid(),oBut[1]:click(),)}

lo que no entiendo cual es la razón de asignar ese codeblock al diálogo.
by Antonio Linares
Thu Dec 26, 2013 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGET Ignore VALID
Replies: 11
Views: 1827

CTRL+C minusculo e CTRL+V em GET "@!"

... ex: aaaaaaaa, em vez de AAAAAAAA RESOLVIDO ASSIM, TGET: METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TGet ... case nMsg == WM_PASTE if GetFocus() == ::hWnd CallWindowProc( ::nOldProc, ::hWnd, WM_PASTE, 0, 0 ) if ValType( ::oGet:Original ) $ "CM" SetWindowText( ::hWnd, SubStr( ...
by MGA
Mon Dec 23, 2013 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CTRL+C minusculo e CTRL+V em GET "@!"
Replies: 3
Views: 768
Next

Return to advanced search