.RedText{ Color: Red;}
Hi Ryan
I can see in the Application Architect's Help file that the StyleSchemeTypes.xml file should be in VFS Explorer under Configuration/Global, but I don't seem to have one there.
What I am trying to do is:
Many thanks!
Regards
Paul Roussell
Brisbane, Australia
SalesLogix BP since July 1997 (sheesh - nearly 14 years!)
Paul,
This file is actually located in the following folder on your AA machine, not in the VFS:
C:\Documents and Settings\All Users\Application Data\Sage\Platform\Configuration\Global\StyleSchemeTypes.xml?
There arre 2 styles defined by default - 'Bevel' and 'Negative Number'. You can add whatever you'd like to the list. You'll need to exit and re-start AA to pick up the changes after editing the file.
As to your other isses, you'll likely need to abandon the currency control to get the pound sign and 4 decimal places. You could use a numeric control, and add the following format string for your text binding:
£{0:#,0.0000}
As for the alignment, the numeric control is right aligned. You do have the option to right or left align numeric values in datagrids.