Search results

  1. T

    Documentation for .i's used in mfg/pro

    {mfselbpr.i "printer" 80} - Select Printer and Batch {mfphead.i} - Report Header {mfrtrail.i} - Report trailer They are include files that are used in reports. The report header(mfphead.i) displays your company name, prog name, page number and menu option. To understand what they do; search...
  2. T

    Can you launch a unix script inside progress code?

    SORRY.. scratch that post figured it out.. Well if anyone else new like me and jumps to post stuff before reading:blush:. UNIX(sh script.sh VALUE(v1) VALUE(v2))
  3. T

    Can you launch a unix script inside progress code?

    How would you pass mult. parameters to a .sh script??? Some code for example.. Progress Code -------------- def var v1 as char init "Var1". def var v2 as char init "Var2". UNIX(sh script.sh v1 v2) /* ??????? Only echos "v1 v2" ???? */ #script.sh echo $1 $2 Thanks in advance.
  4. T

    Excel output from ChUI

    The program outputs the .xml file but I am unable to open the file in excel due to an error. It lists Table?
Back
Top