Search found 80 matches: lactive

Return to advanced search

Re: Menu (se podrá?)

... ; ACCELERATOR (cMnuAlias)->FLDNSTATE, (cMnuAlias)->FLDVIRTKEY ENDIF oMnuItem:lChecked := (cMnuAlias)->FLDCHECK oMnuItem:lActive := ( lRight:= Eval( {||&(ALLTRIM((cMnuAlias)->FLDCONDI))} ) ) IF ! EMPTY( fAction := ALLTRIM((cMnuAlias)->FLDACTION) ) oMnuItem:bAction ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 2696

Re: Avances con FiveTouch

... LOCAL oDlg,I,oBtnOk,oBtnCancel LOCAL oSay:=ARRAY(3) PRIVATE oId,oName,oDate,oActive PRIVATE cId:=SPACE(03),cName:=SPACE(100),dDate:=DTOC(DATE()),lActive:=.T. PRIVATE aSay :={"ID" ,"Nombre","Fecha"} PRIVATE aVars:={"cId","cName" ,"dDate"} ...
by jnavas
Sat Apr 04, 2015 11:48 am
 
Forum: FiveTouch
Topic: Avances con FiveTouch
Replies: 16
Views: 7581

Re: Inspector de Objetos

... LOCAL oSay:=ARRAY(3) PRIVATE oId,oName,oDate,oActive PRIVATE cId:=SPACE(03),cName:=SPACE(100),dDate:="00/00/0000",lActive:=.T. PRIVATE aSay :={"ID" ,"Nombre","Fecha"} PRIVATE aVars:={"cId","cName" ,"dDate"} ...
by jnavas
Sat Apr 04, 2015 5:15 am
 
Forum: FiveTouch
Topic: Inspector de Objetos
Replies: 1
Views: 824

Mi primer programa Fivetouch para crear usuarios

... LOCAL oSay:=ARRAY(3) PRIVATE oId,oName,oDate,oActive PRIVATE cId:=SPACE(03),cName:=SPACE(100),dDate:="00/00/0000",lActive:=.T. PRIVATE aSay :={"ID" ,"Nombre","Fecha"} PRIVATE aVars:={"cId","cName" ,"dDate"} ...
by jnavas
Fri Apr 03, 2015 4:47 am
 
Forum: FiveTouch
Topic: Mi primer programa Fivetouch para crear usuarios
Replies: 4
Views: 2407

Re: Menuitem error with SetPrompt

