Search found 55 matches: acolsizes

Return to advanced search

Re: Como esconder columna en XBrowse

Cuando Usaba TWBrowse lo hacía así IF nTipoNC = 1 oBrwNC:aColSizes := { 75, 310, 70, 90, 60, 0, 100 } ELSE oBrwNC:aColSizes := { 75, 270, 70, 80, 60, 70, 85 } ENDIF Con XBrowse me da este error : Error description: Error BASE/1005 Message not found: ...
by nageswaragunupudi
Sat Jun 13, 2020 3:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como esconder columna en XBrowse
Replies: 5
Views: 876

Como esconder columna en XBrowse

Cuando Usaba TWBrowse lo hacía así IF nTipoNC = 1 oBrwNC:aColSizes := { 75, 310, 70, 90, 60, 0, 100 } ELSE oBrwNC:aColSizes := { 75, 270, 70, 80, 60, 70, 85 } ENDIF Con XBrowse me da este error : Error description: Error BASE/1005 Message not found: ...
by gdeteran
Fri Jun 12, 2020 11:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como esconder columna en XBrowse
Replies: 5
Views: 876

PROBLEMAS CON EL TWBROWSE

... = ::Skip( 1 ) if nSkipped == 1 n++ endif end ::Skip( ::nRowPos - n ) #else // WBrwPane() returns the nº of visible rows // WBrwPane recieves at aColSizes the Array or a Block // to get dinamically the Sizes !!! ::Skip( ::nRowPos - wBrwPane( ::hWnd, ::hDC, Self, ::bLine,; ::aColSizes, ::nColPos, ...
by ROBER68
Fri Jun 21, 2013 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON EL TWBROWSE
Replies: 1
Views: 915

Re: Clausula "ON CHANGE" en xbrowse

... ; [ <dsrc: ALIAS, ARRAY, RECSET, RECORDSET, OBJECT, DATASOURCE> <uDataSrc> ] ; [ <sizes:FIELDSIZES, SIZES, COLSIZES> <aColSizes,...> ] ; [ <head:HEAD,HEADER,HEADERS> <aHeaders,...> ] ; [ <pic: PICS, PICTURE, PICTURES> <aPics,...> ] ; [ <cols: ...
by MarioG
Wed Aug 01, 2012 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clausula "ON CHANGE" en xbrowse
Replies: 5
Views: 1323

Re: Wdbu compile with (x)Harbour

... a VBX CLASS IDbfWnd use another class called ::oBrowse := TIbrowse() :New(,,,,; {|| _aFields(::oBrowse,::aColumns,::aDisplays)},; ::aHeaders, ::aColSizes,::oWnd,,,,,,,::oFont) and we not have it HOW YOU THINK TO CREATE ALL THESE ? Error: Unresolved external '_HB_FUN_COMPILAR' referenced from ...
by MdaSolution
Thu Aug 25, 2011 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wdbu compile with (x)Harbour
Replies: 20
Views: 3465

Re: wbrowse

... passing issue. In the meantime, a few pointers which might help: - DispVals() assumes a 2-dimensional array as follows: aArrayData[nRow][nCol] - :aColSizes must be set between :SetArray() and :refresh() - the size of :aColSizes and :aHeaders should be equal to the number of cols in browse - The ...
by kennedyv
Thu Jul 28, 2011 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wbrowse
Replies: 12
Views: 2246

Re: wbrowse

... The important thing to remember is that before you call :refresh() you must set :aHeaders to the correct number of columns and also :bLine and :aColSizes must be set at this point also. :bLine must be set to a codeblock that returns an array. The generic function DispVals() generates a suitable ...
by kennedyv
Wed Jul 27, 2011 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: wbrowse
Replies: 12
Views: 2246

Re: Twbrowse - error : Bound array access

... sure most or all of the parameters can be used in xBrowse just by direct assignment. METHOD New( nRow, nCol, nWidth, nHeight, bLine, aHeaders, aColSizes, oWnd,;            cField, uVal1, uVal2, bChange, bLDblClick, bRClick,;            oFont, oCursor, nClrFore, nClrBack, cMsg, lUpdate, cAlias,;  ...
by James Bott
Wed Jul 13, 2011 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6297

Re: Twbrowse - error : Bound array access

... nRow ), ; Eval( ::bLine, Self ), ::GetColSizes(), ::nColPos,; ::nClrText, ::nClrPane,; If( ::oFont != nil, ::oFont:hFont, 0 ),; ValType( ::aColSizes ) == "B", ::aJustify, nil, ::nLineStyle,,, ::oVScroll,; ::bLogicLen ) I wonder if which of these parameters triggers the error and ...
by xhbcoder
Thu Jul 07, 2011 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6297

