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

jglitch
jglitch
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
3

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jglitch
Customize the badges you want to showcase on your profile
Re: remerge(), reset(), resetData() - Adobe LiveCycle 07-03-2011
Quite an old discussion this but thought I'd share my findings.By re-using the lock fields script provided by pguerret, I've been able to reset data in particulare subforms as follows:Call to the script object - clearData.resetAllData(xfa.resolveNode("form1.subform1.subformIWantToReset"));Then my script object looks like this:function resetAllData(myParentObject){ var allChildElements; var intNumElements; var currentElement; var j; var temp; // get all the child nodes of the parent element allCh...

Views

391

Likes

0

Replies

0
Re: make a subform a read only - Adobe LiveCycle 21-12-2010
here it is....Paul

Views

504

Likes

0

Replies

0
Re: page 2 - make it visible - Adobe LiveCycle 02-06-2009
Steve-Since you were able to open it, I checked my browser and it was FireFox, I opened IE and was able to download it. Thank you for your patience with me. -Eve

Views

165

Likes

0

Replies

0
Re: activate master page 2 - Adobe LiveCycle 01-06-2009
You put everything under the Master Pages? That is not good. You shoudl have a structure like this:The part in red is teh Master Page. The only objects that appear there are the ones that you want to appear on each page (like a header and footer).The blue area is the actually contents on each page of the form. If you click on the page subform then look at the Object palette/Pagination menu youshould get something like this:With this menu you can associate a new page with the specific Master Page...

Views

96

Likes

0

Replies

0