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

shreedhark
shreedhark
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by shreedhark
Customize the badges you want to showcase on your profile
Re: Changing the Field Names - Adobe LiveCycle 11-08-2011
Paul, Thanks for your answer.However, what I am trying to do is to read this form data from a third party library called Quick PDF which allows extracting XFA form data using the field names. Unfortunately, it does not support array like syntax for referencing the form fields.The Adobe itself will create array for rows like trSheet[1...n], but when I am reading from this library, I need to give it a absolute name lileForm/Page1/Table1/trSheet/txtSheetNameIf I manually add rows then I can give ea...

Views

104

Likes

0

Replies

0
Changing the Field Names - Adobe LiveCycle 10-08-2011
Hi,I am dynamically adding rows to a table using the following codeSheetIndexForm.Page1.tblSheets.trSheet.instanceManager.addInstance(true);The rows cells are all text fields for user data input. Rows are getting added perfectly fine along with the text fields. The only issue I am facing is that all the new rows have the same name as the first row. Is there anyway I can change the name of the new row to something else. I triednewRow.name = "trSheet" + newRowIndex.toString();but it does not work....

Views

558

Likes

0

Replies

3
Re: Dropdown values in change event not returning current value - Adobe LiveCycle 06-10-2010
Thanks for sharing Niall.You have saved me a whole lot of time. I hope I will be able to do the same for someone else in need and carry on your legacy.Regards,Shree

Views

783

Likes

0

Replies

0
Re: Dropdown values in change event not returning current value - Adobe LiveCycle 06-10-2010
Wow, I was using some crude method for doing this. I only saw this update now. I am going to update my PDF with option 2.Out of curiosity, where do you get this knowledge from? do you work at Adobe? either that or my googling skill have deteriorated a lot.Thanks for all your help.Shreedhar

Views

792

Likes

0

Replies

0
Re: Adding items to combobox using javascript - Adobe LiveCycle 06-10-2010
ahh, this works like a charm.I would never have figured this out by myself. The js_api_reference.pdf that is provided by Adobe has some incorrect information regarding setItems.Thanks a lot. Much appreciated.Shreeedhar

Views

512

Likes

0

Replies

0
Adding items to combobox using javascript - Adobe LiveCycle 06-10-2010
This question might seem silly, but for some reason the following code is not working for meddlNumbers.clearItems();ddlNumbers.setItems([["California", "CA"],["Massachusetts", "MA"],["Arizona", "AZ"]]);I execute this code in the click event handler of a button. For some reason the dropdown does not show these items, it only shows "Empty". What am I doing wrong?When I do ddlNumbers.setItems("California"); ddlNumbers.setItems("Massachusetts"); ddlNumbers.setItems("Arizona");Only last item (Arizona...

Views

1.9K

Likes

0

Replies

2
Re: Dropdown values in change event not returning current value - Adobe LiveCycle 27-09-2010
Thanks Niall,That works. Also I am getting the text in the dropdown instead of the value assigned. But I can work around that somehow.Thanks again for pointing this out.Shreedhar

Views

824

Likes

0

Replies

0
Dropdown values in change event not returning current value - Adobe LiveCycle 27-09-2010
Hi,I have a dropdown which I am populating using javascript as per Brad's post here http://blogs.4point.com/brad.white/2010/03/populate-a-drop-down-with-a-web-service-in-a-pdf.html .I have hooked up the change event of this dropdown to show the new selection in a seperate text box as below//ApplicationForm.Page1.ddlUsers::change - (FormCalc, client)txtSelected.rawValue = ddlUsers.rawValueThis code is works, but shows the previous (or last) values that was selected in the dropdown but not the cur...

Views

4.8K

Likes

0

Replies

7
Anyway of generating GUID/UUID in script - Adobe LiveCycle 08-09-2010
Hi,Is there is API available in either FormCalc or JavaScript inside the Acrobat or Reader? I am not talking about generating random numbers that look like GUID using script. I am looking for any API the reader or acrobat might be exposing though some object which can be invoked using the scripts to generate genuine GUID/UUIDThanksShreedhar

Views

728

Likes

0

Replies

1
Re: Dynamic form calling webservice everytime it changes its structure - Adobe LiveCycle 08-09-2010
I have Adobe LiveCycle Designer ES version 8.2.1Can this be used to extend webservice calling feature in Reader? if yes, where is that option?ThanksShreedhar

Views

164

Likes

0

Replies

0