11/27/2024 4:23:44 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Custom Background Colours
Posted: 14 Feb 07 8:07 AM
|
fiogf49gjkf0d Hi all,
The choice of colours within Architect such as a form's background colour is very limited. Is there any other way of customizing colours possibly using the colortostring functionality or am I limited to the basics e.g. Lime, Blue etc. |
|
|
|
Re: Custom Background Colours
Posted: 15 Feb 07 8:06 AM
|
fiogf49gjkf0d Kevin, In the Open event of your form, insert the following code: FORM.COLOR = RGB(redValue, grnValue, bluValue) Where the values are integers between 0 and 255. You can find RGB code charts on the internet.
Lloy |
|
|
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|