Search found 44 matches: killfocus

Return to advanced search

Antonio Problemas con Get

... bien en las fechas pero.. en los gets donde hay numeros cuando me regreso con las flechas les quita un digito.. if ! ::oGet:BadDate ::oGet:KillFocus() else ::oGet:Pos = 1 ::nPos = 1 #ifndef __CLIPPER__ ::oGet:TypeOut = .f. #endif endif alguna sugerencia.. arnulfo
by Arvisnet
Fri Aug 04, 2006 12:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio Problemas con Get
Replies: 1
Views: 773

Bajo FW y bajo FWH

... N 1 [ 3] = N 1 Stack Calls =========== Called from SUBSTR(0) Called from GET:UNTRANSFORM(604) Called from TWINDOW:LOSTFOCUS(0) Called from TWINDOW:KILLFOCUS(0) Called from TWINDOW:HANDLEEVENT(0) Called from _FWH(0) Called from SETFOCUS(0) Called from TWINDOW:GONEXTCTRL(0) Called from TWINDOW:KEYCHAR(0) ...
by joseluisysturiz
Mon Jun 26, 2006 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bajo FW y bajo FWH
Replies: 1
Views: 738

... if ! Empty( ::cPicture ) .and. ::oGet:type == "N" //tracelog(::Varget()) ::oGet:Assign() ::oGet:Picture := ::cPicture ::oGet:UpdateBuffer() ::oGet:KillFocus() endif ::oGet:SetFocus() // to avoid oGet:buffer be nil # ifdef TEST trace( ::oGet:changed , ::oGet:unTransform() , ::oGet:original) // Main ...
by Frank Demont
Wed Jun 07, 2006 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Entering a negative number in tGet
Replies: 11
Views: 11616

Te copio el error de toda la compilacion

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for Pocket PC - March 2006 Harbour development power ³Ü ³ (c) FiveTech, 1993-2006 for Microsoft Windows Pocket PC ³Û ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ ÿ ßßßßßßßßßßß...
by mjcc
Sat Apr 15, 2006 6:16 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA POR FAVOR. ESTOY BLOQUEADO
Replies: 6
Views: 2761

... CODE 000A:2F7C 00099H _SETFOCUS CODE 000A:3016 000ECH COLORS CODE 000A:3102 00099H NTOP CODE 000A:319C 0014EH FORWHEN CODE 000A:32EA 001E9H KILLFOCUS CODE 000A:34D4 0013EH FWLOSTFOCU CODE 000A:3612 0006AH DRAGBEGIN CODE 000A:367C 0058EH CHECKDOTS CODE 000A:3C0A 00398H SHOWDOTS CODE 000A:3FA2 ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

GPF, como buscar el Error

... CODE 000A:2F7C 00099H _SETFOCUS CODE 000A:3016 000ECH COLORS CODE 000A:3102 00099H NTOP CODE 000A:319C 0014EH FORWHEN CODE 000A:32EA 001E9H KILLFOCUS CODE 000A:34D4 0013EH FWLOSTFOCU CODE 000A:3612 0006AH DRAGBEGIN CODE 000A:367C 0058EH CHECKDOTS CODE 000A:3C0A 00398H SHOWDOTS CODE 000A:3FA2 ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

Dante tienes que modificar el Método KillFocus de la clase tControl agrega el string TSButton como en este ejemplo : Saludos Joel Andujo METHOD KillFocus( hCtlFocus ) CLASS TControl local oWnd if ! Empty( hCtlFocus ) .and. ...
by Joel Andujo
Mon Jan 30, 2006 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tsbutton y Cancel nuevamente
Replies: 2
Views: 833

Fabian vas a tener que modificar la clase Control el método KillFocus agrega TSButton como en este ejemplo : METHOD KillFocus( hCtlFocus ) CLASS TControl local oWnd if ! Empty( hCtlFocus ) .and. ::bValid != nil .and. WndParents( hCtlFocus, ::hWnd ) .and. ...
by Joel Andujo
Mon Jan 16, 2006 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Valid , sbutton Cancel no me funciona
Replies: 2
Views: 929

Re: Color de un oGet

... GotFocus() CLASS TGet if ! Empty( ::cPicture ) .and. ::oGet:type == "N" ::oGet:Picture := StrTran( ::cPicture, ",", "" ) endif if ! ::lDrag ::oGet:KillFocus() // to properly initialize internal status ::oGet:SetFocus() ::DispText() if ::oGet:type$"DN" ::nPos := 1 endif ::oGet:Pos = ::nPos ::SetPos( ...
by lubin
Fri Jan 06, 2006 4:50 pm
 
Forum: FiveWin para CA-Clipper
Topic: Color de un oGet
Replies: 2
Views: 1368

Error BASE/1110 Argument error: SUBSTR

... se aceptan ideas frescas, gracia Called from SUBSTR(0) Called from GET:UNTRANSFORM(604) Called from TWINDOW:LOSTFOCUS(785) Called from TWINDOW:KILLFOCUS(767) Called from TWINDOW:HANDLEEVENT(1219) Called from _FWH(2959) Called from SETFOCUS(0) Called from TWINDOW:GONEXTCTRL(2362) Called from ...
by shreck
Sun Nov 20, 2005 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1110 Argument error: SUBSTR
Replies: 1
Views: 622

... al menos funciona: METHOD lValid() CLASS TGet local lRet := .t. if ::oGet:BadDate ::oGet:Buffer := DtoC(::cOldDate) ::oGet:Assign() ::oGet:KillFocus() ::oGet:SetFocus() MsgBeep() return .f. else if ValType( ::bValid ) == "B" lRet := Eval( ::bValid, Self ) if ! lRet ::oWnd:nLastKey = 0 endif ...
by Alfredo Arteaga
Tue Nov 15, 2005 3:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Captura de fecha
Replies: 6
Views: 1556

Error de Proteccion General.

... CODE 000A:11AA 00099H _SETFOCUS CODE 000A:1244 000ECH COLORS CODE 000A:1330 00099H NTOP CODE 000A:13CA 0014EH FORWHEN CODE 000A:1518 001D1H KILLFOCUS CODE 000A:16EA 00084H FWLOSTFOCU CODE 000A:176E 0006AH DRAGBEGIN CODE 000A:17D8 0058EH CHECKDOTS CODE 000A:1D66 00398H SHOWDOTS CODE 000A:20FE ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4149

... <> ::oGet:original ) ::oGet:Assign() // for adjust numbers ::oGet:UpdateBuffer() endif ::DispText() if ! ::oGet:BadDate ::oGet:KillFocus() else ::oGet:Pos = 1 ::nPos = 1 #ifndef __CLIPPER__ ::oGet:TypeOut = .f. #endif endif ::SetColor() return nil //----------------------------------------------------------------------------//
by Manuel Aranda
Thu Oct 20, 2005 9:02 pm
 
Forum: FiveWin para CA-Clipper
Topic: FRANCISCO CARRASCO
Replies: 9
Views: 4413

Manuel

... GotFocus() CLASS TGet if ! Empty( ::cPicture ) .and. ::oGet:type == "N" ::oGet:Picture := StrTran( ::cPicture, ",", "" ) endif if ! ::lDrag ::oGet:KillFocus() // to properly initialize internal status ::oGet:SetFocus() ::DispText() if ::oGet:type$"DN" ::nPos := 1 endif ::oGet:Pos = ::nPos ::SetPos( ...
by Guest
Mon Oct 17, 2005 6:03 pm
 
Forum: FiveWin para CA-Clipper
Topic: FRANCISCO CARRASCO
Replies: 9
Views: 4413
Previous

Return to advanced search