A Simple Question

franktang

Member
As we know if the date is blank in progress , it will show as question mark.
I need to find the records that the date field value is blank , but I do not know how to write the filter phase about it. I look up it from many handbook about progress, but no sample or description talk about it.

If you know , Please tell me.
Thank you.

Best Regards,
Frank. :confused:
 

cecsno

Member
FOR EACH ABS_mstr NO-LOCK WHERE abs_shp_date = ?:
DISP abs_item.
END.




franktang said:
As we know if the date is blank in progress , it will show as question mark.
I need to find the records that the date field value is blank , but I do not know how to write the filter phase about it. I look up it from many handbook about progress, but no sample or description talk about it.

If you know , Please tell me.
Thank you.

Best Regards,
Frank. :confused:
 
Top