Search This Blog

Showing posts with label adobe. Show all posts
Showing posts with label adobe. Show all posts

Thursday, June 05, 2014

Adobe livecycle hide field

Hide field when blank:
initialize javascript:

if(CUST_MAT_DESC.rawValue == null) 
{ 
  CUST_MAT_DESC.presence = "hidden"; 

}

Wednesday, June 04, 2014

Adobe Livecycle PDF Page Break

1) Select your repeating subform and add a Conditional Break (Object,Pagination,Edit...).
2) Enter this script: this.instanceManager.count > this.instanceIndex+1
3) Select Break: After and To: Top of Next Page

Thursday, May 09, 2013

How to create parallel/side-by-side dynamic tables in Adobe Lifecyle

Is it possible to create parallel/side-by-side dynamic tables in Adobe Lifecyle? If so, how? Since the tables have different sizes I am running into wrapping issues with flowed western text setting and paging issues with position control. Any other ideas? Solution: I had actually tried this solution ("wrapping the tables in a position subform and setting it to auto-fit height and allow page breaks.") but it didn't work. Something to do with nested position subforms inside a flow control subform etc. So to get it to work, I set the page to be a position subform and set auto-height and allow page breaks and I unwrapped the tables so they were only "wrapped" by the page itself. http://forums.adobe.com/message/5288482#5288482