• How to detect if there is an error on a Import on code using Call IMPORTSIL () from GIMPOBJ

    I am creating a Credit Note or Debit Memo under certain circumstances using: Call IMPORTSIL ("YBIC",filpath("TMP",YFILENAME,"TXT)) from GIMPOBJ If everything works OK a message is displayed for each Credit Note or Debit Memo created and that is fine…
  • Ferme Trace killing a trace file

    So, I am seeing some odd behavior and not sure what is going on. I have an open trace file, write to it, and then close it with ferme_trace . Somewhere in ferme_trace the file is being deleted from the TRA directory. Cannot debug ferme_trace since LECFIC…