Looking in my programming tips document, I found this reference. Do you think this works for your application:
Starting in 7.6 you can change the caption & color at top of screen previous: PRINT invoice OPTION SCREEN |window_state maximized | Preview_caption Print Preview Caption | Preview_background color [R234,G234,B234] In pause statements, you can specify colors like this: METER_FONT_COLOR 16777215 If I remember, you got the color numbers from RDocs somewhere... Karen > I seem to remember that colours can be defined in property commands using > numeric values. > > Maybe it was something added in an upgrade after my version of 7.6 > (7.6.5.31125) but I cannot get any value to work. > > Can anybody enlighten me, please, on the correct format? > > Should it be in quotes or brackets, comma separated, only words? > > > > Regards, > > Alastair > > > > >

