Search found 20 matches: ladjlastcol

Return to advanced search

Problemas al crear la libreria TWBROWSE

... wRow ); hb_itemRelease( aLine ); } //---------------------------------------------------------------------------// HB_FUNC( WBRWSET )// ( lAdjLastCol, lAdjBrowse, lDrawHeaders, lDrawFooters ) { // CeSoTech bAdjLastCol = hb_parl( 1 ) ; // Ajuste o no de ultima columna al control. bAdjBrowse ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2853

Re: Un tercer color en efecto pijama de Listbox

... ID 111 OF oDlg oLbx2:aHJustify := {2,2,2,2} oLbx2:aJustify := {0,0,1,1} oLbx2:lDrawFooters := .T. oLbx2:lCellStyle := .T. oLbx2:lAdjLastCol := .F. oLbx2:nHeaderHeight:= 15 oLbx2:nFooterHeight:= 15 oLbx2:nClrForeHead := CLR_BLUE Nota: La variable cCostPreP ,es el que viene desde ...
by ACC69
Thu Nov 24, 2011 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un tercer color en efecto pijama de Listbox
Replies: 18
Views: 5329

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... wRow ); hb_itemRelease( aLine ); } //---------------------------------------------------------------------------// HB_FUNC( WBRWSET )// ( lAdjLastCol, lAdjBrowse, lDrawHeaders, lDrawFooters ) { // CeSoTech bAdjLastCol = hb_parl( 1 ) ; // Ajuste o no de ultima columna al control. bAdjBrowse ...
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: 2629

Re: Clases y Prgs

