Recent content by EnguiD

  1. E

    Progress ABL to c# convert

    i am looking for some help to convert this abl to c#. Any help would be greatly welcomed. DEF VAR ct AS INTE NO-UNDO. Output to C:\hardstampdownload\L2.csv . For each ttLaborDtl where ttLaborDtl.RowMod = 'A' or ttLaborDtl.RowMod = 'U' no-lock: Find first JobHead where JobHead.Company =...
  2. E

    Epicor - ABL export to excel

    I been trying to get the above code to work but gave up... I have some simpler code that should work, but still no joy in out putting CSV file def var vCSVFileName as character format 'x(128)'init ‘C:\temp\myVendorFile.csv’ no-undo . FILE-INFO:FILE-NAME = vCSVFileName . if...
  3. E

    Epicor - ABL export to excel

    Hello, Epicor ERP 9.5 user here! Has any got a ABL query output to CSV file Epicor 9.5 I found the below ABL code but did not work. Example of outputting to an Excel .csv file: from MES Button MESSAGE "Purchased Parts: " ct VIEW-AS ALERT-BOX. Error i get is ---- ** Unable to understand...
Top