Bernie
 
  IF mfr IS NOT NULL AND mfr <> " " THEN
    PRINT REPORT
  ENDIF
 
Buddy
 
 
-----Original Message-----
From: Bernard Lis [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 2:46 PM
To: [EMAIL PROTECTED]
Subject: null setting problem win 6.5++ 1,858b

if null is set = " "
and  mfr = "xxx"
if mfr <> " " then ; print areport ; endif
nothing prints
if null is set = -0-
if mfr <> " " then ; print areport ; endif
prints the report but null fields show -0-, which is undesirable.
so, any suggestions?
 
Bernie Lis
Megabytes, Inc.

Reply via email to