|
-
May 2nd, 2002, 04:38 AM
#1
Thread Starter
Addicted Member
Can I color a single cell in flex
Can I color a single cell in a flexgrid ?
Me "Talented Idiot" by Gtarawneh "He said he's sorry
Inconsequential is Incommunicable
The first impression we have
Is not always the real one
My reality is not always your
so my friend....Is life that simple?
It is called "Israeli occupation forces"
-
May 2nd, 2002, 06:10 AM
#2
Addicted Member
Use ApexTrueDB Grid...
-
May 2nd, 2002, 06:21 AM
#3
Thread Starter
Addicted Member
Me "Talented Idiot" by Gtarawneh "He said he's sorry
Inconsequential is Incommunicable
The first impression we have
Is not always the real one
My reality is not always your
so my friend....Is life that simple?
It is called "Israeli occupation forces"
-
May 2nd, 2002, 07:42 AM
#4
Of course you can, just select the cell and set the CellBackColor/CellForeColor as you wish
VB Code:
MSFlexGrid1.Cols = 20
MSFlexGrid1.Col = 4
MSFlexGrid1.Row = 1
MSFlexGrid1.CellBackColor = vbBlue
-
May 2nd, 2002, 01:48 PM
#5
Thread Starter
Addicted Member
Thanx
I never noticed the CellBackColor option. Strangely enough.....
BTW what is the ApexTrueDB Grid...
Me "Talented Idiot" by Gtarawneh "He said he's sorry
Inconsequential is Incommunicable
The first impression we have
Is not always the real one
My reality is not always your
so my friend....Is life that simple?
It is called "Israeli occupation forces"
-
May 2nd, 2002, 01:53 PM
#6
PowerPoster
Well
A replacement 3rd party Grid Control. The MsFlexgrid is good, and I use it all the time, but, form what I've read, spending some cash can greatly increase your development time with these other grid controls (if you use them alot).
BTW : That changes on one cell. If you use selection by row, you'll lose the effect. Just a hint...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|