... CLASS TMenuItem If( ::oMenu != nil .and. ( ::oMenu:l2007 .OR. ::oMenu:L2010 ), MF_OWNERDRAW, 0 ) ) if I exclude all works /* nFlags := nOR( If( ::lActive, MF_ENABLED,; nOR( MF_DISABLED, MF_GRAYED ) ),; If( ::lChecked, MF_CHECKED, 0 ),; If( ::lHelp, MF_HELP, 0 ),; If( ::lBreak, MF_BREAK, 0 ),; ...
by Maurizio
Wed Jul 09, 2014 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menuitem error with SetPrompt - Solved
Replies: 17
Views: 6047

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

... de MyRpt en modo completo: orpt := MyRpt():New() orpt:Activate() 5º) He añadido el siguiente código al final método Postop() de TRptForm: if ::lactive ::oRpt:oForm:lChange := .t. ::oRpt:oInspect:lactive := .f. ::oRpt:oForm:lBuilding = .T. oitemact := ::oControlItem ::additem(oitemact:ntop, ...
by Sebastián Almirón
Mon Feb 17, 2014 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36787

Re: Tree. Intercambio de posiciones

... ) <> 'O' RETU NIL ENDIF oObj:CoorsUpdate() SetWindowPos( oObj:hWnd, HWND_TOP ,; oObj:nTop, oObj:nLeft ,; oObj:nWidth, oObj:nHeight ) if ::lactive oitemact := ::oControlItem ::additem(oitemact:ntop, oitemact:nleft) ::oControlItem := oitemact ::oRpt:oInspect:DeleteItem(oitemact) ::oRpt:oInspect:AddItem(oitemact) ...
by Sebastián Almirón
Fri Feb 14, 2014 6:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tree. Intercambio de posiciones
Replies: 5
Views: 681

Re: DOS Dudas

Para lo segundo (solo una idea), prueba con:
if obj:lActive = .f.
obj:bLClicked := {|| MsgInfo("Hola") }
endif
by FranciscoA
Mon Jan 20, 2014 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DOS Dudas
Replies: 11
Views: 2651

Re: "Snap" for Clipper

...  in ?)    WINDOW.PRG      667  3097  3114  3120  3143 L2007                  WINDOW.PRG     1507  1644 L2010                  WINDOW.PRG     1507 LACTIVE                WINDOW.PRG      437   554   568  3860  3866  3935  3941 LAND()                 (function  in ?)    WINDOW.PRG     3053  3867 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6773

Re: CANCEL en tsbutton 7.0, no funciona

... Asc( Upper( ::cAccel ) ) ) .and. ::nWakeup == 0 ) ::SendMsg( FM_CLICK ) Return NIL ////////////// aqui ///////////////// EndIf Return If( ::lActive, DLGC_WANTALLKEYS, Nil ) version 4**************************************************************************************************** METHOD ...
by noe aburto
Mon Sep 23, 2013 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CANCEL en tsbutton 7.0, no funciona
Replies: 3
Views: 938

Re: CONTRUIR UN MENU en ventana principal desde una tabla o dbf

... ; ACCELERATOR (cMnuAlias)->FLDNSTATE, (cMnuAlias)->FLDVIRTKEY ENDIF oMnuItem:lChecked := (cMnuAlias)->FLDCHECK oMnuItem:lActive := ( lRight:= Eval( {||&(ALLTRIM((cMnuAlias)->FLDCONDI))} ) ) IF ! EMPTY( fAction := ALLTRIM((cMnuAlias)->FLDACTION) ) oMnuItem:bAction ...
by jcenteno
Tue Aug 13, 2013 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTRUIR UN MENU en ventana principal desde una tabla o dbf
Replies: 11
Views: 3536

Changing data type and picture in GET

I have a GET define so: REDEFINE GET oValue VAR mValue ID 2105 of oQry_Dlg ; on change ( iif(! oSave:lactive, Set_Save() ) ) ; update Whenever the value of mValue becomes numeric the picture of oValue is changed as in the next line. oValue := tGet():Redefine( , bSetGet := ...
by DonDrew
Fri Jun 28, 2013 12:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing data type and picture in GET
Replies: 1
Views: 848

Refresh SQL Select in Listbox

... static function SeekRfid( cSearch, cSearchK, oLbx ) local cSeek := ALLTRIM( cSearchK ) , ; lSearch := .F. , ; lFnd := .F. IF lActive RETURN (.T.) ENDIF lActive := .T. TRY oSql:=TOleAuto():New("ADODB.Recordset") CATCH MsgWait("It seems that your PC does not have ...
by cdmmaui
Wed Aug 22, 2012 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh SQL Select in Listbox
Replies: 5
Views: 1351

Small bug in class TBTNBMP

... with TBTNBMP class. If an accelerator key if defined for a button it works even the button is disabled. I patched adding .AND. aControls[ n ]:lActive to line (1631 in FWH 11.12) if Upper( SubStr( cPrompt, nAt + 1, 1 ) ) == Upper( Chr( nKey ) ) in CallClick function in class TControl but I ...
by ADutheil
Fri Jan 13, 2012 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small bug in class TBTNBMP
Replies: 1
Views: 644

Re: is control enabled?

oControl:lActive
by Patrizio
Thu Jul 28, 2011 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: is control enabled?
Replies: 2
Views: 455
PreviousNext

Return to advanced search