Search found 39 matches: ncolpos

Return to advanced search

Re: Reason for closing DBF file

Uno de los muchos controles FUNCTION BrowseConsulta( vConBrw, oPanBrw, cAliTab, fFunDCl,fFunEnt,fFunDel,; fFunIns,nColPos,fFunMod,cTipCol,cVerFon,nFonBro) LOCAL oCajDia, cCol, aItem , oBrwFW2 , K := 1, campo, nPosGui := 0 LOCAL A := "IMAGEN", nRecSel := 0, oBrush, oCol ...
by russimicro
Mon Sep 18, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Re: XBROWSE Border on cells

... := < |hDC| nRowPos := oBrw:nRowSel // screen row for border-painting :roll: nRowPos1 := oBrw:Keyno() // record row for record-display on top nColPos := oBrw:nColSel oSay[3]:Refresh() oSay[4]:Refresh() IIF( nBorder = 1,CELL_BORDER( oBrw, hDC, nRowPos, nColPos, nOption, nPenPos,; nRGBColor, ...
by ukoenig
Wed Jun 05, 2019 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4119

A Problem w. autofocus and marquestyle_highlight_cell ?

... a solution. A selected column 2 still shows column 4 ( only if changing the column inside the sane row ) :!: :( To get the col-pos I'm using : nColPos := oBrw:SelectedCol():nCreationOrder http://www.pflegeplus.com/IMAGES/Autofocus3.jpg http://www.pflegeplus.com/IMAGES/Autofocus1.jpg ...
by ukoenig
Wed Apr 17, 2019 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem w. autofocus and marquestyle_highlight_cell ?
Replies: 0
Views: 344

Re: XBROWSE Border on cells

... the mouse Autofocus OFF is drawing a border on cellclick The border is painted with : oBrw:bPainted := < |hDC| CELL_BORDER( oBrw, hDC, nColRow, nColPos, nOption, nPosition,; nRGBColor, nPensize, nRound, nTranpL, lCol ) RETURN NIL > the new position the border has to be painted : oBrw:bChange ...
by ukoenig
Tue Apr 16, 2019 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4119

Re: How to Create Easy Report Designer Files ?

... sta tement .\source\ereport.prg(5258) Warning W0001 Ambiguous reference 'NCOL' .\source\ereport.prg(5258) Warning W0001 Ambiguous reference 'NCOLPOS' .\source\ereport.prg(5259) Error E0004 LOCAL declaration follows executable sta tement .\source\ereport.prg(5259) Warning W0001 Ambiguous reference ...
by Otto
Sun Jan 06, 2019 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7006

Re: How to Create Easy Report Designer Files ?

... sta tement .\source\ereport.prg(5258) Warning W0001 Ambiguous reference 'NCOL' .\source\ereport.prg(5258) Warning W0001 Ambiguous reference 'NCOLPOS' .\source\ereport.prg(5259) Error E0004 LOCAL declaration follows executable sta tement .\source\ereport.prg(5259) Warning W0001 Ambiguous reference ...
by Otto
Sat Jan 05, 2019 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7006

Re: a few questions about browse

René,

Try this:

oBrw:bAction := { | obj | If( oBrw:nColPos() == 2, MsgInfo( "delete" ),) }

There is no need to use bChange
by Antonio Linares
Fri Dec 30, 2016 6:08 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 3764

Re: a few questions about browse

René,

Already implemented, I am emailing you the modified libs.

Here it is an example of use:

oBrw:bAction = { | oBrw | MsgInfo( oBrw:nColPos() ) }

I am going to review the nRowPos issue
by Antonio Linares
Wed Dec 21, 2016 8:33 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 3764

Re: errores de xbrowse ??? No se corrigió

... ,vConBrw, oPanBrw, cAliTab,cFunEsp, vFunBrw,cManOrd,cActbus,fFunDCl,cTipCol,nFonBro ) LOCAL oCajDia, cCol, aItem , oBrwFW2 , K := 1 , oCol LOCAL nColPos := 1 local aRowGrad, aSelGrad, aStdGrad local n := RGB( 157, 248, 255 ) LOCAL aFont := Array( 5 ) LOCAL oFonBro DEFINE FONT aFont[ 1 ] NAME ...
by russimicro
Thu Jan 22, 2015 1:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2269

errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA

... ,vConBrw, oPanBrw, cAliTab,cFunEsp, vFunBrw,cManOrd,cActbus,fFunDCl,cTipCol,nFonBro ) LOCAL oCajDia, cCol, aItem , oBrwFW2 , K := 1 , oCol LOCAL nColPos := 1 local aRowGrad, aSelGrad, aStdGrad local n := RGB( 157, 248, 255 ) LOCAL aFont := Array( 5 ) LOCAL oFonBro DEFINE FONT aFont[ 1 ] NAME ...
by russimicro
Fri Jan 02, 2015 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2269

Re: Por qué no se pintan bien los bitmaps ?

... ELSEIF nCol >= GetPixel( oGenVar:aAreaSizes[nArea,1] ) + nRuler C:\Git\easyreport_n1\source\ereport.prg(1439): nColPos := GetPixel( oGenVar:aAreaSizes[nArea,1] ) + nRuler C:\Git\easyreport_n1\source\ereport.prg(1443): IIF( lShow, GetPixel( oGenVar:aAreaSizes[nArea,1] ...
by cnavarro
Thu Aug 14, 2014 6:23 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Por qué no se pintan bien los bitmaps ?
Replies: 9
Views: 1574

PROBLEMAS CON EL TWBROWSE

... at aColSizes the Array or a Block // to get dinamically the Sizes !!! ::Skip( ::nRowPos - wBrwPane( ::hWnd, ::hDC, Self, ::bLine,; ::aColSizes, ::nColPos, ::nClrText, ::nClrPane,; If( ::oFont != nil, ::oFont:hFont, 0 ), ::aJustify, ; ::nLineStyle, 0 , .f., ::bTextColor, ::bBkColor, ::nClrLine,; ...
by ROBER68
Fri Jun 21, 2013 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON EL TWBROWSE
Replies: 1
Views: 920

Re: tcbrowse horizontal scroll

... problems in this way wbrowse.prg case nScrollCode == SB_PAGEDOWN while nCol < 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: 1068

Re: Twbrowse - error : Bound array access

I expect the N is either nRow or ::nColPos. However, since the error is not easy to generate, it will be very hard to find. Perhaps it would be easier to switch to using xBrowse instead. Hi James, I also looked at xBrowse and wonder how our ...
by xhbcoder
Wed Jul 13, 2011 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6323

Re: Twbrowse - error : Bound array access

Jose,

I expect the N is either nRow or ::nColPos. However, since the error is not easy to generate, it will be very hard to find.

Perhaps it would be easier to switch to using xBrowse instead.

James
by James Bott
Thu Jul 07, 2011 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6323
Next

Return to advanced search