Search results

  1. A

    Colon followed by white space terminates a statement. (199)

    Thanks so much for the HELP!
  2. A

    Colon followed by white space terminates a statement. (199)

    The code below runs in Progress 6.03 on a Unix box but will not compile in Progress 10.2b on a Windows box. Checked syntax, puncuation, hidden characters and can't see anything. I get the following error: ** Line 54. Colon followed by white space terminates a statement. (199) Can anyone...
  3. A

    PUT STREAM "stream name" CONTROL - Print Issue

    Many thanks to LarryD. The correct syntax was PUT STREAM OUTFILE CONTROL chr(27) "&k2S". Fridays are better !
  4. A

    PUT STREAM "stream name" CONTROL - Print Issue

    Background - In the process of converting an old Unix/Progress 6 system over to a Windows/Progress 10.2 system. Printers: HP1320n. Unix: In outputing stream to a file the following line of code is used: put stream outfile control printr.cpi17. cpi17 is a table field that contains the...
Back
Top