I wrote a Pagemode report 10 years ago but I need to add some new fields to it. I think I wrote the code at the bottom so I wouldn't get -0- for null values in the report but I was wondering if it would be better to change the code to Set Null '' WRITE .vicda1a=8 AT &vline,16
instead of this IF vicda1a IS NULL THEN WRITE ' ' AT &vline,16 ELSE WRITE .vicda1a=8 AT &vline,16 ENDIF Thanks for any suggestions Marc

