FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour AdsSeekLast function
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
AdsSeekLast function
Posted: Sat Nov 11, 2006 03:00 PM

Hi,

How I can use the AdsSeekLast function with FWH/xHarbour?

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 59
Joined: Tue Oct 11, 2005 01:39 AM
Re: AdsSeekLast function
Posted: Sun Nov 12, 2006 01:14 AM
Vilian

vilian wrote:How I can use the AdsSeekLast function with FWH/xHarbour?

Most of ADS' functions are integrated at the RDD level, so just use

dbSeek( xSeek, lSoftSeek, lLast )

regardless of the RDD you use (check the Clipper 5.3 NG for details).
or
http://www.xharbour.com/xhdn/index.asp? ... show_sub=3

In you case, just pass a TRUE for the 3rd param.
"May the Source be with GNU"
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
AdsSeekLast function
Posted: Mon Nov 13, 2006 11:13 AM

Hi antonio,

Thanks,

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 59
Joined: Tue Oct 11, 2005 01:39 AM
AdsSeekLast function
Posted: Tue Nov 14, 2006 05:42 PM
Vilian:

No problem... but I'm Luis, not Antonio :-)

vilian wrote:Hi antonio,

Thanks,
"May the Source be with GNU"

Continue the discussion