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

BantonGET
BantonGET
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BantonGET
Customize the badges you want to showcase on your profile
Re: LiveCycle Checkboxes and "Add Attachment" button - Adobe LiveCycle 06-07-2011
Hey,Thanks a bunch, first one works like a charm!The attachmentbutton however. I'm currently using a totally different script (found it online); form1.#subform[0].Button1[1]::click - (JavaScript, client) var AttachmentDescription = this.name; AttachmentDescription.rawValue = "New Attachment" + AttachmentDescription.rawValue; var strAttachmentName = AttachmentDescription.rawValue; var myDoc = event.target; myDoc.importDataObject(strAttachmentName); var objDoc = myDoc.getDataObject(strAttachmentNa...

Views

102

Likes

0

Replies

0
LiveCycle Checkboxes and "Add Attachment" button - Adobe LiveCycle 06-07-2011
Hello people,I'm currently working on alot of LiveCycle forms (many are very similar), however there are two things that won't seem to work on any of my forms.I'm using Adobe LiveCycle Designer ES 8.2.First:I have three checkboxes. None should be "on" by default and only one should be able to be selected at a time. Example:I click checkbox 1, it turns "on".If I then click checkbox 2 (or 3), the others should be turned "off".If I then click 1 again, checkbox 2 should be turned "off".Radiobuttons,...

Views

2.7K

Likes

0

Replies

2