Expand my Community achievements bar.

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

  • 08-07-2013
    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.8K

    Likes

    0

    Replies

    4
  • 08-07-2013
    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.4K

    Likes

    0

    Replies

    3
  • 08-07-2013
    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

    853

    Likes

    0

    Replies

    2
  • 07-07-2013
    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

    727

    Likes

    0

    Replies

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

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 06-07-2013
    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.5K

    Likes

    0

    Replies

    3
  • 05-07-2013
    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

    524

    Likes

    0

    Replies

    1
  • 05-07-2013
    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.3K

    Likes

    0

    Replies

    2
  • 05-07-2013
    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
  • 05-07-2013
      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

    2.9K

    Likes

    0

    Replies

    2