Expand my Community achievements bar.

SOLVED

Add row button not working

Avatar

Level 7

I added a button to a form to add a row in a table. It was working. I moved some subforms up and now the button isn't working.

Can someone take a look and help me understand what I'm doing wrong?

Also, I can't figure out today why I can't insert a copy of the form! Any clues there?

Thanks,

MDawn

1 Accepted Solution

Avatar

Correct answer by
Level 10

The code you have used to create an instance is not correct. You are missing instanceManager in your script. Same is the case with the Delete button.

Header.detailHeader.instanceManager.addInstance(1);

I sent the corrected form in a separate email. Hope this helps.

Thanks

Srini

View solution in original post

4 Replies

Avatar

Level 10

Can you send your form so I can have a look at it..

Thanks

Srini

Avatar

Level 7

Apparently, Adobe has temporarily suspended the ability to attach documents, so I'll have to add the form later.

Here's the link to Adobe's message. http://forums.adobe.com/index.jspa

Margaret Dawn

Supervisor - Documentation

W: 630-850-1065

Avatar

Level 10

You can upload your form in the below website..You need to login with your Adobe userid/ password.

Click on Upload in the Action section in the left tab.

After uploading the file, select a down arrow on the name of the file and select share. You can see a Copy link option in the new window.

Copy the link and paste it in the forum.

https://acrobat.com/

Thanks

Srini

Avatar

Correct answer by
Level 10

The code you have used to create an instance is not correct. You are missing instanceManager in your script. Same is the case with the Delete button.

Header.detailHeader.instanceManager.addInstance(1);

I sent the corrected form in a separate email. Hope this helps.

Thanks

Srini