guides:programming:programmers_reference_manual:change_window_font

Change_Window_Font subroutine

Utility subroutine that will change the font of text within a window.

call Change_Window_Font(winID)

The function has the following parameters:

ParameterDescription
winIDThe SYSREPOSWINS key of the window whose font is being changed (APPID**WINDOW_NAME).

If null, all windows in the current application will have their font changed.

The subroutine will display a Font dialog box.

* Change all windows font

winID = ''

call Change_Window_Font(winID)

* Change a specific window's font

winID = "EXAMPLES**CUST_ENTRY"

call Change_Window_Font(winID)

 
 
 
 
  • guides/programming/programmers_reference_manual/change_window_font.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1