I have found a tutorial by Mike Lewis Consultants Ltd at and I was able to test it to a few items on the menu. The thing is I don't want to copy paste COLOR ,,,,,RGB(255,255,255,57,173,73) at every DEFINE BAR because there are too many items. There's a chance that others may regenerate the mpr so I hope I can have something that can be coded again in a simpler way.
I wanted to change the color when it is selected because it matches the company's color.
Hoping for your friendly assistance.
Thank you.
- webrider -
I wanted to change the color when it is selected because it matches the company's color.
Code:
DEFINE POPUP accounts MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR 1 OF accounts PROMPT "\<Query Manager" COLOR ,,,,,RGB(255,255,255,57,173,73) ;
SKIP FOR SetAsDisabled('Query Manager')
DEFINE BAR 2 OF accounts PROMPT "\-" COLOR ,,,,,RGB(255,255,255,57,173,73)
DEFINE BAR 3 OF accounts PROMPT "E\<xit" COLOR ,,,,,RGB(255,255,255,57,173,73) ;
KEY CTRL+X, "Ctrl+X"
Hoping for your friendly assistance.
Thank you.
- webrider -