Expand my Community achievements bar.

tltagami
tltagami
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • My subform situation is a little complicated. I have attached my form for you to look at.To recreate:open formclick "Edit to existing course"click Page to add an instance of the page subformclick Page to add another instanceuse "Move" buttons to rearrange themWhen user adds an instance of the page s...

    Type

    Questions

    Views

    997

    Likes

    0

    Replies

    2
  • Thanks!I also found this solution:if (xfa.form.assessment.Interaction.presence == "visible") {xfa.form.assessment.Interaction.presence = "hidden";}else {xfa.form.assessment.Interaction.presence = "visible"}

    Type

    Questions

    Views

    729

    Likes

    0

    Replies

    0
  • I want an alert to popup the first time a user opens the form that instructs them to save it to their local computer before they begin working. Once they've done that, I don't want the alert to show up upon opening anymore. Is this possible?

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    4
  • How do I set up a button so the first time it is clicked it shows a hidden subform, but then when it is clicked again, it hides the subform?

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    5
  • Perfect! Thank you!

    Type

    Questions

    Views

    508

    Likes

    0

    Replies

    0
  • I figured this out.Somehow my code had been copied into the initialize event AND the click event. I removed it from the initialize event, and voila!

    Type

    Questions

    Views

    433

    Likes

    0

    Replies

    0
  • Here is my heirarchy:form  topic    detailWhere detail and topic are repeating subforms. I have detail set to a minimum of 3 instances.Here is the weirdness:The first instance of topic (topic1), detail renders 4 times instead of 3. In subsequent instances, it renders the correct 3.ANDWhen instances ...

    Type

    Questions

    Views

    630

    Likes

    0

    Replies

    1
  • Bruce - I have another problem now.I have attached my form so you can take a look.  I used your code for a repeating subform (detail) in a repeating subform (topic). So, details a, b, c, etc are created in topic1. I have the minimum set to 3, but it renders 4 (a, b, c, and d). Then, when I create su...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Is it possible to have the caption aligned one way and the field aligned another?I have a text field, and I want the caption to be aligned flush right and the text to be aligned flush left.

    Type

    Questions

    Views

    770

    Likes

    0

    Replies

    2
  • Thanks! That works!

    Type

    Questions

    Views

    762

    Likes

    0

    Replies

    0