expression OR expressionThis procedure lists Customers who have no postal code (PostalCode = "") or that have no telephone number (Phone = ""), and displays how many Customers are in the list:
FOR EACH Customer NO-LOCKWHERE Customer.PostalCode = "" OR Customer.Phone = "":DISPLAY Customer.CustNum Customer.Name (COUNT) Customer.City Customer.StateCustomer.PostalCode Customer.Phone.END.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |