Question Font Size Settings

Greetings Everyone! I am using OpenEdge 11.3.1, I have a problem on changing the font size settings, I am using the PUTTY to display my application.
example

Code:
DEFINE FRAME f_lnumber
     t_crow[1]  AT ROW 1 COL 1 VIEW-AS TEXT FORMAT "x(70)" FONT 20
 WITH FONT 20 NO-LABEL NO-UNDERLINE VIEW-AS DIALOG-BOX OVERLAY TITLE "[" + t_title + "]" ROW t_row COL t_col SIZE 80 BY 10.

Error : Font 20 not in Font Set.
Masters can I control my font on this specific frame only ? And how I deal with this warning ? I am looking forward for your help Masters Thank you.
 
Last edited:
Top