Hi,
I have a text field being fed from SQL Server which sits directly above a label field. When there is a signifigant amount of data in the text field, some of the data will be covered by the label field because the label field does not move with the text field. I set the can grow property of the text field to true thinking that it would automatically push the label field to start once the text field was full. This is not the case. Is there a way to prgrammatically tell the label when to start based on the value/size of the text field?
Thanks,
Brian
I have a text field being fed from SQL Server which sits directly above a label field. When there is a signifigant amount of data in the text field, some of the data will be covered by the label field because the label field does not move with the text field. I set the can grow property of the text field to true thinking that it would automatically push the label field to start once the text field was full. This is not the case. Is there a way to prgrammatically tell the label when to start based on the value/size of the text field?
Thanks,
Brian