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

balaji_gurumur1
balaji_gurumur1
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by balaji_gurumur1
Customize the badges you want to showcase on your profile
Re: Displaying characters in numeric field - Adobe LiveCycle 28-01-2013
Hi...I'm attempting to apply numeric field format at runtime which are as follows:1. "num{'-'$z,zzz,zz9.99 " + "}" format. This format should be displayed only when the entered value is negative (e.g. -500) - NOT WORKING2. "num{'+'$z,zzz,zz9.99 " +"}" format. This should be displayed when the value is positive (e.g. 365) - WORKINGI was able to achieve this but problem lies with the point #1 - where for a negative value the output comes as positive number. Can you suggest for the above scenario.T...

Views

187

Likes

0

Replies

0
Re: Opening an attachment - Adobe LiveCycle 28-09-2012
JUst try it with the following code. Hope this helps...var oObj = event.target;var fileAttachments = oObj.dataObjects;//dataObjects returns all dataObjects(attachments)in the pdf//attachmentsList is a listbox field in the form listing all the attachments includedif(attachmentsList.length > 0){ oObj.importDataObject(fileAttachments.length); var oDataObj = oObj.getDataObject(fileAttachments.length); attachmentsList.addItem(oDataObj.path); //console.println("The attachments size is...."+fileAttachm...

Views

228

Like

1

Replies

0
Re: Auto hiding the null field - Adobe LiveCycle 28-09-2012
I can suggest you to use Action Builder in forms as it not require you to code the script.You build actions by adding one or more conditions that must be met, and one or more results that occur when the conditions are fulfilled. This is present in Designer ES2.thanksBalaji

Views

145

Likes

0

Replies

0
Re: Dynamic Masterpage - Adobe LiveCycle 27-09-2012
Yes it is possible to have multiple master pages for the page contents. 1. Assume you have 2 Master pages (MPage1, MPage2) and 3 Pages (Page1, Page2).2. First, Select Page1 -> Goto Object tab -> Pagination -> After: goto content area. or Place: goto content area. Select which master page you want for that selected page.3. Repeat step2 for other following pages.thanks.Balaji

Views

323

Likes

0

Replies

0
Re: I Need help wrapping an expandable text field to the next page, while pushing a subforum beneath it - Adobe LiveCycle 27-09-2012
Just try to see that both Page and subform are both in a flowed layout with direction-Top to Bottom. Also make sure the below checkboxes of the field is checked:1. Allow multiple lines2. Allow page breaks within contentthanks.Balaji

Views

172

Likes

0

Replies

0
Re: Newly designed form issues - Adobe LiveCycle 27-09-2012
This would not happen at any moment as fields are explicitly made required (not all fields). First tell me what is the designer version you are using?Though you traverse / skip the fields it would not occur. thanks.Balaji

Views

123

Likes

0

Replies

0
Re: Conditional Required Fields - Adobe LiveCycle 27-09-2012
I think you could have written TextField1.rawValue instead of TextField1.mandatory so that you are getting the value 'error'.What you need to do is just place the following script in the Click event of the checkbox.if(this.rawValue =='1'){TextField1.mandatory = "error";TextField2.mandatory = "error";TextField3.mandatory = "error";Gender.mandatory = "error";Gender.border.edge.color.value = "225,0,0";}else{TextField1.mandatory = "disabled";TextField2.mandatory = "disabled";TextField3.mandatory = "...

Views

2.1K

Likes

0

Replies

0
Re: Drop-Down Warning - Adobe LiveCycle 27-09-2012
I tried to replicate the scenario with LC designer 8.2 but unable to reproduce. Since i dont have the latest version i tried with 8.2. My suggestion is to check the error/logs tab in the designer or reinstall the designer.Thanks.

Views

143

Likes

0

Replies

0
Re: Tool tip not working in tables and certain fields - Adobe LiveCycle 07-06-2012
Thanks very much for your reply. It works nicely.Balaji

Views

284

Likes

0

Replies

0
Likes given to
Likes from