text height/width bug

S

Samuel Sayen

Guest
When in the internal table manager you try to say how wide and tall you want a text field to be (IE so that the user can see all that they are writing) you can only change the width, not the height. The field I am trying to do that for is a "text" type of field.... what gives?
 
E

Eugenio

Guest
Samuel Sayen wrote:

> When in the internal table manager you try to say how wide
> and tall you want a text field to be (IE so that the user can
> see all that they are writing) you can only change the width,
> not the height. The field I am trying to do that for is a
> "text" type of field.... what gives?

You have to use the "textarea" field type.



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top