Expand my Community achievements bar.

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

  • 6/29/11
    I have created a PDF form through Adobe livecycle where others can fill out certain information, i have distributed this form to a large group and those that dont have adobe pro and only have a reader are not able to save the forms once they have filled in the fields.  When they open the form a mess...

    Views

    535

    Likes

    0

    Replies

    1
  • 6/28/11
    Hi everyone, I have some categories in start process (where a user can start a process from workspace) say Category1 and Category2, is there any way to control the access of these categories i.e. I need some type of users to start Category1 only and they cannot start the other, and some other users ...

    Views

    813

    Likes

    0

    Replies

    1
  • 6/28/11
    Hi everyone,I have some categories in start process (where a user can start a process from workspace) say Category1 and Category2, is there any way to control the access of these categories i.e. I need some type of users to start Category1 only and they cannot start the other, and some other users c...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 6/28/11
    Hi All,I am having issue connecting to the local database from the Adobe Form.Here is the code that I have to open the connection:// Search for sourceSet node which matchs the DataConnection namevar nIndex = 0;while(xfa.sourceSet.nodes.item(nIndex).name != sDataConnectionName){nIndex++;}var oDB = xf...

    Views

    369

    Likes

    0

    Replies

    1
  • 6/28/11
    My form contains 2 pages . Whenever i am importing data in in page 2, Data present on page 1 is getting cleared out.I am using xfa.host.importData() to import data. I dont want page 1 data to be cleared out.Please advice...

    Views

    684

    Likes

    0

    Replies

    1
  • 6/28/11
    I would like to check for connection to the server that will be hosting my lifecycle application. If the connection to this server fails, I would like to connect to another server. Any idea how I can come about doing it? I was thinking of capturing the exception in a try/catch block but I was not su...

    Views

    661

    Likes

    0

    Replies

    0
  • 6/28/11
    I'd let to set LiveCycle form objects to have a certain set of properties (appearance, pattern, etc.) every time I use a new object. How do I do this?

    Views

    482

    Likes

    0

    Replies

    1
  • 6/28/11
    I need to convert my pdf into a word document but still keeping the drop downs and text boxt features. If any one can tell me if this is possible please let me know how. Thank you.

    Views

    452

    Likes

    0

    Replies

    1
  • 6/28/11
    I've been perusing forums for the last few hours and still can't solve my problem with flowable forms. I have several text fields that need to be able to expand text and continue on to the next page if needed. Each of my text fields allow multiple lines, allow page breaks within content, expand to f...

    Views

    8.5K

    Likes

    0

    Replies

    6
  • 6/28/11
    I have in a repeating table rows a DDList and a TextField1(Type:Read Only) with default text:MANTATORY.For the DDList I have about 20 items listed and one of them the Course A is Optional.On change event I have the following script:var vConversion = "MANTATORY";switch (xfa.event.newText){case "Cours...

    Views

    1.2K

    Likes

    0

    Replies

    4