Expand my Community achievements bar.

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

  • 4/11/11
    I need to access a long-lived process from Asp.Net application.I don't want to use the Basic authentication because I need to supply the Credentials.Is there a way to authenticate a user based on windows credentials? Similar to one we usually do it on Flex SSO?Any samples or advise??Nith

    Views

    495

    Likes

    0

    Replies

    0
  • 4/11/11
    Is there one object and event in which I can write a series of Javascript checks on a handful of fields which I want to validate?  I've tried e-mail buttons, regular buttons, submit buttons, and with each of those a variety of events (click, change, mouseup, mousedown, etc.).  And even a simple app....

    Views

    794

    Likes

    0

    Replies

    1
  • 4/11/11
    Is there a way to temporarily throw up a pop up message then have it automatically cancel out on its own so the user is informed of a message without having to actually respond to it?The idea is that I would "like" to be able to throw up a message to a user when they select and enter something into ...

    Views

    820

    Likes

    0

    Replies

    2
  • 4/11/11
    Couple of problems.  First, I have a dropdown that is sitting on top of a dark image.  Because of this, when a value is selected from the drop down, I need that chosen value to be white or something that will offset the dark background.  However, if I change the background fill to white or change th...

    Views

    477

    Likes

    0

    Replies

    0
  • 4/11/11
    I have two calendar fields on a form.  One enters the selected date in a YYYYMMDD format and I would like the second field to enter a date 50 years later so lets say field (a) says 20110411 I want field (b) to say 20610411.  I've been unable to find or create a script that can do this for me.  Does ...

    Views

    358

    Likes

    0

    Replies

    0
  • 4/11/11
    I can quite easily set the 'To', 'Body' and 'Subject' values for an outgoing email from a form but is it possible to set the 'From' address too?Also, can someone confirm that there is no way of removing the 'select your email client' pop-up that appears when submitting the form? I think I've asked t...

    Views

    710

    Likes

    0

    Replies

    2
  • 4/11/11
    Okay so I was helped on my previous issue but I consequentially created a new problem as a result of solving my problem.I have a two page form with the second page having a flowed sub form. On page 2 I have a positioned sub form then a flowed sub form and then another positioned sub form.  It is sav...

    Views

    769

    Likes

    0

    Replies

    2
  • 4/11/11
    Hello guys. I created a form and made a button to submit it to a PHP server choosing "URL-encoded data (HTTP Post)". I also made a specific field called "XML" in the form with javascript "XML.rawValue=xfa.datasets.data.saveXML();" in order to extract the XML data of the whole form to it. It works fi...

    Views

    630

    Likes

    0

    Replies

    1
  • 4/11/11
    Hello!1st of all i'm new in livecycle and would like some advice:Im trying to save data from a livecycle form to a SQL server database.I made a simple example form with few fields, with no restrictions etc.I created a simple db with only 1 table with few fields, also with no restrictions.I created a...

    Views

    3.4K

    Likes

    0

    Replies

    6
  • 4/11/11
    Hi,Let's say I have five dice...like in a game. I want to click a button that sets a random value (1thru 6) for each die.I put the  dice into a group called dice.How do I address a specific die? Is it like an index or a node or an instance? Something like that?for (i=0; i<=4; i++){var die = Math.flo...

    Views

    954

    Likes

    0

    Replies

    2