buscar la primera letra en un listobx

... := { || LEN(EMPRE) } oLbX:cAlias := "Array" oLbX:bKeydown := { | nKey | IF ( nKey == VK_RETURN , EVAL(oLBX:bLDblClick), NIL ) } oLbX:aColSizes := {342,60,1} oLbX:lCellStyle := .T. oLbX:aJustify := { .F.,.F.,.F.} oLbX:nLineStyle = 4 //0=nada, 2=delgada negra, 1=gruesa negra, 3=gris, ...
by QAZWSX2K
Fri Jan 21, 2011 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buscar la primera letra en un listobx
Replies: 4
Views: 844

Re: Necesito un calendario.

... :={|| LEN(aSem)} oBrf:cAlias :="Array" oBrf:bKeydown :={|nKey| If(nKey==VK_RETURN,EVAL(oBrf:bLDblClick),EVAL(oBrf:bLClicked))} oBrf:aColSizes :={20,20,20,20,20,20,20} oBrf:lCellStyle :=.T. oBrf:bTextColor :={|nRow,nCol,nStyle| IF(nCol=1 .AND. nStyle=0,CLR_HRED,)} oDlf:lHelpIcon := ...
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

... "Localidad", "Provincia",; "Telefono","Cuit","Iva","Rubro","Vendedor"} 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 ...
by surGom
Fri Mar 26, 2010 12:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con database 2
Replies: 2
Views: 1154

Code page - can I set it ?

... ; FIELDS BASE->AZON,; BASE->VEZNEV; HEADERS 'BASE->AZON',; 'BASE->VEZNEV'; OF oFld:aDialogs[ 1 ]; SIZE ScreenX-4, ScreenY oGetBr:aColSizes := { 60, 60,100,100 }
by xVar
Thu Sep 10, 2009 9:35 am
 
Forum: FiveWin for Pocket PC
Topic: Code page - can I set it ?
Replies: 2
Views: 625

Re: tcbrowse row color

From TCB DrawSelect TCDrawCell( hWnd, hDC, ; nRowPos, nStartCol, If( nJ < nLastCol, aColSizes[ nJ ], -1), ; if( cPicture == nil, ; If( lBitMap, If( ! Empty( ::aBitmaps ),; ::aBitmaps[ uData ], uData ), ; cValToChar( Eval( oColumn:bData ) ) ), ; Transform( uData, ...
by Jonathan Hodder
Tue Aug 25, 2009 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse row color
Replies: 6
Views: 927

Re: Urgente wBrowser

... FONT oFont; ALIAS oSek:cAlias ; COLOR CLR_BLACK, RGB( 255, 255, 235) ; UPDATE oBrw:bLine := bFields oBrw:aHeaders := aHeaders if aSize # NIL oBrw:aColSizes := aSize endif if nFreeze # NIL oBrw:nFreeze := nFreeze endif oBrw:aJustify := aJusto REDEFINE SAY oSay VAR oBrw:cBuffer ID 64 OF oDlg FONT ...
by Ariel
Sun Aug 02, 2009 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Urgente wBrowser
Replies: 2
Views: 527
Next

Return to advanced search