Search found 100 matches: dbgobottom

Return to advanced search

Re: Does TDatabase supports SEEK LAST?

He is using database object.
But he is not looking for DbGoBottom()
He is looking for
Code: Select all  Expand view
SEEK cSeek LAST // i.e., DBSEEK( cSeek, nil, .T. )

which is totally different from "GoBottom()"
by nageswaragunupudi
Fri Nov 10, 2023 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Help for scrollBar - Resolved -

... on a dialog @ nRow, ncol SCROLLBAR oScrollInizio HORIZONTAL SIZE 400,20 PIXEL OF oDlg ; RANGE 1,reccount() ; ON DOWN ( dbSkip(),; If( EoF(), dbGoBottom(),) ); ON UP ( dbSkip( -1 ) ) this run ok but the thmbpos is not stuck where it should be How I can set the command ON THUMBPOS so that when ...
by Silvio.Falconi
Sun Apr 17, 2022 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for scrollBar - Resolved -
Replies: 10
Views: 530

problema con reposicionamiento en xBrowse

... es la sentencia que uso: {"Aceptar.bmp","Modifico Registro " , "Cobrar" , {||editapago(nporciento, dfliq,nncons),dbgobottom(),oBrw:Refresh(),oBrw:SetFocus(),DbGoTop(),oBrw:Refresh(),oBrw:SetFocus() },VK_RETURN,"<Return>" } como se debe repintar ...
by José Camilo
Thu Feb 24, 2022 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con reposicionamiento en xBrowse
Replies: 6
Views: 445

Re: xBrowse and SQLRDD bug

I have tested with this sample with FWH20.04. I found the scrollbar working properly and if we execute DBGOBOTTOM() before invoking the browse, the vertical scrollbar is positioned at the bottom. Please try this sample on your server, by changing the password, etc. This is ...
by nageswaragunupudi
Thu Jun 11, 2020 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2413

Re: problemas con xBrowse: NO FUNCIONA oBrw:VGoBottom()

Muchas gracias por tu respuesta.

