Subject: | Re: Help with writing tcursor
| Date: | Fri, 22 May 2020 10:39:07 -0400
| From: | Kevin Baker <shcsbaker@gmail.com>
| Newsgroups: | pnews.paradox-programming
|
Bernie,
I added:
if not isBlank(tc1."Date") then
tc1."Month" = moy(tc1."Date")
tc1.unlockRecord()
endif
I still get the GPV
If I debug this code and step through it, it updates every line without
the GPV.
Very confusing
|