View Full Version : CanGrow in Form View


teknogeek9
09-07-2001, 06:24 AM
I created a "search" form that contains a textbox which is set up as 4" wide. However, there will be times when the data will be longer than 4" hence, I want to apply CanGrow so that the textbox will grow vertically to accomodate all data.

I realize that CanGrow does not work in form view, I am wondering if anyone has found a work around.

Sam

Rich
09-07-2001, 12:21 PM
Doesn't the vert scroll bar work?

teknogeek9
09-10-2001, 05:22 AM
Yes...the vertical scroll bar works but it seems asthestically correct if the field could be the size of the data.

Rich
09-10-2001, 08:11 AM
It can be done but it requires lengthy API functions, is it worth it?

teknogeek9
09-12-2001, 05:16 AM
No, it isn't worth it. I am just going with vertical scroll bars for now and letting the users get "comfortable" with that. Thanks for your assistance.