• SET PRINTER TO in VO28

    From Fred Killet@21:1/5 to All on Wed Feb 10 12:23:15 2021
    Hi,
    found the solution by my self. Have to use the function SetAlterNate()
    instead of SET PRINTER TO.

    But I am wondering that there is no description of the function in the
    VO28 help file.

    Fred

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred Killet@21:1/5 to All on Wed Feb 10 11:11:08 2021
    Hi,
    in VO27 I used the commands SET PRINTER and SET PRINT ON to redirect
    output with ? or ?? to a file. Unfortunately, these statements no longer
    exist in VO28. Can someone tell me how I can realize the outputs with ?
    into a file?

    Hallo,
    in VO27 habe ich die Befehle SET PRINTER und SET PRINT ON verwendet, um Ausgaben mit ? oder ?? in eine Datei umzuleiten. Leider gibt es diese Statements in VO28 nicht mehr. Kann mir Jemand sagen, wie ich die
    Ausgaben mit ? in eine Datei realisieren kann?

    Fred

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Wolfgang Riedmann@21:1/5 to Fred Killet on Thu Feb 11 18:20:47 2021
    Hi Fred,

    these are compatibility commands from the Clipper times.....

    I'm not using them for many years now.

    To write to a file I'm using the FOpen()/FCreate()/FWrite() family of functions, or better, a wrapper class around them.

    Wolfgang


    Fred Killet wrote:

    Hi,
    in VO27 I used the commands SET PRINTER and SET PRINT ON to redirect
    output with ? or ?? to a file. Unfortunately, these statements no
    longer exist in VO28. Can someone tell me how I can realize the
    outputs with ? into a file?

    Hallo,
    in VO27 habe ich die Befehle SET PRINTER und SET PRINT ON verwendet,
    um Ausgaben mit ? oder ?? in eine Datei umzuleiten. Leider gibt es
    diese Statements in VO28 nicht mehr. Kann mir Jemand sagen, wie ich
    die Ausgaben mit ? in eine Datei realisieren kann?

    Fred



    --

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)