Log in

View Full Version : DataReport in VB


avi211166
Dec 20, 2006, 04:37 AM
Hi

I got a simple datareport in VB
I need to change color of field for a specific line depending on the data

for example
if qty > 5 >>>>>>>. Entire line should be in red

item qty
=== ===
A 1
B 7 >>>>>> this line should be red
C 3

Tnx
Avi

fredferl
Sep 26, 2007, 08:05 PM
How