Expand my Community achievements bar.

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

  • 8/5/10
    Hello,I would like to pop-up a message when the user closes the form without having clicked on a button. Therefore I used the event docClose. My problem is that the event is fired twice. I tried to:-  put a flag but the variables are reinitialized when the event is called. - use form variables but e...

    Views

    2.3K

    Likes

    0

    Replies

    5
  • 8/5/10
    I'm using this script successfully. form1.#subform[0].typeOfIncidentDdl::change - (JavaScript, client)assocInfoSubform.presence = "hidden";custInfoSubform.presence = "hidden";if (xfa.event.newText == "associate injury"){          assocInfoSubform.presence = "visible";} else {          custInfoSubfor...

    Views

    4.9K

    Likes

    0

    Replies

    18
  • 8/5/10
    I'd like to create an Equipment checkout form that when a user selects a piece of equipment, it will list all of the items that are included with that piece of equipment so that the user can check off each item to make sure it's all there. The items would be checked off after the form is printed so ...

    Views

    2.4K

    Likes

    0

    Replies

    10
  • 8/5/10
    I have a form that has a subform , for some reason, simply will not flow .... when text is lengthy.I have edited it numerous times and - I can;t seem to identify the problem -Would someone be willing to diagnose this issue?If I can email the form and have someone simply glance at the problem -if the...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 8/5/10
    I have been researching this for hours and I just can't figure it out so hopefully someone can help me here...I have a timesheet form where I'd like the user to click on the first box which I've set up as a date field so the little calendar pops open. Once they choose the date in that field (which I...

    Views

    2.6K

    Likes

    0

    Replies

    3
  • 8/5/10
    I'm creating a new form that users will enter amounts of money such as $100.00 or $300.00 in. I will have 3 or 4 fileds users will be entering the amounts in. At the bottom I will have a totals field. How do I make the totals field show the sum of the amounts that is entered into the field?

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 8/5/10
    I'm creating a new form. I have a field that is a date field. How can I make the default date be todays date so the user won't have to type the date in unless it is a different date other than today?

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 8/5/10
    hello, you know how to delete an XML node example with a button????there is a way to delete a node??

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 8/5/10
    Hi,How do I refresh a form..I tried xfa.form.remerge(); and xfa.layout.relayout(); but both of them dont work.I want the form or letter to go back to its original state once the user click Print.ThanksAce

    Views

    4.4K

    Likes

    0

    Replies

    5
  • 8/5/10
    Hi,On my form there are two signatures. On signing the first signature field all the fieds above it get locked. Then i have the attchments sections and below it is the second signature field. But if i sign the first signature field the attachment(import data object) wont work.I know this is clearly ...

    Views

    968

    Likes

    0

    Replies

    1