Search found 39 matches: ncolact

Return to advanced search

Problemas al crear la libreria TWBROWSE

... HB_FUNC( WBRWLINE ) // ( hWnd, hDC, nRow, aText, aSizes, nFirstItem, ; // nClrFore, nClrBack, hFont, lTree, aJustify, nPressed, // nStyle, nColAct, lFocused ) // bTextColor, bBkColor, nClrLine, lFooter, lSelect, // bFont, lDrawFocusRect ) // New's by CesoTech { HWND hWnd = (HWND) hb_parnl( ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2842

Re: tcbrowse horizontal scroll

... < Len( ::GetColSizes() ) .and. ; (::IsColVisible( nCol ) .or. ::nColPos == nCol) nCol++ end IF ::lNoHScroll <> .T. ::nColPos := nCol ::nColAct := nCol ::oHScroll:SetPos( nCol ) ::Refresh( .f. ) ENDIF
by MarcoBoschi
Tue Jun 26, 2012 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse horizontal scroll
Replies: 5
Views: 1066

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... HB_FUNC( WBRWLINE ) // ( hWnd, hDC, nRow, aText, aSizes, nFirstItem, ; // nClrFore, nClrBack, hFont, lTree, aJustify, nPressed, // nStyle, nColAct, lFocused ) // bTextColor, bBkColor, nClrLine, lFooter, lSelect, // bFont, lDrawFocusRect ) // New's by CesoTech { HWND hWnd = (HWND) hb_parnl( ...
by alex_cyr
Sat Jul 09, 2011 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01
Replies: 7
Views: 2613

Re: Necesito un calendario.

... L"," M"," M"," J"," V"," S" ; OF oDlf ; ON CLICK dSel:=GetDate(VAL(aSem[nSem][oBrf:nColact]),oMes:nAt,nAno); ON DBLCLICK IF(EMPTY(aSem[nSem][oBrf:nColAct]),; (nMes:=oMes:nAt,; IF(nSem=1,(--nMes,IF(nMes<1,(nMes:=12,--nAno),)),; (++nMes,IF(nMes>12,(nMes:=1,++nAno),))),; ...
by jbrita
Thu Jul 29, 2010 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito un calendario.
Replies: 2
Views: 1238

Re: IF on 3 state on doubleclick action

... ; ID 300 OF oDlg UPDATE ; SIZES 60, 35, 35, 35,35,35,35,35,35,35,35 ; ON DBLCLICK IIF ( aData[oLbx:nAt,2] = 'S', aData[oLbx:nAt, oLbx:nColAct] := 'N',; ( IF ( aData[oLbx:nAt, oLbx:nColAct] = 'N',; aData[oLbx:nAt, oLbx:nColAct] := 'C',; aData[oLbx:nAt, oLbx:nColAct] := 'S')) ); oLbx:Drawselect() ...
by Silvio
Fri Nov 06, 2009 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IF on 3 state on doubleclick action
Replies: 5
Views: 749

IF on 3 state on doubleclick action

... ; ID 300 OF oDlg UPDATE ; SIZES 60, 35, 35, 35,35,35,35,35,35,35,35 ; ON DBLCLICK ( (IF( aData[oLbx:nAt, oLbx:nColAct] = 'S', ; aData[oLbx:nAt, oLbx:nColAct] := 'N', ; aData[oLbx:nAt, oLbx:nColAct] := 'S'), ; IF ( aData[oLbx:nAt, oLbx:nColAct] = 'N' ,; aData[oLbx:nAt, ...
by Silvio
Thu Nov 05, 2009 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IF on 3 state on doubleclick action
Replies: 5
Views: 749

Re: tcbrowse row color

... ) ) ), ; Transform( uData, cPicture ) ), ; oColumn:nAlign, ; nClrFore, ; If( lFocused .or. lNoLite,; nClrBack,; If( ::lCellStyle, If( nJ == ::nColAct, CLR_GRAY, nClrBack ), CLR_GRAY ) ),; hFont, ; If(lBitMap, If(lNoLite, 1, 2), 0),, ::nLineStyle ) Change CLR_GRAY to CLR_LIGHTGRAY and compile/link. ...
by Jonathan Hodder
Tue Aug 25, 2009 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse row color
Replies: 6
Views: 927

