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

A-Team_Murdock
A-Team_Murdock
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by A-Team_Murdock
Customize the badges you want to showcase on your profile
Newb Question - Good Karma offered in return for answer – Insertion Points? - Adobe LiveCycle 07-03-2012
Hi:I'm creating forms in LiveCycle and I see that there are Subforms & Insertion Points... The DIY Training videos I learnt from never touched what insertion points are and when you'd want to use them? I tried finding examples online or video examples and couldn't find anything... Anyone mind shedding your knowledge on me?What are insertion points? When would I want to use them?Do you have examples?Thank you in advance for taking the time in answering this one. All I could find online was "An in...

Views

762

Likes

0

Replies

2
Re: Importing XML form data into hidden form fields & making them visible if carrying value - Adobe LiveCycle 18-01-2012
Thank you for pointing me in the right direction... A little elbow grease, coffee, patience, and did I mention patience and the following works flawlessly//Set to Mouse Up of Export Button:xfa.host.exportData("",0)//Set to Import Form button of other Forms:xfa.host.importData()//Set to Import Form Form:Ready to check the different sections "Check Boxes" to see if that section is suppose to be visible and makes it visible:if(Button_DelDep.rawValue == 1) { Del_Dep.presence = "visible"; }if(Button_...

Views

159

Likes

0

Replies

0
Re: Javascript for Export XML Button & Import XML Button - Adobe LiveCycle 18-01-2012
Thank you for pointing me in the right direction... A little elbow grease, coffee, patience, and did I mention patience and the following works flawlessly//Set to Mouse Up of Export Button:xfa.host.exportData("",0)//Set to Import Form button of other Forms:xfa.host.importData()//Set to Import Form Form:Ready to check the section "Check Boxes" to see if that section is suppose to be visible and makes it visible:if(Button_DelDep.rawValue == 1) { Del_Dep.presence = "visible"; }if(Button_DelArr.rawV...

Views

613

Like

1

Replies

0
Re: Javascript for Export XML Button & Import XML Button - Adobe LiveCycle 17-01-2012
Looks like it'll be along the lines of the doc.exportXFAData() comand. Anyone know of any tutorial on how to use this one?

Views

530

Likes

0

Replies

0
Javascript for Export XML Button & Import XML Button - Adobe LiveCycle 17-01-2012
Hi:I'm a Javascript Newb and I think I bit off more than I can chew... I'm trying to create a series of forms (15 forms) and I would like a Data Export and Import button so that the schema form information could easily be exported and imported into eachother. I was wondering what the required code would be to program a form data export button, and a form data import button.Once an employee submits the form, the submit button will turn into an "Export Form Data" button where management can click ...

Views

5.0K

Likes

0

Replies

3
Likes given to
Likes from