Changing the background color of the visual attribute property [message #186905] |
Thu, 10 August 2006 02:12  |
emadbsb
Messages: 334 Registered: May 2005 Location: egypt
|
Senior Member |

|
|
Hii all
I want to change the background color of the visual attribute property
i use this
SET_VA_PROPERTY ('CG$MANDATORY_ITEM',BACKGROUND_COLOR,'white');
so that when i run the form all the item that are holding the visual attribute 'CG$MANDATORY_ITEM' will take the white color
i use it in When_New_Form_Instance trigger but
there is no effect
is there any problem in it
Thanks for Everyone helped and helping me
[Updated on: Thu, 10 August 2006 02:14] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Changing the background color of the visual attribute property [message #187099 is a reply to message #186957] |
Thu, 10 August 2006 21:24  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
How about you build your own object library, inherit everything except 'CG$MANDATORY_ITEM' from the standard object library and have your own 'CG$MANDATORY_ITEM' as a local object then you should be able to change it.
You could also rebuild every form but copying the object library instead of inheriting from it.
You could also tell the users 'No, I have too much other meaningful work to do', or give them a quote for future maintenance of their personalised colour schemes of $100,000 per year and ask for 3 years funding up front.
David
[Updated on: Thu, 10 August 2006 21:25] Report message to a moderator
|
|
|