Search found 201 matches: bvalid

Return to advanced search

... . I have one a big class for my needs , where I'm openning mdichilds and browses , folders and browses in folders . My source of standard windows bValid looks that: ::oWnd:bValid := { || ( ::End(), .t. ) } METHOD End() CLASS TMyBasic ...
by Rimantas
Sun Dec 04, 2005 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AMD Athlon 64 & WinXP
Replies: 8
Views: 2207

... 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 endif endif return lRet Saludos.
by Alfredo Arteaga
Tue Nov 15, 2005 3:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Captura de fecha
Replies: 6
Views: 1556

... asigno la evaluacion del bloque al dato bWhen del get ObjGet:bWhen := &( lcWhenBloq ) // le asigno la lectura del valid al objeto get ObjGet:bValid := &( aDefFields[i][7] ) Cada vez que un get pierde foco los pasos que realiza son los siguientes: * pasa por lostfocus de la clase tget ...
by Leonor Gonzalez
Fri Oct 28, 2005 12:29 pm
 
Forum: FiveWin para CA-Clipper
Topic: when de los gets
Replies: 10
Views: 4464

Re: Array of gets

Alreday found samples for that - testarr4.prg and tesloop.prg . But I have an problem with bValid for oGets arrays . My function n_pas( cAlias, cFld ) get an lats cFld value . How it make true ? One solution it can be at oDlg close moment , but I want to do that in oGet ...
by Rimantas
Wed Oct 26, 2005 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4739

Re: Array of gets

... , but at this moment i can't to find about them . Alreday found samples for that - testarr4.prg and tesloop.prg . But I have an problem with bValid for oGets arrays . My function n_pas( cAlias, cFld ) get an lats cFld value . How it make true ? One solution it can be at oDlg close moment ...
by Rimantas
Wed Oct 26, 2005 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4739

MDIchild problem

... ) ) ::BrwBasic() ::oWnd:bLostFocus := { || if( ::nLst <= 0, ::LstFcs(), ) } ::oWnd:bGotFocus := { || if( ::nLst <= 0, ::GotFcs(), ) } ::oWnd:bValid := { || ( ::End(), .t. ) } ::oWnd:bKeyDown := { | nKey, nFlags | ::Keys( nKey ) } return( NIL ) METHOD Start() CLASS TMyBasic local n := 0 if ...
by Rimantas
Fri Oct 21, 2005 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild problem
Replies: 3
Views: 2081
Previous

Return to advanced search

cron