2008-04-09 UTC+0100 Belgrano Massimo (mbelgrano/at/deltain.it)
*harbour/contrib/rddado/adordd.prg
*harbour/contrib/rddado/tests/test.prg
Support For Found() working after a LOCATE command
by Antonio Linares
Massimo Belgrano
___
Harbour m
How can I make Hbmk.exe, hblnk.exe, hbcc.exe with harbour/bcc?
Massimo Belgrano
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
These changes are required in adordd.prg in order to have Found()
working after a LOCATE command:
...
#define WA_FOUND 15
#define WA_SIZE 15
...
static function ADO_LOCATE( nWA, lContinue )
local aWAData:= USRRDD_AREADATA( nWA )
local oRecordSet := aWAData[ WA_RECORDSET ]