Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

custom color

Status
Not open for further replies.

reinaldo

Programmer
Mar 29, 2001
31
US
PDOX9 on a form I have a code such as

if self.value = Active then
TextBox.color = blue

this works just fine, however when I want to use a custom color I use

if self.value = Active then
TextBox.color = "79,169,255"

which happens to be the color when I go to the object explorer and check the appearence, unfortunately when I run the form a different color appears, could someone tell me why this may be?

thanks all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top