Page 1 of 1

Main App Color

Posted: Fri Jul 26, 2019 1:26 pm
by omni
Roger,

We for the most part just use our logo on our main app, but some users who have 3 or more companies like to have colors. We have done that previously but its been a few years. All those users are still in 1.9.

Now I have a new user who wants colors and most just give an error that we pull of an rgb table. Some I had at other companies work, some do not. (now in 2.0 if that makes any difference)

Is there another step, or is the color limited to a few colors?
One example, but most I try give this message.

COLOR &QQCOLORMAIN on getoptions

-> VALTYPE: C VALUE: {118.118.104}
oError:description : Syntax error in macro expression




yet this one and others work, all from sites that have it installed.
{227.199.198}

The 11 possible digits are in a control file, so can be easily changed.

Going crazy,

Fred
Omni

Re: Main App Color

Posted: Fri Jul 26, 2019 2:15 pm
by rdonnay
nColor := GraMakeRGBColor( {118,118,104} )

DCGETOPTIONS COLOR nColor

Re: Main App Color

Posted: Fri Jul 26, 2019 2:52 pm
by omni
Perfect!!

Thanks