B
|
bburden 11/5/2006 |
I am having the exact same problem as "bdegnan" but I don't have this problem with 4.0. I have even gon as far and re-creating the database which is a lot work because you have to do a complet do over with the text boxes and dropdown boxes etc.... I can't use the side by side columns in the visual editor, nothing is seeming to work for me. I guess I will have to stay with 4.0 for now, but would love to use the 4.1 because it does have features I really like. e.g. the time field is what is really important to me. |
B
|
bdegnan author 11/6/2006 |
I did run into this error in Version 4. It seems that ASPRunner will generate input fields that exceed the size of the underlying database field. For instance, I had a state field that is defined as 2 characters in the underlying database. However, by default, I could enter more than 2 characters in the corresponding form input field and go an error. As soon as I entered just 2 characters, no error. I need to test this in 4.1 and see if that is the problem I am having there. I recommend that ASPRunner not generate input fields that are larger than the underlying database field. |
![]() |
Sergey Kornilov admin 11/7/2006 |
ASPRunnerPro 4.1 is able to read field size and automatically set maxlength property of text field to this field size. You still can change this property manually by double-clicking on this field on Add/Edit pages. |