Hi,
I would like to ask the status of the fix, as I reported the wrong behaviour in december.
Thank you.
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Hi,
I would like to ask the status of the fix, as I reported the wrong behaviour in december.
Thank you.
Up!
Up
???
Any update please?
Moises,
I just asked Rao, I am waiting for his answer
Also, please keep in mind that SQLRDD is a commercial product, that does not provide source code, and its not easy to support it in those circunstances,
anyhow we are doing out best to help you.
So, please, be patient. Changing the caption of your posts only provide a wrong sense to other users and its not a kind way to ask for help.
Hable con Marcelo Lombardo del Proyecto xHarbour.
Skype:
marcelolombardo
Saludos.
Olá,
Como não falo nem português nem brasileiro, poderia partilhar connosco a sua resposta?
Muito obrigado.
function XbrVScroll
field NAME
local oDlg, oBrw, oFont
USE STATES NEW VIA "DBFCDX"
SET ORDER TO TAG NAME
SET FILTER TO NAME >= "A" .AND. NAME <= "D"
GO TOP
DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-14
DEFINE DIALOG oDlg SIZE 400,300 PIXEL TRUEPIXEL FONT oFont TITLE "VSCROLLBAR"
@ 20,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ;
DATASOURCE "STATES" ;
COLUMNS "RECNO()", "CODE", "NAME" ;
PICTURES "999" ;
CELL LINES NOBORDER
WITH OBJECT oBrw
:CreateFromCode()
END
ACTIVATE DIALOG oDlg CENTERED
RELEASE FONT oFont
return nil
Â
  DEFAULT ::bKeyNo   := ::bBookMark, ;
      ::bKeyCount  := { || ( ::cAlias )->( LastRec() ) } DEFAULT ::bKeyNo   := ::bBookMark, ;DBFILTER()
ORDSETFOCUS()::bKeyNo := ::bBookMark DEFAULT ::bKeyNo := { |n| ( ::cAlias )->( SqlRddKey( n ) ) }
...
...
static function SqlRddKey( x )
if Empty( DBFILTER() ) .and. Empty( OrdSetFocus() )
if x != nil
DBGOTO( x )
endif
return RECNO()
endif
return 0Yes, I confirm that DBFILTER()/SET FILTER TO and ORDSETFOCUS() work under SQLRDD.
And yes, when a filter is set, OrdKeyCount() Works too.
But never OrdKeyNo()
I am going to test your new versión and share the results.
Thank you.
Up!