Usrw_wkfl

ratha

New Member
Hi initially we have setup a customize report in the mfg pro using the usrw_wkfl fields. All this while the report was working fine until suddenly it's unable to retrieve the required fields from the usrw_wkfl file.

EACH usrw_wkfl NO-LOCK WHERE usrw_key1 = “DODATE”,
EACH abs_mstr NO-LOCK WHERE abs_shipform = usrw_key3 AND abs_par_id = usrw_key2:


I used the above code to retrieve all the Delivery Orders done. But at the moment when i check the usrw_wkfl file, all the DO done are not being recorded inside the usrw_wkfl file therefore the report is unable to retrieve all the latest delivery orders done in the system.

How do i get the usrw to register all the Delivery Order done in the Mfg Pro so that my report will retrieve the desirered record. I'm really blur and need your help in this matter.
Thanks.
Newbie
 

ratha

New Member
Its ok i managed to solve the problem. It was becoz the file that suppose to update the usrw_wkfl table had some problem and thats the reason the other script was unable to retreive the records.
 
Top