on 2019 Nov 27 8:57 AM
Hi Experts,
I have an existing adobe form, trying to add a column in a table. Everytime I try to add a extra column to the right, it shows error There is insufficient space for the inserted column, but there is plenty of space on the page.
Now I believe it is because the table has multiple header rows and 1 body row(refer to screenshot) and multiple body forms within the table. In such a case how do we have the column ?
Any help appreciated !
Regards,
Sanket
Request clarification before answering.
In my case problem was in TableFooter size. I shrunk footer width and it solved the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case none of this helped.
I was able to solve the problem by manualy editting XML source.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create sufficient free space at the end of table. It generally takes the size of column which you selected to add new column (probably last column). The free space should be more than or equal to the column you selected to add new column.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Devendra.
Yes, This resolves the problem. Add "+" button at the top end of the table instead of right-click on the table "Add columns to the right" does not work and will result in an "Insufficient space" error.
->Reserve enough space at the end of the table and ensure the last column width is small as it takes the last column reference to add a new column.
Dear all,
I faced the same error as well and I finally solved it by adding <field></field> tags on the XML structure. This would add a new column on the table
Hope this helps.
Kind regards
sanketvaity64& chandan.naresh.
Have you tried this?
https://answers.sap.com/questions/8150152/insufficient-space-on-the-form-for-the-pasted-cont.html
Cheers,
Luis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
91 | |
11 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.