Re: SetGenFiltered TCursor and movetoRecord



Oops
missing the ":"
scan TCBounce1 for TCBounce1."HospitalNumber"=stNewMR:

Egbert

"Egbert Babst" <EgbertBabst@xxxxxxxxxxxxx> schrieb im Newsbeitrag
news:45d88145$1@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Craig,
why not using a scan-loop instead?
You could avoid the setGenFilter by using the for-clause of then scan
like:
scan TCBounce1 for TCBounce1."HospitalNumber"=stNewMR
etc...
endScan

Egbert



.