... {|nRow,nCol,nStyle| ; if( nStyle==3 .OR. nStyle=0, if( nCol==1,RGB( 192,192,192 ),),) } Brw1:bKeyChar := {|nK| if( nK==VK_RETURN,Brw1:Edit(Brw1:nColAct,.t.),) } Brw1:bEdit:= {|nCol, cBuffer, lFirstEdit|; EDICION( Brw1, nCol, cBuffer, CALIAS, lFirstEdit, xCols, oWnd ) } //la funcion de edicion: ...
by angstin
Thu Oct 30, 2008 2:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ANTONIO AYUDA CON SETFOCUS A UN MDI
Replies: 9
Views: 1496

Como se cual el la columna actual en xbrowse

Como se cual el la columna actual en xbrowse

en el wbrowse es ncolact

En este browse cual es

Gracias
by Vladimir Zorrilla
Sat Aug 16, 2008 1:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se cual el la columna actual en xbrowse
Replies: 2
Views: 591

... DIALOG oDlg CENTERED return nil I thinked to insert oLbx:bEdit := { || Editar() } Function Editar( oLbx, aMat ) LOCAL xVar LOCAL lSeguir IF oLbx:nColAct == 1 RETURN .F. ENDIF xVar := aMat[ oLbx:nAt, oLbx:nColAct ] lSeguir := oLbx:lEditCol( oLbx:nColAct, @xVar, "@!" ) IF lSeguir aMat[ oLbx:nAt, ...
by Silvio
Sun Jun 08, 2008 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SomeOne can help me ?
Replies: 6
Views: 1275

No lo hemos probado, pero intenta cambiando lo que aparece en verde:

SetBkColor( hDC, If( nColAct != nil, If( ValType( nClrBack ) == "B",;
Eval( nClrBack, n ), nClrBack ),;
If( ValType( nClrPane ) == "B", Eval( nClrPane, n ), nClrPane ) ) )
by Antonio Linares
Wed Apr 30, 2008 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colorear celdas en TWBrowse
Replies: 16
Views: 2882

Re:

... ID 501 of odlg font oFontTahoma; on dblclick iif(empty(aId[oTbr:nAt,oTbr:nColAct]) .or. aId[oTbr:nAt,oTbr:nColAct]=0,msgalert("Debe seleccionar un día con un Servicio asignado.",oConfiguracion:Titulo_Aplicacion),(oDlg:end(),m_ServiciosDirDet(,aId[oTbr:nAt,oTbr:nColAct]))) ...
by softruz
Tue Apr 29, 2008 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colorear celdas en TWBrowse
Replies: 16
Views: 2882

... If( ValType( nClrPane ) == "B",; // nClrPane := Eval( nClrPane ), nClrPane ) ) 2: Añade lo que está en rojo (línea 2282): SetBkColor( hDC, If( nColAct != nil, If( ValType( nClrBack ) == "B",; Eval( nClrBack ), nClrBack ),; If( ValType( nClrPane ) == "B", Eval( nClrPane, n ), nClrPane ) ) ) ...
by Antonio Linares
Tue Apr 29, 2008 10:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colorear celdas en TWBrowse
Replies: 16
Views: 2882

Problema con Inkey y BKEYDOWN

... DO CASE CASE (nKey>=48 .AND. nKey<=57) .OR. (nKey>=65 .AND. nKey<=90) .OR. nKey=8 .OR. nKey=32 IF oBrow:nColAct=1 .OR. oBrow:nColAct=2 Select MAECLITE IF oBrow:nColAct = 1 OrdSetFocus(1) ELSEIF oBrow:nColAct = 2 OrdSetFocus(2) ENDIF DbGoTop() IF nKey = ...
by Ruben
Mon Mar 03, 2008 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Inkey y BKEYDOWN
Replies: 7
Views: 1856

TXBrowse nAt() and nColSel

... where is the need for the method nAt() ? If the intention is to have naming compatibility with TWBrowse and TCBrowse, nAt should have been named nColAct(). This helps easy migration from TWBrowse or TCBrowse to TXBrowse. Do I miss something?
by nageswaragunupudi
Mon Jan 14, 2008 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrowse nAt() and nColSel
Replies: 1
Views: 531
Next

Return to advanced search