Search results

  1. 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. ...
  2. 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...
  3. 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