Can't figure out how to format detail lines in VB 6.0 DataReport
I am developing my first report using DataReport in VB 6.0. I am trying to figure out how to make a shape control visible or not depending on the value of a text field. All I've been able to accomplish is setting the visible property for every detail record instead of a line by line basis. This shouldn't be this hard!
I have mainly developed Access reports in the past and am lost without detail section event programming capablities.
Any help would be greatly appreciated.
Thanks.
Re: Can't figure out how to format detail lines in VB 6.0 DataReport
You can't. The DataReport has no "processing" capabilities whatsoever.