Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/1/12
    Hello All,First off, I really appreciate the knowledge that many of the gurus on this forum share with us.Secondly, I was hoping to get some ideas on how I can go about scripting for the following situation:I have a checkbox that, when clicked, adds a new text item to a listbox in a separate subform...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 2/1/12
    I've tried ac_quicktime.js, but no matter what I do all I get is the play button with a slash through it in ios safari. I've also tried with 3gp video. any ideas?

    Views

    2.5K

    Likes

    0

    Replies

    1
  • 2/1/12
    We copy text from Word documents into LiveCycle Text items that have the correct font and size already established. It's very cumbersome to have to "fix" pasted text that comes in with it's own font and size.  This could be a setting in options.

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 2/1/12
    I am having an issue with a form, I can't find a way to make it extremely easy for a user to open a form (that I email them) then let them fill it out and sign it (this is the bothersome part, since they are forced to save a copy of the document) I think I can eliminate any need to save a secondary ...

    Views

    409

    Likes

    0

    Replies

    0
  • 2/1/12
    I have figured out the script to send an e-mail based on a drop-down object but I need to also Cc two other people on that same email based on those users entering their email addresses on the form in two seperate textfields named, "CC-EmailAdrress1" and "CC-EmailAddress2". How can this be done?Here...

    Views

    3.5K

    Likes

    0

    Replies

    6
  • 2/1/12
    I have created a form in LiveCycle that contains a text field where respondents can enter whatever text they want.The responses are returned to me as XML attached to an email.  I’ve got a bit of vba that extracts all the attachments from the emails and puts them in a folder, giving each one a unique...

    Views

    540

    Likes

    0

    Replies

    0
  • 2/1/12
    Hi,I need some modifications in lccs.swc (for example: change audio icon and UserItemRenderer in HorizontalRoster, TextInput height in SimpleChat). Can i modify from src and generate a new swc? If it's possible, how?Thanks!

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 1/31/12
    I'm trying to find a way to warn the user that the button they clicked will delete the entire row. If they answer "Yes" to continue the deletion occurs. If they answer "No", the row does not delete.

    Views

    2.4K

    Like

    1

    Replies

    7
  • 1/31/12
    HelloI keep seeing the above error in my server log. My model file has the following. What is the warning about and how to rectify it in the right waythanksRupak<annotation name="DMS">    <item name="datasource">java:comp/env/ALGODB</item>    <item name="hibernate.dialect">org.hibernate.dialect.Orac...

    Views

    3.8K

    Likes

    0

    Replies

    3
  • 1/31/12
    I have the code on a checkbox object in the mouseup event:Outline is this:form1     mainForm          subForm               checkBox1I plan on having many more subForms.This is the script:if  (this.rawValue == 1 || xfa.resolveNodes("mainForm.subForm[*]").checkBox1.rawValue ==1)    xfa.resolveNodes("...

    Views

    1.5K

    Likes

    0

    Replies

    2