Search results

  1. J

    simple progress program to edit fields...help

    I just used a CIM program to do what I wanted. It was a little more time consuming, but the job is done. Thanks,
  2. J

    simple progress program to edit fields...help

    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.
  3. J

    simple progress program to edit fields...help

    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 =...
  4. J

    simple progress program to edit fields...help

    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...
  5. J

    Simple Update Program...help

    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...
Back
Top