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

SonikaAggarwal
SonikaAggarwal
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by SonikaAggarwal
Customize the badges you want to showcase on your profile
Re: How to Get XML from the PDF form generated using Designer that is stored in LC - Adobe LiveCycle 27-04-2010
Hi Paul,Is it possible to give me the name of the API and a sample to see this, am not getting the XML?Kindly, elaborate.Thanks,Sonika

Views

142

Likes

0

Replies

0
Fragment Description - Adobe LiveCycle 18-02-2010
Hi,I am putting a fragment description while creating a fragment.I do not understand where do we see the description once we import the fragment to the server.If we cannot then what is the point of the description.Thanks,Sonika

Views

358

Likes

0

Replies

1
Re: String Concatenation - Adobe LiveCycle 17-02-2010
Perfect! Thanks a lot!

Views

500

Likes

0

Replies

0
Re: String Concatenation - Adobe LiveCycle 16-02-2010
Thanks. It works.

Views

516

Likes

0

Replies

0
Re: String Concatenation - Adobe LiveCycle 16-02-2010
HI,I know about the new feature but my requirement is what is done earlier.Also, Please give me the equivalent javascript code, I cannot use Form Calc.Thanks,Sonika

Views

496

Likes

0

Replies

0
Re: String Concatenation - Adobe LiveCycle 15-02-2010
The textfield is not getting the value concatenated whereas the field copied from your form does. Am i missing some setting?Please see attached.

Views

500

Likes

0

Replies

0
Re: String Concatenation - Adobe LiveCycle 15-02-2010
Hi,Thanks a lot! This was a very helpful.Please help me by telling me what setting have you done.On the last text field I did make it a calculated field and checked radio button as Calculated script butlooks like there is more because after updating PDF send by you the fragment I made works perfect butif I start afresh it does not work.Please guide.Thanks and Regards,Sonika

Views

499

Likes

0

Replies

0
Custom Objects - Adobe LiveCycle 11-02-2010
Hi,I have created a custom object and dragged it to the Custom Object Library. When I am on my disconnected designer, am able to use it.But, I want let other use it.Please tell me how do I export the custom object from the designer and import the custom object into the Livecycle workbench ES2 resources.Thanks and Regards,Sonika

Views

333

Likes

0

Replies

0
String Concatenation - Adobe LiveCycle 11-02-2010
Hi,I have five text fields with name like Name_1, Name_2, Name_3, Name_4 and Name_5.Each of these will contain just one character like A B C D and E.I want a 6 th text field (hidden) to have the full value as ABCDE after the user exits the text field Name_5.form1.Fragment1.Name_5::mouseExit - (JavaScript, client)var string1=form1.Fragment1.Name_1.rawValue;var string2=form1.Fragment1.Name_2.rawValue;var string3=form1.Fragment1.Name_3.rawValue;var string4=form1.Fragment1.Name_4.rawValue;var string...

Views

4.6K

Likes

0

Replies

10