Text String limit

A

Art

I am retreiving data from a SQL table in IP2003.

I keep getting an error on large data fields that say that there is a text
string limit of 100 characters.

The database is set up to handle more and I am not submitting back to the
database.

Is there a limit inherent in IP2003 and is there a work around?
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

Open the text box properties and go to Display Tab
check out if there is any limit set to the text box
 
A

Art

There is no limit set

In SQL the data field is varchar and is set to 500

I have the text field set to wrap text as well
 
A

Art

I found the issue - stupid mistake on my part

The SQL table it was pulling form was set at 500 but the field it was
populating in the new table was only set at 100

Duh! - sorry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top