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

krishHexaware
krishHexaware
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by krishHexaware
Customize the badges you want to showcase on your profile
Generate editable PDF form XML - Adobe LiveCycle 13-01-2012
Hi,i need to generate editable pdf "as generated from live cycle designer" from XML.please suggest me the way, which live cycle service i should use.Thanks

Views

760

Likes

0

Replies

0
conditional drop down list bind with sqlserver database - Adobe LiveCycle 05-01-2012
Hi Experts, I have a requirement of having conditional drop down list - for e.g. there are two drop downs adjacent to each othercountrycity - based on the selection for country appropriate state for that country selected from the drop downfor e.g. we have two country China and IndiaCountry - India ChinaCity - (Mumbai , Delhi (belongs to country India)) and (Beijing, Shanghai (belongs to country China))So requirement is when user selects India as country from drop down for country he should only ...

Views

2.2K

Likes

0

Replies

3
how to convert XML to PDF - generate dynamic PDF - Adobe LiveCycle 04-01-2012
i have live cycle designer and live cycle servicesi am able to GET XML from PDF through c# code using livecycle webservice and methodsplease help to get pdf from xml, and hot get XSD/XML through livecycle designer to pass livecycle servicePlease help..thanks in advance

Views

1.2K

Likes

0

Replies

0
how to convert XML to PDF - Adobe LiveCycle 04-01-2012
i have installed designer and live cycle servicesi am able to GET XML from PDF through c# code using livecycle webservice and methodsplease help to get pdf from xml, and hot get XSD/XML through livecycle designer to pass livecycle servicePlease help..thanks in advance

Views

4.3K

Likes

0

Replies

0
Re: how to get dropdown selected value - Adobe LiveCycle 04-01-2012
thank you very much...it fixed.i was writing script on change event it needs to be written on exit event.

Views

585

Likes

0

Replies

0
Re: how to get dropdown selected value - Adobe LiveCycle 04-01-2012
$ //on the "exit" event FormCalc this.rawValue //on the "exit" event Javascriptit works but in this returns wrong valuee.g -- Display value= site1 , raw value =1Display value= site2 , raw value =2Display value= site3 , raw value =3 TextField1=$;step 1 :- run the form select site1 return null ------here it should fill text box with 1step:-2 select site2 it returns 2 null ------here it should fill text box with 2

Views

584

Likes

0

Replies

0
Re: how to get dropdown selected value - Adobe LiveCycle 04-01-2012
Thanks for the help.....I tried this But this.rawValue returning wrong value for e.g. 1. select text from dropdown - for first time it returns null2.second time select from dropdown - it returns firrstime selected valuei had tried this "$.boundItem(xfa.event.newText)" in formCalc on dropdown change event doesnot work when dropdown bounded from sqlserver database.Please suggest....

Views

585

Likes

0

Replies

0
how to get dropdown selected value - Adobe LiveCycle 04-01-2012
I'm trying to set up a form so that a text field will populate with dropdown value.to bind dropdown i am using sqlserver database.i tried this but it is not working :- var sNewSel = this.boundItem(xfa.event.newText);and var sNewSel = $.boundItem(xfa.event.newText);this code works if drop down bind eith XML source but does not work if dropdown bind with sqlserver data basePlease help.. Thanks in advance

Views

14.1K

Likes

0

Replies

7