Search results

  1. K

    execute .p files from the command line

    I'm having problems trying to execute CIM programs from the command line. I get the following error when trying to execute them (they work fine in the progress editor). Shared variable global_user_lang_dir has not yet been created. (392) I have other programs that build reports that work just...
  2. K

    Does anyone have any examples of how to do a conditional include?

    Hi, I'm trying to write a program that utilizes conditional includes, something similar to C includes. Is this possible in progress or am I just wasting my time? Regards, Kent
  3. K

    Am I being stupid or what?

    I'm trying to change an existing program to turn off headers and page size if the the output source choosen is a file. here is a snippet if infile = "F" then {lib/rpt-open.i &no-header=1 &page-size=0}. else then {lib/rpt-open.i}. I get an error with...
Top