... "Edad" ; SIZES 250,50,50 oWnd:oClient:= oLbx oLbx:bBkColor:= {|nRow,nCol,nStyle| If( nStyle==0 .and. nCol==2, ; CLR_YELLOW, ) } oLbx:lAdjLastCol := .F. oLbx:nLineStyle := 2 oLbx:bSeek := {|lRet| oLbx:DbfSeek(.T.) } oLbx:bUpdateBuffer:= {|| UpdateBuffer( oWnd:oMsgBar, ; cDefaultMsg, ...
by servicomver
Thu Nov 11, 2010 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases y Prgs
Replies: 11
Views: 3839

Re: Necesito un calendario.

... nSem:=EVAL(oBrf:bLogicLen)} oBrf:bSkip :={| nWant,nOld | nold:=nSem, nSem+=nWant,; nSem:=MAX(1, MIN(nSem,EVAL(oBrf:bLogicLen))),nSem-nOld} oBrf:lAdjLastCol:=.F. oBrf:bLogicLen :={|| LEN(aSem)} oBrf:cAlias :="Array" oBrf:bKeydown :={|nKey| If(nKey==VK_RETURN,EVAL(oBrf:bLDblClick),EVAL(oBrf:bLClicked))} ...
by jbrita
Thu Jul 29, 2010 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito un calendario.
Replies: 2
Views: 1238

problema con database 2

... oLbx:aColSizes := {60,210,190,190,190,160,90,100,180,60} oLbx:bSkip = { | nRecs | oMae:Skipper( nRecs ) } oLbx:nLineStyle := 3 oLbx:lAdjlastcol:= .F. oLbx:nClrBackFocus := CLR_CYAN oLbx:nClrForeFocus := CLR_WHITE REDEFINE RADIO oRad VAR nOrden ID 108, 107, 112 OF oDlg; ON CHANGE ...
by surGom
Fri Mar 26, 2010 12:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con database 2
Replies: 2
Views: 1157

... = { | uDropInfo, nRow, nCol, nKeyFlags | ; Brw1:Add( uDropInfo ), MsgBeep() } Brw1:lCellStyle = .T. Brw1:lAutoEdit = .T. Brw1:lAutoSkip = .T. Brw1:ladjlastcol:=.F. Brw1:lDrawFocusRect:=.F. Brw1:nLineStyle:= 2 Brw1:Set3DStyle() Brw1:nHeaderHeight := 18 Brw1:nLineHeight := 15 Brw1:bLogicLen = { || ...
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: 1513

... else redefine listBox tcobRW1 Fields OF oDlg1 id 4012 COLORS CLR_BLACK,CLR_LGREEN SIZES 120,30 endif endif tcobRW1:lAdjBrowse := .f. tcobRW1:lAdjLastCol := .t. tcobRW1:nHeaderStyle := 3 tcobRW1:nLineStyle := 2 tcobRW1:nclrbackfocus:= {|| CLR_HBLUE} tcobRW1:nClrNFBack := {|| CLR_HBBLUE} tcobRW1:nHeaderHeight:= ...
by MGA
Mon Apr 07, 2008 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5058

... := {2,2,2,2,2} oLbx:nClrPane := {|| IIF( (oLbx:cAlias)->(OrdKeyNo())%2=0, nRGB(255,255,255), ColorDia(AUDITOR->FECHA) ) } oLbx:lAdjLastCol := .T. oLbx:lAdjBrowse := .T. //----------------------------------------------------------------------------// STATIC FUNCTION ColorDia(dDate) ...
by cuatecatl82
Mon Mar 10, 2008 11:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar color de una celda Listbox
Replies: 5
Views: 1218

... oBTmp:bLogicLen := { || (oDTmp)->(OrdKeyCount()) } oBTmp:aHJustify := { 2,2,2,2,2,2 } oBTmp:aJustify := { 2,0,2,1,1,1 } oBTmp:lAdjLastCol := .F. oBTmp:lDrawFocusRect:= .T. oBTmp:nHeaderHeight := 32
by Francisco Horta
Thu Feb 21, 2008 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: scroll en wbrowse 1.7 de Hernán
Replies: 8
Views: 1572

... oLbx:aColSizes := {170,80,85,80,85,110,92,85,130 } oLbx:bSkip = { | nRecs | oProex:Skipper( nRecs ) } oLbx:nLineStyle := 3 oLbx:lAdjlastcol:= .T. oLbx:nClrBackFocus := CLR_CYAN oLbx:nClrForeFocus := CLR_WHITE oLbx:nClrPane := { || iif(!empty(oProex:dolar),rgb(175,221,245),rgb(255,255,255))
by surGom
Tue Feb 19, 2008 10:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: scroll en wbrowse 1.7 de Hernán
Replies: 8
Views: 1572

... oprod var vprod of oDlg1 id 4013 PICTURE "9999999999999" redefine listBox tcobRW1 Fields OF oDlg1 id 4012 COLORS tcobRW1:lAdjBrowse := .f. tcobRW1:lAdjLastCol := .t. tcobRW1:aHJustify := {2,0,1} tcobRW1:aJustify := {2,0,1} tcobRW1:nHeaderStyle := 3 tcobRW1:nLineStyle := 2 tcobRW1:nclrbackfocus:= ...
by FWHISHOW
Tue Jan 15, 2008 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs from resource
Replies: 16
Views: 3865

Fernando,

>
Comente la linea donde se hace el llamado al metodo LADJLASTCOL y se elimina el error, pero esto no me pasaba en FW.
>

Que browse estas usando ? De Hernán, de Manuel Mercado ?

Ningún browse de los proporcionados en FiveWin (TWBrowse, TCBrowse, TXBrowse) usa LADJLASTCOL
by Antonio Linares
Thu Dec 20, 2007 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un buen browse para usar en FWH
Replies: 7
Views: 1708

... Time from start: 0 hours 5 mins 22 secs Error occurred at: 19/12/2007, 21:12:28 Error description: Error BASE/1005 Message not found: TWBROWSE:_LADJLASTCOL Stack Calls =========== Called from: => TWBROWSE:ERROR(175) Called from: tobject.prg => (b)HBOBJECT:HBOBJECT(105) Called from: => ...
by fespinoza
Thu Dec 20, 2007 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un buen browse para usar en FWH
Replies: 7
Views: 1708

... y a ::bLogicPos, al // tratarse de Drivers DBFCDX de Clip53, COMIX y DBFCDXAX de ADS Advantage // DataBase Server. // 4) Nuevas variables ::lAdjLastCol y ::lAdjBrowse. La primera contiene un // valor logico que indica si se quiere estirar la ultima columna al // tama¤o del control. Por defecto ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4177
Next

Return to advanced search