Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listboxes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00112259
Message ID:
00112830
Views:
14
>Jayesh,
>
>Can you give more detail on the exact COLOR clause you are using? I've never been able to get this to work.
>
>>DEFINE BAR 1 of mypopup .... COLOR ....

Hello David,

I have used combination of REND() and RGB() function to obtain different color randomly.

See help of RAND() function to get random number between 1 to 255
put this random number just like this

DEFINE BAR 1 OF mypopup COLOR RGB(lnrand1,lnrand2,lnrand3)

Hope this would help.

Good Luck.

Bye
Jayesh
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform