NEOLLE
10-20-2004, 05:11 AM
Hello guys,
I have created a report using VB Data Reports. The display somehow looks like this. Please see my attached document. :)
Dennis DVR
10-21-2004, 03:16 AM
the size of your textbox control does not influence the size of your line of shape control when your textbox becomes wider.
right now you only have 2 options
1 set the size of your line or shape control to maximum
2 set the cangrow property to false
NEOLLE
10-21-2004, 05:16 AM
the size of your textbox control does not influence the size of your line of shape control when your textbox becomes wider.
right now you only have 2 options
1 set the size of your line or shape control to maximum
2 set the cangrow property to false
Yeah I noticed that.
Ill try to set my line to maximum. But I can not set my cangrow property to false. I have to show all the details is a record. :)