Search found 67 matches: bkeyno

Return to advanced search

Re: XBrowse con xBase - Efecto Pijama - Error en Red

... "DBFCDX" ) * if ( ::cAlias )->( LASTREC() ) > 10000 .and. lFileIsRemote( ( ::cAlias )->( DBINFO( DBI_FULLPATH ) ) ) * DEFAULT ::bKeyNo := { |n| ( ::cAlias )->( If( n == nil, OrdKeyRelPos() * ::nLen, ; * If( Empty( OrdSetFocus() ), OrdKeyGoTo( n ), OrdKeyRelPos( n / ::nLen ...
by José
Tue Mar 21, 2023 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse con xBase - Efecto Pijama - Error en Red
Replies: 3
Views: 407

Re: xbrowse fwh2006 sqlrdd erro

oBrw:bKeyNo := { |n| 0 }  Is the code in FWH1912. We tried to replace this oBrw:bKeyNo in FWH2006 to support Vertical Scrollbars. This is the only change. This is the reason for delay and we will try our best to improve ...
by nageswaragunupudi
Sat Aug 08, 2020 11:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2931

Re: Files Needed - ADS / Harbour / MSVC 2013

... to the bottom, when it reaches the end of file, if I click on any row, it errors. The call is in xbrowse to: ASSIGN Keyno( n ) INLINE ( Eval( ::bKeyNo, n, Self ), Eval( ::bKeyNo, nil, Self ) ) Which passes it to tDatabase: METHOD KeyGoTo( nkeyNo ) INLINE ( ( ::nArea )->( OrdKeyGoTo( nKeyNo ...
by TimStone
Thu Oct 22, 2015 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Replies: 25
Views: 4250

Re: xBrowse c/ADS Problema con Filtro

... Me lo dijeron aqui en el foro. oLstChq:bKeyCount := {|| h0["DetaCheq23"]:cAlias->( AdsKeyCount( , , ADS_RESPECTFILTERS ) ) } oLstChq:bKeyNo := {| n | IIf( HB_IsNil( n ), h0["DetaCheq23"]:cAlias->( AdsKeyNo( , , ADS_RESPECTFILTERS ) ), h0["DetaCheq23"]:cAlias->( ...
by D.Fernandez
Fri May 01, 2015 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse c/ADS Problema con Filtro (SOLUCIONADO)
Replies: 2
Views: 416

Re: problema con xbrowser

fix .... :D IF ( ::calias )->(ordnumber()) == 0 DEFAULT ::bKeyNo := {| n | iif( n == nil,; ( ::cAlias )->( RecNo() ),; ( ::cAlias )->( DbGoto( n ); ) ) },; ::bKeyCount := {|| ( ::cAlias )->( If( eof() .and. bof(), 0, ReCcount() ) ) } else DEFAULT ...
by mastintin
Thu Apr 30, 2015 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 4930

Re: xBrowse ERROR

... oWIN:oClient:=oBRW oWIN:SetControl(oBRW) ACTIVATE WINDOW oWIN ON INIT WndAdjClient(oWIN:hWnd) ; VALID ( oBrw:bKeyCount:={||0} , oBrw:bKeyNo := {||0} , CLOSE_DB(oXDBF) , .T. ) Return .T. ************************ // Close DataBase Function CLOSE_DB(oDBF) IF oDBF<>NIL (oDBF)->(DBCloseArea()) ...
by vensanto
Thu Mar 13, 2014 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ERROR
Replies: 14
Views: 2155

Re: xBrowse con Tdatabase mal en 1307

... browse and be careful about btnbar and menu actions. The should check whether the dbf is open before taking action, oBrw:bKeyCount := {|| 0 } oBrw:bKeyNo := {|| 0 } Make it much safer. We get used to these over time.
by nageswaragunupudi
Sat Oct 19, 2013 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con Tdatabase mal en 1307 - Solucionado
Replies: 9
Views: 3320

Re: How can I show the line number in TWbrowse

Do you mean that you are using a TWBrowse and want to have a column where Eval( oBrw:bKeyNo ) is shown ?
by Antonio Linares
Sat May 25, 2013 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I show the line number in TWbrowse
Replies: 6
Views: 797

How can I show the line number in TWbrowse

Dear All,

I would like to show line number in TWbrowse as Eval( oBrw:bKeyNo ) in XBROWSE.

How can I do it?

Regards,
Dutch
by dutch
Sat May 25, 2013 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I show the line number in TWbrowse
Replies: 6
Views: 797

Re: Error con ADO y XBrowse en recurso (Solucionado)

... 3169 ) Called from: => SYSREFRESH( 0 ) Here is a sample of my Mdi\Child valid close .. note the code blocks oLbxA:bKeyCount := { || 0 } oLbxA:bKeyNo := { || 0 } //---------------------------------------------Static FUNCTION ExitPgm( lOk3,oWndChildA,oWndCHild,oLbxA,lOk,;                ...
by Rick Lipkin
Fri May 24, 2013 1:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con ADO y XBrowse en recurso (Solucionado)
Replies: 13
Views: 4328

Re: xBrowse array and move to a specific row

... > Eval( ::bKeyCount ) }, ; ::bBookMark := { | n | If( n == nil, ::nArrayAt, ; ( ::nArrayAt := n, Eval( ::bOnSkip, Self ), n ) ) }, ; ::bKeyNo := ::bBookMark, ; ::bKeyCount := { || Len( ::aArrayData ) }
by joseluisysturiz
Wed Feb 27, 2013 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse array and move to a specific row
Replies: 5
Views: 1321

Re: bug SQLRDD, xHarbour and BCC 5.8.2

hi SGS: The problem was ::bKeyno() got 0 For SQLRDD. You need update FWH after ver.1208 . look the source code xBrowse in Method SETRDD Unmark this lines elseif ( ::cAlias )->( RddName() ) == "SQLRDD" DEFAULT ::bKeyNo := ::bBookMark, ...
by kokookao2007
Thu Jan 10, 2013 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug SQLRDD, xHarbour and BCC 5.8.2
Replies: 19
Views: 6000

Re: AdsSetAof()

... Ya que las demas definciones las tengo al inicio. mBrw:bKeyCount := {|| ( DBLISTA )->( AdsKeyCount( , , ADS_RESPECTFILTERS ) ) } mBrw:bKeyNo := {| n | IIf( HB_IsNil( n ), ( DBLISTA )->( AdsKeyNo( , , ADS_RESPECTFILTERS ) ), ( DBLISTA )->( OrdKeyGoto( n ) ) ) } Gracias Carlos. ...
by RuFerSo
Wed Dec 12, 2012 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1112

Re: xBrowse Question

Peter;

The selected xbrowse record ::bKeyNo value is saved on ::aSelected property of xbrowse.

So, here is an idea:

x := 0
bAddBlock := { |nRecNo| oDbf:Goto( nRecNo ), x += oDbf:SomeValue }
AEVAL( oBrw:aSelected, { |e| EVAL( bAddBlock, e } )


Reinaldo.
by reinaldocrespo
Fri Aug 17, 2012 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Question
Replies: 4
Views: 861

Re: Buildmenu on MdiChild causes error when child is Maximized

Rick,

Please try with:

oBrw:bKeyNo := { || nil } // or { || 0 }

thanks
by Antonio Linares
Wed Feb 15, 2012 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buildmenu on MdiChild causes error when child is Maximized
Replies: 8
Views: 2265
Next

Return to advanced search