Hello,
does someone have some code how to search inside a dbf file inclusive Memo fields.
Thanks in advance
Otto
local nOffset := At( "string", MemoRead( "myfile.fpt" ) )
if nOffset != 0
We read the DBF, record by record, starting from the end of the DBF
while RecordMemoOffset() > nOffset .and. nPosInDbf > 0
GoPrevRecord()
end
if nPosInDbf > 0
MsgInfo( "found" )
endif
endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 87 guests