New System Code added

Sort:
You are not authorized to post a reply.
Author
Messages
slm4
Basic Member
Posts: 13
Basic Member
    We recently added a new system code to keep our in-house written programs separate.
    In writing the first program for that new system code I am encountering a message that does not give me enough information to determine problem.  Error msg is:

    Line 5 : Invalid Tran Code Found

    Previous to that I had gotten valid errors and fixed those.  Line 5 is a comment line.

    Any ideas?
    Lee
    Posts: 37
      We have a number of custom system codes - don't know if our programmers ran into that one. Key is naming convention(s) that you adopt in the new system code. We quite often (not always) will prefix the field names with the system code followed by the name of the field (i.e. NAME=G1-NAME) in order to keep the custom code separate from Lawson code - which, potentially, could really mess up the rest of the Lawson tables that already use the field 'NAME' from the employee table, etc. Also, under LAUA, our biggest issue was activating 'drill-around' capabilities.
      You are not authorized to post a reply.