Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/8/13
    Hi,I'm building a dynamic form and I have a requirement to change button background fill style from Linear to Solid using javascript. I'm using Linear style to represent active button and Solid style for inactive buttons. Can someone please help me with sample script?Thank you,Sandeep

    Views

    2.9K

    Likes

    0

    Replies

    4
  • 7/8/13
    I want to add multiple master pages to my form (one in portrait, one in landscape).  I thought this would be easy.  I am pretty new to Livecycle but I thought using the pagination settings would be the way to do it.  Unfortunately the settings on the pagination pallet are always greyed out.  I've lo...

    Views

    3.9K

    Likes

    0

    Replies

    3
  • 7/8/13
    Hello All,Can anyone help with the data limit for extracting an XML from a text field?Scenario: I have a text field with limit defined as 1000 characters. Can you please let me know if there is any limitation while extracting an XML with a text field having 1000 characters?Thanks,Tanmay

    Views

    960

    Likes

    0

    Replies

    2
  • 7/7/13
    Good evening,I am developing a form that reads and posts data from/to a table hosted on a remote PC running XP/SQL Server Express 2008 R2. I access the server through the Internet.My problem is that if the internet connection happens to be down when I -eg- try to save data to the table using the for...

    Views

    789

    Likes

    0

    Replies

    1
  • 7/7/13
    FYI:http://cookbooks.adobe.com/javascriptThere was a rumour that this site was headed to the digital landfill.

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 7/6/13
    Hi All,I made a form (which I saved as dynamic) and opened in Acrobat to extend its Reader rights (I suppose this is the only way to extend Reader rights, isn't it?).After extending its Reader rights, I open it with Reader but commenting is not permitted. Why?Thanks

    Views

    4.7K

    Likes

    0

    Replies

    3
  • 7/5/13
    I create a lot of forms that are put on a websfor people to open and complete.  We are having increasing problems with people not being able to open the forms for varying reasons on browsers.  Is there a way to put some programming in the form so that when it is opened it is automatically opened in ...

    Views

    576

    Likes

    0

    Replies

    1
  • 7/5/13
    I have a repeatable row in a table that is defaulted to read only.   If a certain value doesn't exist in the XML (populated != x), I want to make add / remove buttons visible and and make the text fields in the row and all subsequent instances Open.when populated !=x:This is the code:if (xfa.host.na...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 7/5/13
    In  a short-lived process, I have some operations that must be executed each five seconds (using a custom component with java Thread.sleep to wait) . Tried 2 ways:1) an infinite loop 2) The same event as start point and throw. Both ways works fine but after some time the process stops reporting prob...

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 7/5/13
      On exit event I am using the script below to clear the red mandatory border around the field: if (IssueDate.rawValue != null){IssueDate.mandatory = "disabled"; }else{ IssueDate.mandatory = "error";}I am using the same script for a field in a repeating row of a tablebut does not work!What I am doin...

    Views

    3.0K

    Likes

    0

    Replies

    2