Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Free text length - smart forms

Former Member
0 Likes
1,512

Can anyone tell me the max . length of free text which can be displayed in smartforms.

Regards,

Bharat

Can anyone tell me the max . length of free text which can be displayed in smartforms.

Regards,

Bharat

9 REPLIES 9
Read only

Former Member
0 Likes
1,275

text lenght depened upon the windw size.

Read only

Former Member
0 Likes
1,275

I don't think there is any limitation for that. Only limitation would be the size of the window. R u facing any problem with this?

Read only

0 Likes
1,275

Yes,

I have some text which is cut out.What can I do!

I should have some defined limit, in case I need to. Bcos I enter this one separately in the BSP application.

Regards,

Bharat

Read only

Former Member
0 Likes
1,275

Hi

What do you mean?

There isn't a real limit, if a text can't be listed in only one rows, it'll be splitted in several lines.

Anyway the limit dipends on the sizes of the windows where the text has to be printed.

So there isn't a limit for the MAIN, but only for the constant windows.

Max

Read only

anversha_s
Active Contributor
0 Likes
1,275

hi,

if it is include text - no limitation.

for field text - 132.

if hlped

pls rwrd points

rgds anver

Read only

0 Likes
1,275

It is a string.

Regards,

Bharat

Read only

0 Likes
1,275

just declare like that.

<b>*</b> &string&

*-->default paragraph format.

Read only

0 Likes
1,275

hi,

declare it only *&string&

rgds

anver

if hlped don 4gt to mark points

Read only

Former Member
0 Likes
1,275

I think there is a limitation in the length of the string.

I'm trying to display a string (>255) but it displayes only 255 on 3 lines.

Does anyone have a suggestion?