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

akauf123-SrePcc
akauf123-SrePcc
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
38

Discussions

Discussions
0

Questions

Questions
15

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by akauf123-SrePcc
Customize the badges you want to showcase on your profile
Split Text into multiple fields/auto populate multiple fields - Adobe LiveCycle 05-05-2011
Basically, I would like the text in one text box to be split up to auto-populate other textboxs in my form, each peice of info is separated by a "-".Example:Main Text Box: "Data A - Data B - Data C - Data D"Question 1: Data AQuestion 2: Data BQuestion 3: Data CQuestion 4: Data DBasically I want the user to type/paste something into my main text box, and the data (which is separated by a "-") to be split up and auto filled into the corresponsding text fields below. Thanks a bunch

Views

5.2K

Likes

0

Replies

9
Country DropDown List (Auto-suggest) - Adobe LiveCycle 24-05-2010
I would like to create a dropdown list of countries that auto-suggests the countries as you type. For example, if you type in "A" , it will suggest all countries that begin with an "A", if you type "Au" ... all the countries that begin with "Au" will be suggested, and so on. Right now, my country dropdown suggests the country only after you click the down arrow and capitalize the first letter. Is there a way to automatically suggest the country as you type (so you dont have to click the arrow or...

Views

435

Likes

0

Replies

0
Inserting/Extracting Pages - Adobe LiveCycle 19-05-2010
Has anyone found a solution to the problem of not being able to modify,insert, or extract pages from a form that was created in LifeCycle? I read somewhere that using "ASP.net" might work. Has anyone had any success with this? If not, any other solutions?

Views

452

Likes

0

Replies

1
Re: .deleteitem from a dropdown menu - Adobe LiveCycle 12-05-2010
It worked. Thanks a bunch!

Views

280

Likes

0

Replies

0
Re: .deleteitem from a dropdown menu - Adobe LiveCycle 12-05-2010
Didnt work.Choices 1-5 are the items already in the dropdownChoices 6 -10 are the items that I am adding.It deleted choices 5,7, and 9. Very odd, any ideas?Just to clarrify again, i would like items 6-10 to be removed. Thanks

Views

307

Likes

0

Replies

0
.deleteitem from a dropdown menu - Adobe LiveCycle 12-05-2010
I have a checkbox that will add 5 items to a dropdown when it is clicked. I would like to be able to delete the newly added items (5 of them), when a different checkbox is selected.Code for adding:DropDown2.addItem("123")DropDown2.addItem("456")DropDown2.addItem("789")DropDown2.addItem("ABC")DropDown2.addItem("DEF")I beleive that code is correct, but I am having diffuclty with removing those items. I am using "DropDown2.deleteItem", just not sure of the syntax. I know you need to specify the ind...

Views

1.4K

Likes

0

Replies

4
Document Properties (Extract/Insert Pages) - Adobe LiveCycle 10-05-2010
Real Simple, is there a way to create a form in LifeCycle, that allows the user to extract and add pages? Basically, I need my form to be able to be attached to other .pdf documents. ThanksI read somewhere on the forums, that it might be possible using ASP.NET. Does anyone know how/if this works? If not, any other solutions?

Views

443

Likes

0

Replies

0
Document Properties (Extract/Insert Pages) - Adobe LiveCycle 10-05-2010
Real Simple, is there a way to create a form in LifeCycle, that allows the user to extract and add pages? Basically, I need my form to be able to be attached to other .pdf documents. ThanksI read somewhere on the forums, that it might be possible using ASP.NET. Does anyone know if this works? If not, any other solutions?

Views

395

Likes

0

Replies

0
Re: Tricky Question - Adobe LiveCycle 07-04-2010
Awesome, this looks like very helpful. Thanks a bunch. I'll take a more detailed look and let you know if I have any questions. Great job, thanks again!

Views

276

Likes

0

Replies

0
Re: Tricky Question - Adobe LiveCycle 07-04-2010
Yea, I guess the split function is what I am looking for. I'm not exactly sure where to utilize it in my code, so here is the sample code that I am using, maybe you can help me from there:Change Event for the first dropdown:if(xfa.event.newText == "Choice 1"){var oldV = txtVar.rawValuetxtReminder.rawValue = oldV + "\n Display Sentence 1"txtVar2.rawValue = txtReminder.rawValue;}else if(xfa.event.newText == "Choice 2"){var oldV = txtVar.rawValue txtReminder.rawValue = oldV + "\n Display Sentence 2...

Views

274

Likes

0

Replies

0