CadMonkey
Misplaced But Useful
- Local time
- Today, 23:51
- Joined
- May 19, 2004
- Messages
- 47
Is there any way of resizing a text box from code so that you can handle the height of a textbox for different values?
I.E. (But this doesn't change the height at all it seems!!)
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
if [text75] = "HellO" then
[Text75].height = 4
else
[Text75].height = 2
end if
End Sub
Thankyou in advance if you have any ideas!!
NB This is different to CanGrow etc.
I.E. (But this doesn't change the height at all it seems!!)
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
if [text75] = "HellO" then
[Text75].height = 4
else
[Text75].height = 2
end if
End Sub
Thankyou in advance if you have any ideas!!
NB This is different to CanGrow etc.