number3son
New Member
This past weekend we upgraded from sxe 3.1.104 chui running progress 9.1.e to sxe 6.0.08 chui running progress 10.2.b05.
We have several existing qd's that we use from time to time and those with an "update" command don't seem to be working after the upgrade. Here is one in example that worked before but doesn't now (# sign is replaced with specific criteria)
disable triggers for load of poeh
for each poeh where poeh.cono = # and
poeh.pono = ##### and
poeh.posuf = ##
exclusive-lock:
display poeh.pono poeh.posuf. update poeh.stagecd.
The intent of this is to display the record(s) with an editable display of poeh.stagecd. Once displayed we can either change the value or leave as is.
Now when we run this command we get these two messages:
** "nxtrend.gpp" was not found. (293)
** Could not understand line 1. (193)
If I remove the update statement, the two fields display correctly with no errors, but this is not the goal.
Not sure what I am doing wrong here and what's different between the older vs newer versions causing this to not work. We have several other qd's that are similar in structure, but for different tables and I suspect they will all result in the same type of error.
Any help is appreciated. Thanks to anyone who responds with a possible answer.
We have several existing qd's that we use from time to time and those with an "update" command don't seem to be working after the upgrade. Here is one in example that worked before but doesn't now (# sign is replaced with specific criteria)
disable triggers for load of poeh
for each poeh where poeh.cono = # and
poeh.pono = ##### and
poeh.posuf = ##
exclusive-lock:
display poeh.pono poeh.posuf. update poeh.stagecd.
The intent of this is to display the record(s) with an editable display of poeh.stagecd. Once displayed we can either change the value or leave as is.
Now when we run this command we get these two messages:
** "nxtrend.gpp" was not found. (293)
** Could not understand line 1. (193)
If I remove the update statement, the two fields display correctly with no errors, but this is not the goal.
Not sure what I am doing wrong here and what's different between the older vs newer versions causing this to not work. We have several other qd's that are similar in structure, but for different tables and I suspect they will all result in the same type of error.
Any help is appreciated. Thanks to anyone who responds with a possible answer.