Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 3/27/06
    I am having difficulty with an if statement to prevent division by zero before the user puts in a value for the "Hours_Direct5" fieldif ( Hours_Direct5=0 ) then Fatal_AFR_Direct5=0 else Fatal_AFR_Direct5 = Number_Fatalities_Direct5 * 100000 / Hours_Direct5 endifFor starters it did not like the state...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 3/27/06
    Adobe Live Cycle 7.1It cannot work when i tried to make the text field and button invisible without JavaScript:1. Create a text field with any default value and button.2. Create a filled color rectangle.3. Set the rectangle on top of all objects (right click it and select "bring to front") 4. View i...

    Views

    437

    Likes

    0

    Replies

    1
  • 3/27/06
    Hi,I need help on configuration of mail and Form manager setting.1.)I want to know is it possible to compose a seprate SUBJECT LINE and MESSAGE BODY for mail which comes during a work item comes into a person worklist for diffrent workflow. While making setting from the adminui I think there are som...

    Views

    702

    Likes

    0

    Replies

    2
  • 3/27/06
    I have a problem populating part of my dynamic/interactive sub forms in to a XML-message. The sub form uses setInstances and is based on a XSD schema. When I bind the different elements to the 'data view' elements it seems to reject the [*] occurrences, i.e. family[*].name (when physical entering th...

    Views

    610

    Likes

    0

    Replies

    3
  • 3/26/06
    I have several radio button groups where, if one of the buttoms is selected, a text box becomes visible. I would like to kame these text boxes required. I am brand new at this and it took me several days to figure out that in order to make the presence = "visible" work I had to save the form as an x...

    Views

    10.7K

    Likes

    0

    Replies

    28
  • 3/25/06
    I am trying to make a button that will duplicate the information from a few text boxes to a different text box, they will not always be the same, but I want the person to be able to duplicate all the info if it is needed. I see javascript/FormCalc code can be used, I just lack the knowledge on how t...

    Views

    391

    Likes

    0

    Replies

    2
  • 3/24/06
    Adobe Designer 7.0Windows 2000 Pro, SP 4Compaq Evo N620cNo printer512 Mb RAMI went through the tutorial to create a office function survey form. Everything works fine except the "submit by e-mail" button. When I click on it, (as I test the file in the "PDF preview" feature), it prompts my desktop ma...

    Views

    94.5K

    Likes

    0

    Replies

    41
  • 3/24/06
    I'm creating a form for our Purchasing Dept, where the form records price quotations of up to 5 line items for up to 3 vendors, then calculates and summarizes the totals for each vendor. Vendors sometimes bid on 4 of the 5 items listed, then that one item is considered "No Bid".I have a field where ...

    Views

    737

    Likes

    0

    Replies

    4
  • 3/24/06
    I would like to have the caption of a checkbox change from the text to the time that the box was checked.(Basically Time Stamp the Click Event) I've been able to get it to change to the milliseconds but have not been able to format this number to readable time. The code that I'm using is this:CheckB...

    Views

    936

    Likes

    0

    Replies

    2
  • 3/24/06
    Has anyone had any success in retrieving more than one value from an LDAP query? I would like to connect to the LDAP server and return a list of users that meet certain conditions and when I test the query, I see all of the records returned, but when I run, I don't get all of the values. The documen...

    Views

    2.7K

    Likes

    0

    Replies

    3