2013 Nov 22 3:52 AM
Hi,
I'm creating a table in adobe form which has only one column type string & also set the cell layout parameters as "Expand to fit" for the Height. But the problem I'm facing, after few characters, its truncated & continuing to next line , can not make the line to be extended till the end. I have attached screenshot for the same. Please help me to extend this line to end of the row .
Thanks,
Biswajit
2013 Nov 26 3:10 PM
This problem is solved. Actually I have tried several option and did not work . So went to the interface and saw the Internal table & found table value itself was sent with a newline Char ( as this is a standard interface and fetching data from a MSS ). I just replace those newline characters & it worked.
Thank you all for your valuable inputs. These are very helpful to take me to the root of the problem.
Thanks,
Biswajit
2013 Nov 22 4:53 AM
Hi Biswajit Das,
Check your indent and spacing of the cell. You may have some spacing from right.
Regards,
Ajit
2013 Nov 25 4:18 PM
Hi ,
Cell Setting is Align Left.
Indents - Left 0pt Right 0 pt
Spacing
Above 0pt & Below 0pt
Line spacing single
2013 Nov 22 5:14 AM
Hi, Instead of Table you can use a Text View to pass your data to the Adobe form, in there you can extend the width as well defined the Max Char it ca hold.
2013 Nov 25 4:14 PM
2013 Nov 25 7:56 PM
Hi Biswajit,
For flowing data we do the following, see if you might have missed any -
1) Wrap the object in subform. Make it flowed Top to Bottom. Also check repeat subform option.
2) In the object - Check - Expand to fit height wise, Allow multiple lines and check whether any character limitation checked box is checked.If yes clear it. Also text format should be generally rich text.
- I hipe you have used Include text. In case you have used read text, check the contents of the internal table in debug mode.
BR
2013 Nov 26 3:10 PM
This problem is solved. Actually I have tried several option and did not work . So went to the interface and saw the Internal table & found table value itself was sent with a newline Char ( as this is a standard interface and fetching data from a MSS ). I just replace those newline characters & it worked.
Thank you all for your valuable inputs. These are very helpful to take me to the root of the problem.
Thanks,
Biswajit
2023 Dec 24 8:08 AM
I am facing the same issue. In my table i m printing the static data with 5 columns and rows will extend depends upon no of records in internal table. Suppose for first record If having I am printing the dynamic data then it will print from 2nd column and if data is more than it should extend further to 3rd column, 4th column vice versa by removing the borders of next column (3rd and 4th columns).
Kindly provide the logic/steps how it got resolved for your issue.
Required a solution with high priority
Regards,
Vinay
2024 Apr 22 11:20 PM
2023 Dec 25 8:30 AM