Start a conversation

How To - Set transdate in frbtrn to pull from what is in frbmst

Reference: N/A

Overview:
FDW commands to set a field in frbtrn to pull from what is in frbmst


Steps:

  1. FDW
  2. USE FRBMST
  3. SELE B
  4. USE FRBTRN
  5. SELECT FRBMST
  6. SET ORDER TO INVNO
  7. SET DELE ON
  8. SELECT FRBTRN
  9. SET ORDER TO INVNO
  10. SET RELATION TO INVNO INTO FRBMST
  11. REPLACE TRANSDATE WITH FRBMST.TRANSDATE FOR NOT EOF("FRBMST")


Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Bob Hogan

  2. Posted

Comments