Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting HTML color to number
Message
From
05/01/1998 15:37:45
 
 
To
05/01/1998 12:16:56
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00069534
Message ID:
00069614
Views:
37
>Hello Michael!
>
>I don't understand what you need, but Is it what you need?
>
>LOCAL mcolor
>*Fox color is BBGGRR, HTML is RRGGBB
>m.mcolor = SUBSTR(TRANSFORM(thisform.backcolor,"@0"),5)
>m.mcolor = SUBSTR(m.mcolor,5,2) + SUBSTR(m.mcolor,3,2) + LEFT(m.mcolor,2)
> \>>
>
>(cut from FOXISAPI example shipped with VFP)

Thanks, but I don't think it will help. :)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform