PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → WebDev v12 -- NewRecord value wrong...
WebDev v12 -- NewRecord value wrong...
Started by Kevin Erskine, May, 18 2009 9:18 AM - No answer
Posted on May, 18 2009 - 9:18 AM
I have the following code - the record exists

And ..NewRecord is True -- it should be False...

HReadSeekFirst(Customer,CustomerID,gRecordID)
Info("HReadSeekFirst " + Customer..NewRecord)

Anyone else having this problem.
-----
From Help....
Operating mode of NewRecord

NewRecord is set to True by default. This property is also set to True if
HReset was used.

It is reset to False when one of the following functions is called:
HAdd.
HWrite.
HRead.
HReadLast.
HReadPrevious.
HReadFirst.
HReadSeek.
HReadSeekFirst.
HReadNext.
HModify.
HCross.
HRestorePosition.
HDelete.
FOR EACH File.


--
Kevin Erskine
Software By Ragazzi
www.Software-By-Ragazzi.com
Alameda, CA (USA)