Recent content by Haso KEric

  1. H

    Question File Writing - EXPORT vs PUT

    What is the difference between using EXPORT vs PUT? OUTPUT TO "\\DELL-T710\EpicorData\custom\HHPackoutPing". EXPORT "ERROR_HAPPENED". OUTPUT CLOSE. and OUTPUT TO "\\DELL-T710\EpicorData\custom\HHPackoutPing". PUT "ERROR_HAPPENED". OUTPUT CLOSE.
  2. H

    Question Progress BPMServer / Execute OS-COMMAND on client

    We use an ERP called Epicor and i think it has something called a BPMServer where it processes the ABL Code (server-side). I am trying to use the OS-COMMAND function. OS-COMMAND NO-WAIT "calc.exe". But since our ERP called Epicor runs i think these BPMs on server-side the calculator actually...
  3. H

    Question Opposite to MATCHES

    Thank you to all of you, works wonderful :)
  4. H

    Question Opposite to MATCHES

    ProdGrup.Description NOT "House" MATCHES '*House*' ? Invalid query: where Company = 'DIEN' and (ProdGrup.Description NOT 'House' MATCHES '*').
  5. H

    Question Opposite to MATCHES

    How can i do NOT MATCHES... when i put the NOT infront of it i get a Error... What other way is there to accomplish this?
Top