There is a manner to apply a specific font in an ACCEPT statement like I can do in a DISPLAY statement?
For example:
I can write
DISPLAY LABEL "Enter Customer Code:" AT 0305 FONT H-FONT
but I can't write
ACCEPT CUSCODE AT 0335 UPDATE TAB FONT H-FONT and elements have a different size.
Any solution for this? ( No ENTRY-FIELD ).
Thank you.
#FONTACCEPTDISPLAY