My apologies. I commented out that line just for troubleshooting purposes to make sure it was the ASSIGN statement that was giving me the error. It was not commented out when i ran the program.
When I run the following code it displays the correct pt_fr_class but it doesn't seem to actually update the database. None of the pt_fr_class records actually got changed for each pt_part in the database.
FOR EACH pt_mstr WHERE pt_part BEGINS "MD" EXCLUSIVE-LOCK:
/*ASSIGN pt_fr_class =...
I'm running Progress 91D on Linux dealing with MFG/PRO.
I want to modify a field (pt_fr_class) on all part numbers (pt_part) that begin with "MD". I want to put "37085" in the field (pt_fr_class) for all the parts that begin with "MD".
Here is the code I have that will display the...
I'm running Progress 91D on Linux dealing with MFG/PRO.
I want to modify a field (pt_fr_class) on all part numbers (pt_part) that begin with "MD". I want to put "37085" in the field (pt_fr_class) for all the parts that begin with "MD".
Here is the code I have that will display the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.