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

Nikhil2219
Nikhil2219
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Nikhil2219
Customize the badges you want to showcase on your profile
Re: Get Row index from a Dynamic Table - Adobe LiveCycle 18-06-2013
Hi Jono,Thanks for the help.This is excatly what I was searching for.Also thanks for the insighful suggestions.I wil suerly try and avoid using underscores and dashes.Thanks.Regards,Nikhil

Views

773

Likes

0

Replies

0
Get Row index from a Dynamic Table - Adobe LiveCycle 17-06-2013
Hello Gurus,How can I get the index of a row when it is added dynamically.When user clicks on the "-" button he should get the index of the row on which he has clicked the button.I have tried it using the code var var1 = (data.Design_page1.Working_times_subform.Working_Table.Row1.instanceManager.count-1);But it gives me the total row count.I want the index of the particular row.Thanks.Regards,Nikhil

Views

4.1K

Likes

0

Replies

2
Re: Set Attached File name to Table Cell - Adobe LiveCycle 19-12-2012
Hello All,I even tried doing the same using http://eslifeline.wordpress.com/2009/04/06/adding-attachments-to-pdf-form/But I'm not able to add the file name to the table cell.Can anyone please guide me through this?Thanks and Regards,Nikhil Joshi

Views

96

Likes

0

Replies

0
Set Attached File name to Table Cell - Adobe LiveCycle 18-12-2012
Hello All,I have a scenario where:1. I have a dynamic table.2.Every Row has a Button for attaching the new File.3. When we add new Row to the Table, I want to get the attached file name in the corresponding cell. i.e Cell2 in following example.I have tried doing it this way The script which I'm using on Add button isapp.execMenuItem("AddFileAttachment"); var o = event.target.dataObjects; var n = ""; DataNode.Table1.Row1.Cell2.rawValue = ""; if (o !== null) { for (var i = 0; i < o.length; i += 1)...

Views

508

Likes

0

Replies

2
Webservice Response Validation - Adobe LiveCycle 12-12-2012
Hello All,I'm using Adobe Livecycle ES3 trial version for form designing and SAP CE server on which Reader Rights are configured.I design my forms in Livecycle and through Developer Studio plugin and deploy it to the CE server.I want to know that can we validate the Response from a Webservice?For example,In a Tempreture webservice, I have to show a dialouge box when degreeCelsius is 100.input is degreeFahrenheit = 212 then degreeCelsius = 100.So this should show a dialouge box!How can we achieve...

Views

453

Likes

0

Replies

0
Re: Concat Table Data into TextField - Adobe LiveCycle 09-12-2012
Hi Shaun,Thanks fort the help.To remove the null values, I used formattedValue function instead of the rawValue.Thanks and Regards,Nikhil

Views

144

Likes

0

Replies

0
Re: Concat Table Data into TextField - Adobe LiveCycle 09-12-2012
Hi Shaun,Thanks for your reply.Sorry I was not well thats why couldnt reply in time.My mail id is nikhil.joshi@architectsap.comThanks and Regards,Nikhil

Views

101

Likes

0

Replies

0
Concat Table Data into TextField - Adobe LiveCycle 07-12-2012
Hello All,I have a requirement where:1. I have a table with one row and three colums.2. User will fill the Data in the Cell1 of the Row1.3. This value entered is set in the TextField on a button click.4. User will add a new Row dynamically on button click5. He will Enter a new value in Cell1 of Row1.I want this New value to be concatenated in the TextFiled with the original value.We can put semicolon or comma to diffrentiate.I have done the following, but its not working.How can we achieve this?...

Views

920

Likes

0

Replies

4
Re: Add dynamic Row to Table with new access property - Adobe LiveCycle 05-12-2012
Hi Vijay,Thanks a lot for the correct answer.Thanks and Regards,Nikhil Joshi

Views

153

Likes

0

Replies

0
Re: Add dynamic Row to Table with new access property - Adobe LiveCycle 05-12-2012
Hi Vijay,Thanks for your reply.I tried the script, but the new row which is added is still readOnly.I want the new row to be of Open access.Could we share the file.Thanks and Regards Nikhil

Views

147

Likes

0

Replies

0