Here is what I have that works fine.
whileprintingrecords;
numbervar counter := counter+1;
stringvar job;
If {Prepress WIP.Proofs Due (Date) (User Defined)} = currentdate then
job := job + {Prepress WIP.Docket (User Defined)} +chr(13)
else job
I want to add if = this
{Prepress WIP.Production Status (User Defined)} in ["Out on Proofs(Film Imaged"]
Then don't print or suppress how would I add that into the same formula
Thanks
Peter
whileprintingrecords;
numbervar counter := counter+1;
stringvar job;
If {Prepress WIP.Proofs Due (Date) (User Defined)} = currentdate then
job := job + {Prepress WIP.Docket (User Defined)} +chr(13)
else job
I want to add if = this
{Prepress WIP.Production Status (User Defined)} in ["Out on Proofs(Film Imaged"]
Then don't print or suppress how would I add that into the same formula
Thanks
Peter