Asign a color in RGB

  • Thread starter Thread starter Ixak
  • Start date Start date
I

Ixak

Hello
I don´t get with the solution for asigning the backcolor to a form.
I know the method but I don´t know what kind of numeric system uses the
program to identify the color.
If I want to asign the color RGB 153,204,0
How should I write the code?
detail.backcolor = ????
Thanks
 
hi,
Hello
I don´t get with the solution for asigning the backcolor to a form.
I know the method but I don´t know what kind of numeric system uses the
program to identify the color.
If I want to asign the color RGB 153,204,0
How should I write the code?
detail.backcolor = ????
Come on, use the OH:

..Color = RGB(red, green, blue)


mfG
--> stefan <--
 
Back
Top