Search found 66 matches: nrowpos

Searched query: nrowpos

by RiazKhan
Thu Aug 22, 2024 4:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 1762

Re: ListBox Input Field Scrolling........

... aDArray , aTmpArray[x])
Endif
Next x
DispDesc := If(Len(aDArray)#0,.T.,.F.)
Endif

uTemp := tRtn := uVar
aDim := aBrwPosRect( oBrw:hWnd, oBrw:nRowPos, oBrw:aColSizes, oBrw:nColPos, nCol,;
If( oBrw:oFont != nil, oBrw:oFont:hFont, 0 ) )

aDim[1]:= aDim[ 1 ] + 1
lOk := .f.
cHType := ValType( uVar ...
by José
Tue Mar 21, 2023 2:33 am
Forum: FiveWin para Harbour/xHarbour
Topic: WBrowse - color fondo cabecera y Congelar columnas- consulta
Replies: 6
Views: 1103

Re: WBrowse - color fondo cabecera y Congelar columnas- consulta

... resolví de la siguiente forma:

Color de fondo diferente para la cabecera de columna de ordenamiento actual (WBrowse.prg)
.....
if ! lTree
if nRowPos == 0
if ! IsAppThemed()
WndBox( hDC, nTop - 1, nLeft - 1, nBottom, nRight )
WndBoxRaised( hDC, nTop, nLeft, nBottom - 1, nRight - 1 ...
by armando.lagunas
Wed Sep 09, 2020 12:56 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse despliega el ::nRowPos al Refresh()
Replies: 2
Views: 377

Re: TsBrowse despliega el ::nRowPos al Refresh()

Buen dia:

prueba con esto

oBrw:gotop()
oBrw:UpStable()
oBrw:Refresh(.t.)

Saludos
by noe aburto
Tue Sep 08, 2020 3:33 am
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse despliega el ::nRowPos al Refresh()
Replies: 2
Views: 377

TsBrowse despliega el ::nRowPos al Refresh()

Saludos.

Con un detalle del tsbrowse

Con estas versiones actuales, no logro identificar donde esta el detalle...

al hacer un redespliegue de tsbrowse:

oBrw:GoTop()
oBrw:Reset()

me despliega el renglón actual el tsbrowse en mi ventana principal
Tengo un dialogo que despliega un sbrowse y no ...
by ukoenig
Wed Jun 05, 2019 6:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 5173

Re: XBROWSE Border on cells

... a wrong var defined for inside, line and outside -border-painting
Added a missing col-focus-selection by radiobuttons

oBrw:bPainted := < |hDC|
nRowPos := oBrw:nRowSel // screen row for border-painting
nRowPos1 := oBrw:Keyno() // record row for record-display on top
nColPos := oBrw:nColSel ...
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: 8401

Re: How to Create Easy Report Designer Files ?

... sta
tement
.\source\ereport.prg(5257) Warning W0001 Ambiguous reference 'NROW'
.\source\ereport.prg(5257) Warning W0001 Ambiguous reference 'NROWPOS'
.\source\ereport.prg(5258) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5258) Warning W0001 Ambiguous ...
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: 8401

Re: How to Create Easy Report Designer Files ?

... sta
tement
.\source\ereport.prg(5257) Warning W0001 Ambiguous reference 'NROW'
.\source\ereport.prg(5257) Warning W0001 Ambiguous reference 'NROWPOS'
.\source\ereport.prg(5258) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5258) Warning W0001 Ambiguous ...
by Antonio Linares
Wed Dec 21, 2016 8:45 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 7593

Re: a few questions about browse

> I am going to review the nRowPos issue

Fixed. I am sending you new modified libs.

Now nRowPos() should return zero when clicking on an empty row

I have not tested it. I appreciate your feedback
by Antonio Linares
Wed Dec 21, 2016 8:33 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 7593

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 plantenkennis
Tue Dec 20, 2016 9:37 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: a few questions about browse
Replies: 12
Views: 7593

a few questions about browse

... 41; oBrwNed:SetColor&#40; OwnClrGreen, OwnClrYellow &#41; oBrwNed:Select&#40; 1 &#41; oBrwNed:bChange := &#123; | obj , nindex| Msginfo&#40; obj:nRowPos&#40;&#41; &#41;&#125; oBrwNed:bAction := &#123; | obj , nindex| RK_Wijzig&#40;oBrwNed:nArrayAt, 'Name', aName&#41; &#125;
If I click on a row I ...
by ShumingWang
Mon Sep 05, 2016 9:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 11213

Re: XBrowse 16.04 : Gets in Header Bar

... the 2 gets bar lines

3. METHOD MouseRowPos( nRow ) CLASS TXBrowse
if ::lgetbar.and.nrow<::HeaderHeight().and.nrow>=::HeaderHeight()-::nrowheight
nrowpos:=-1
elseif ::lgetbar.and.nrow<=::HeaderHeight()-::nrowheight.and.nrow>=::HeaderHeight()-::nrowheight*2
nrowpos:=-2
else

nRowPos := Int( nTmp ...
by ORibeiro
Thu Sep 11, 2014 4:16 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erro en wBrowse
Replies: 1
Views: 428

Erro en wBrowse

Estoy con error: Erro dbcmd / 2001 Workarea no esta en uso: DBSKIP - Programa: TWBrowse: UPSTABLE Línea: 1954

if lSkip
( ::cAlias )->( DbSkip( -::nRowPos ) ) // -> Línea 1954
endif

¿Cómo puedo solucionarlo?
by ORibeiro
Wed Sep 10, 2014 2:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with wBrowse
Replies: 1
Views: 427

Problem with wBrowse

I am getting error: Erro DBCMD/2001 Workarea not in use: DBSKIP - Program: TWBROWSE:UPSTABLE Line: 1954

The wbrowse line is this:
if lSkip
( ::cAlias )->( DbSkip( -::nRowPos ) )
endif

How can I solve it?
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: 2968

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

... n1\source\ereport.prg(1432): ELSEIF nRow >= GetPixel( oGenVar:aAreaSizes[nArea,2] ) + nRulerTop
C:\Git\easyreport_n1\source\ereport.prg(1433): nRowPos := GetPixel( oGenVar:aAreaSizes[nArea,2] ) + nRulerTop
C:\Git\easyreport_n1\source\ereport.prg(1438): ELSEIF nCol >= GetPixel( oGenVar:aAreaSizes ...