Changes to report pre-processor not affecting report generation

SUGGESTED

I have a Crystal report that runs a script to generate a table which is then used to create the report. I have edited the script to alter the data in the report but the changes I made are not showing up in the report or in the table that the script builds. Is there a way to ‘validate’ the script or could there be a cached version of it that X3 is holding on to? I have compiled the script and saved the changes I made but these steps have not had any effect.

The alteration is simple enough, I am commenting out line 283 and uncommenting out line 284 as shown below

Before alteration

   283      [YSA]QTYORD     = [F:SOQ]QTY        #REV006.o
   284    #[YSA]QTYORD     = [F:SOQ]QTYSTU     #REV006.n

After alteration

   283    #[YSA]QTYORD     = [F:SOQ]QTY       #REV006.o
   284      [YSA]QTYORD     = [F:SOQ]QTYSTU     #REV006.n

After the alteration, the X3 still acts as if line 283 is active and line 284 is inactive.

Thanks for your help.