Subject: | Re: Help with writing tcursor
| Date: | Fri, 22 May 2020 14:02:48 -0400
| From: | Kevin Baker <shcsbaker@gmail.com>
| Newsgroups: | pnews.paradox-programming
|
I've committed everything out bit by bit to find out where and it's this
part:
;Compute Month
tc1.open(":PRIV:CT3.DB")
tc1.edit()
scan tc1:
tc1."Month" = moy(tc1."Date")
tc1.unlockRecord()
endScan
tc1.endEdit()
tc1.close()
|