El problema es que con SQLRRD, al hacer dbgobottom() no baja la barra de scroll, ni tampoco funciona el método para forzarlo, ni sendmsg.
by MOISES
Tue Jun 09, 2020 12:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con xBrowse: NO FUNCIONA oBrw:VGoBottom() [solucio
Replies: 3
Views: 695

Re: Brw:VGoBottom() does not work in xBrowse

Just define the needed position from inside the used DBF
and not from a defined xBrowse row-position like :

activate dialog oDlg centered ;
on init DBGOBOTTOM() // seek or anything else

// on init ( oBrw:VGoBottom(), oBrw:oVScroll:SendMsg( VK_DOWN ) )

regards
Uwe :D
by ukoenig
Tue Jun 09, 2020 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brw:VGoBottom() does not work in xBrowse [SOLVED]
Replies: 4
Views: 809

Re: xBrowse and SQLRDD bug

... you have sent me, it is possible to navigate in the xBrowse by moving the vertical scroll bar. The only remaining problem is if I perform a DbGoBottom() and then call xBrowse, the vertical scroll bar still appears on top. OrdKeyCount() works perfect under SQLRDD, but OrdKeyNo() is not supported, ...
by MOISES
Wed Apr 29, 2020 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2413

Re: HDORDD. Importando datos desde dos conexiones diferentes.

... OrdScope( 1, Nil ) ) ? COUNT TO nDuplicados FOR FIELD->NUMERO == nNumero ? COUNT TO nRegistros si DBCLEARFILTER si DbDelete si DbDelete() si DbGoBottom() si Dbgoto( nregistro ) si Dbseek( nCodigo ) si dbSelectArea si DbSetOrder(1) si DBSKIP si DBSKIP() ? DELETE ALL FOR EMPTY( FIELD->CODIGO ...
by xmanuel
Sun Apr 26, 2020 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDORDD. Importando datos desde dos conexiones diferentes.
Replies: 12
Views: 1671

Cambiando en tiempo de ejecución la tabla en un listbox

... aquí todo perfecto..., pero cuando hago un olistbox:refresh() o un olistbox:gobottom(), me genera un error del tipo: Area de trabajo no usada: DBGOBOTTOM ... y no es capaz de seleccionar la tabla 36, cuando realmente ya se lo indico anteriormente. Supongo que la solución pasa por rearmar nuevamente ...
by Loren
Wed Nov 13, 2019 11:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiando en tiempo de ejecución la tabla en un listbox
Replies: 1
Views: 459

Re: ¿ La variable de REDEFINE GET cambia su tamaño ?

... aIng:=array(2) aIng:={1,Space(30)} lPasar:=.F. endif if ContarReg(BEN)>0 nInd:=Benefi->(Indexord()) Benefi->(dbSetorder(1)) Benefi->(dbGoBottom()) aIng[1]:=Benefi->(Fieldget(2))+1 Benefi->(dbSetorder(nInd)) endif DEFINE DIALOG oDlg RESOURCE "INGBEN" FONT oLetra REDEFINE ...
by wyerco613
Sun May 12, 2019 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ La variable de REDEFINE GET cambia su tamaño ?
Replies: 9
Views: 1153

Re: To Nages : Explain me how I must make this tdatabase

... application. In the old management (dbf share) I created the customer code in this way: IF lNew (ODCli) -> (DbSetOrder (1)) (ODCli) -> (DbGoBottom ()) CCLI: = StrZero (Val ((oDCli) -> NumCli) +1.4) (ODCli) -> (DbGoTo (NREC)) (here the other fields) ELSE CCLI: = (oDCli) -> NumCli ...
by Silvio.Falconi
Mon Mar 04, 2019 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: funciones de FWH y Harbour en un archivo .txt

... DBFilePut(<nFieldPos>,<cSourceFile>,[<Mode>])->lSuccess DBFilter()->cFilter DBFSize()->nFileSize DBGoBottom()->Nil DBGoTo(<nRecordNumber>)->Nil DBGoTop()->Nil DBInfo(<nDefine>,[<xNewSetting>])->xCurrentSetting DBJoin(<cAlias>,<cDatabase>,[<aFields>],[<bFor>])->lSuccess ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: funciones de FWH y Harbour en un archivo .txt

... DBCopyExtStruct DBCopyStruct DBCreate DBCreateIndex DBDelete DBDrop DBEdit DBEval DBExists DBF DBFieldInfo DBFileGet DBFilePut DBFilter DBFSize DBGoBottom DBGoTo DBGoTop DBInfo DBJoin DBList DBOrderInfo DBPack DBRecall DBRecordInfo DBReindex DBRelation dbRename DBRLock DBRLockList DBRSelect ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: macro substitution & in fieldnames

... cRegis:=RECNO() ORD_ACT = INDEXORD() SET ORDER TO XORDEN DBSEEK((XCLAVE)) IF FOUND() .AND. !DELETED() RET = EVAL(FIELDBLOCK(XCAMPO)) ELSE DBGOBOTTOM() RET = SPACE(LEN(EVAL(FIELDBLOCK(XCAMPO)))) ENDIF SET ORDER TO ORD_ACT DBGOTO(cRegis) SELECT(AREA_ACT) RETURN RET Regards, Daniel Puente
by puenteda
Wed Oct 26, 2016 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: macro substitution & in fieldnames
Replies: 7
Views: 1771

Re: txbrowse - Workarea not in use ??

... es la misma línea) SELECT(::cAlias) // sin error DEFAULT ::bGoTop := {|| ( ::cAlias )->( DbGoTop() ) },; ::bGoBottom := {|| ( ::cAlias )->( DbGoBottom() ) },; ::bSkip := {| n | ( ::cAlias )->( DbSkipper( IfNil( n, 1 ) ) ) },; ::bBof := {|| ( ::cAlias )->( Bof() ) },; ::bEof := {|| ...
by russimicro
Wed May 11, 2016 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: txbrowse - Workarea not in use ??
Replies: 7
Views: 1985
Next

Return to advanced search