Recent content by DSeichter

  1. D

    System-dialog Get-file Save As

    Hello, thank you for your answer. Now it works! I didn't know the value(procname), so I everytime got the error of "can't find filename" Wish you a nice day
  2. D

    System-dialog Get-file Save As

    Hello, how I have to write my code to do be able to save an output to a new file with seleted path. At the moment my code is: SYSTEM-DIALOG GET-FILE procname SAVE-AS TITLE "Choose file ..." MUST-EXIST USE-FILENAME UPDATE OKpressed. IF OKpressed = TRUE THEN DO: OUTPUT TO procname. ...
  3. D

    Progress editor

    ED for Windows Hello, search for "ED for Windows". Daniel
  4. D

    Change key in registry

    Hello, how I can change a key in the registry in Current_User? Background: Windows standard graytext is "128 128 128" but we want to use "0 0 0" (black). The problem is, that some users where logged in before the default value was set to "0 0 0" and now, some people don't have black...
  5. D

    Printing using special font

    Solved Hello, I solved this problem. I thought, _osprint.p should available as file, but I can't find it on my hole system, so I tried to use it else. It worked on the first try, so this problem is solved. I found a goog solution for it on http://www.fast4gl.com/downloads/printing.html
  6. D

    Printing using special font

    Hello, I just want to print a list of 4 fields. Since friday, two weeks ago, some users can't print anymore with CourierNew, they now print with Arial. My question now: How to set up a font by printing, so that the list is printed everytime in CourierNew? At the moment I am using "output to...
Back
Top