Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Mikitan_Fox
Mikitan_Fox
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Mikitan_Fox
Customize the badges you want to showcase on your profile
Re: Slight issue with removeInstance - Adobe LiveCycle 12-01-2012
Nice! That works wonderfully. Thank you very much!

Views

187

Likes

0

Replies

0
Re: Slight issue with removeInstance - Adobe LiveCycle 12-01-2012
Unfortunately I am not allowed to post the form. I wrapped the buttons into a subform and applied your coding to the init event. I had to change it from == to => in order for it to appear on further pages. The problem with this is it now doesn't disappear at all. I really appreciate the help.

Views

186

Likes

0

Replies

0
Re: Slight issue with removeInstance - Adobe LiveCycle 12-01-2012
The loop works fine. In fact, the scripts I posted above work exactly as I need them to. What doesn't work is getting the buttons to switch back to visible (screen only) presence when the reset button is pressed. Scripting the buttons again in the click event doesn't work. I am at a loss as how to get the buttons to reappear on the original after the instances are removed. Below is the code I attempted to use, both with and without the .relevant; topmostSubform.ContinuationSheet.ButtonReset::cli...

Views

185

Likes

0

Replies

0
Re: Slight issue with removeInstance - Adobe LiveCycle 12-01-2012
Neither one of those work period. Also, for some reason, the _ shortcut doesn't work.

Views

185

Likes

0

Replies

0
Slight issue with removeInstance - Adobe LiveCycle 11-01-2012
I have a form with a repeating subform. The coding I use for the 'Add SubForm' button is; topmostSubform.ContinuationSheet.ButtonAddSheet::click - (JavaScript, client)ContinuationSheet.instanceManager.addInstance(1);ButtonReset.presence = "hidden";ButtonSaveAs.presence = "hidden";ButtonPrint.presence = "hidden";ButtonAddSheet.presence = "hidden";When the reset button is pressed, it is suppose to not only reset all form data, but also reset the SubForm count back to 0. The coding I use for that i...

Views

1.6K

Likes

0

Replies

8