cancel
Showing results for 
Search instead for 
Did you mean: 

insufficient space on the form for the pasted content

former_member206760
Active Contributor
0 Kudos

I am getting an error when i am dragging the table to the form

"insufficient space on the form for the pasted content"

how to rectify ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tarang,

When you drag and drop data source to the form, it automatically sets the length equal to the field's data length.

So you need to resize it to fit in the screen.

for example:

if you have a long text object in data source.

when you drag and drop it gets both the coulmns TDLINE & other.

but you only need to display the TDLINE so delete the other coulmn of this field in the form.

thats how we resize tables. this is quite offen in nested tables.

hope this helps,

Cheers,

Sai

former_member206760
Active Contributor
0 Kudos

how do we do this exactly?

my entire screen is in blue color and i cannot see the TDLine prameter

Former Member
0 Kudos

Hi Shah,

I just gave you an example scenario field.

Do you have such long text field ...?

if yes simple drill / navigate to the longtext table in your hierarchy tab.

Delete the *TDFORMAT coulmn.

Now go to TDLINE column, reduce the width of this field in layout tab.

the form automatically shrinks horizontallty.

follow the approach for all the fields, deleting unnecessary coulmns & reducing the width for the required coumns.

Cheers,

Sai

Former Member
0 Kudos

Hi Tarang,

You can try by creating a table with required number of columns (Drag and drop from the library palette) and then specify data binding through its object palette.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Have you tried resizing the table?