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

Sony_A1
Sony_A1
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sony_A1
Customize the badges you want to showcase on your profile
Re: Create Email Subject from Text Field - Adobe LiveCycle 09-08-2012
Use can use this script for getting subject from textfieldvar myDoc = event.target;var address = "";var subject = TextField.rawValue,myDoc.mailDoc({bEmpty: true,cTo: address,cSubject: subject,csubmîtAs: "PDF"});

Views

481

Like

1

Replies

0
Re: Need help to create expanding form fields in LiveCycle Designer ES (not version 10). - Adobe LiveCycle 09-08-2012
Hi, If the other fields need to go next page or move according to the flowable field, design fields in subform and den check autofit for both field and subform. Make sure that field should not check "limit length"

Views

140

Likes

0

Replies

0
Re: Insert a blank page after first page - Adobe LiveCycle 06-08-2012
Is this problem is occuring while printing a form, because of it you want to insert blank page after first page. If then go to File select Form properties in that select the tab PDF print options select the check box use these print setting for PDF form.

Views

315

Likes

0

Replies

0
Re: Form Calculations - Please Help - Adobe LiveCycle 05-08-2012
Hi,we can run calculations for both the options but if you write code in calculate event using Javascript the field get read-only. so when using calculate event only either of options is available. you can choose in which you would like to write the code.

Views

119

Likes

0

Replies

0
Re: How to automatically navigate to the next field without pressing the TAB key? - Adobe LiveCycle 04-01-2012
Hi,Instead of writing Script in Change event, write it in full event.Beofre that make the Field, limit length - Max Chars 3. and in full event write xfa.host.setfocus(TX17);

Views

815

Like

1

Replies

0
Get values based on Dropdown box selection-Important - Adobe LiveCycle 04-01-2012
Hi All,In first table, i have an two textfields one is for "item no" and other is "item desc" and in the second table I have an "dropdown box" and "item desc".Whatever is entered in the "item no" its populating in the "dropdown box", when an dropdown is selected any item that item desc should be displayed.For example: In first tableItem no Item Descitem 1 abcitem 2 defitem 3 ghiand in the second tableDropdown box Item descitem 2 defitem 3 ghiWhen am selecting item2 in dropdown box the related te...

Views

587

Likes

0

Replies

0
DropDownList - its urgent - Adobe LiveCycle 02-01-2012
Hi All,I need help as this form is urgent.I have two tables in first table an textfield with an addInstance and in the Second table, has an dropdown box with addInstance. Now when I entry the value in textfield those value should get in the dropdown. I have use the below script in the textfield exit event. It works properly but when i enter in first two fields like item 1, item 2 those are displaying whereas if I delete item2 and rename as item 3, the dropdown values should be item1 and item3 bu...

Views

624

Likes

0

Replies

2
Email Button - Adobe LiveCycle 03-10-2011
Hi,Is it possible to write a script on email button where as an mailing setting can be changed. For example we can make that mail for high proirity.Thanks in Advance

Views

381

Likes

0

Replies

1
Re: help required with submit button - Adobe LiveCycle 14-06-2011
Hi,Write this script in click event of the submit buttonvar mail;var saddress = "Reciever mail id";var subj = "Mail subject";mail = "mailto: " + saddress + "?Subject=" + subj; event.target.submitForm({cURL: mail,bEmpty: true,cSubmitAs: "PDF",cCharset: "utf-8" });Regards,Sony

Views

146

Likes

0

Replies

0
Re: Urgent Pls... Textfield validation - Adobe LiveCycle 03-06-2011
Hi Bibhu,Thank you so much for ur help.Regards,Apurva

Views

144

Likes

0

Replies

0
Likes given to
Likes from