Hello Roger
Add this Modification to when it arrives at the beginning or end of the database not Blink
do case
case nKey == xbeK_UP .AND. !((xData)->(DC_TestBof( ))) && Nolberto Paulino
oBrowse:up()
oBrowse:refreshAll()
case nKey == xbeK_DOWN .AND. !((xData)->(DC_TestEof( ))) && Nolberto Paulino
oBrowse:down()
oBrowse:refreshAll()
case nKey == xbeK_CTRL_PGUP .AND. !((xData)->(DC_TestBof( ))) && Nolberto Paulino
oBrowse:gotop()
oBrowse:refreshAll()
case nKey == xbeK_CTRL_PGDN .AND. !((xData)->(DC_TestEof( ))) && Nolberto Paulino
oBrowse:gobottom()
oBrowse:refreshAll()
case nKey == xbeK_PGDN .AND. !((xData)->(DC_TestEof( ))) && Nolberto Paulino
oBrowse:PageDown()
oBrowse:refreshAll()
case nKey == xbeK_PGUP .AND. !((xData)->(DC_TestBof( ))) && Nolberto Paulino
oBrowse:PageUp()
oBrowse:refreshAll()
Modification DC_FindBrowse
Modification DC_FindBrowse
Nolberto Paulino
Regards
Regards
Re: Modification DC_FindBrowse
I am worried about this on large databases. DC_TestEof() and DC_TestBof() have given me problems in the past when using these functions with a large database full of deleted records. It can cause much slowness.
The eXpress train is coming - and it has more cars.
Re: Modification DC_FindBrowse
Ok, DBF provare with 259.904 and 817.919 that has to see his slowness
Another function can generate Slowness in DBF
Paulino Nolberto
Another function can generate Slowness in DBF
Paulino Nolberto
Nolberto Paulino
Regards
Regards
Re: Modification DC_FindBrowse
what about :hitTopBlock() and :hitBottomBlock() ?digitsoft wrote:Add this Modification to when it arrives at the beginning or end of the database not Blink
greetings by OHR
Jimmy
Jimmy
Re: Modification DC_FindBrowse
That is a much better idea. Thanks.what about :hitTopBlock() and :hitBottomBlock() ?
The eXpress train is coming - and it has more cars.