Hi,
How I can use the AdsSeekLast function with FWH/xHarbour?
AdsSeekLast function
- Luis Krause
- Posts: 59
- Joined: Tue Oct 11, 2005 1:39 am
- Location: Vancouver, Canada
Re: AdsSeekLast function
Vilian
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.
Most of ADS' functions are integrated at the RDD level, so just usevilian wrote:How I can use the AdsSeekLast function with FWH/xHarbour?
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"
- Luis Krause
- Posts: 59
- Joined: Tue Oct 11, 2005 1:39 am
- Location: Vancouver, Canada