Expand my Community achievements bar.

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

  • 1/23/12
    I have a form where I need to subtract two values from another value but it can't show a negative number as the result. So it's  a -(b+c). If a becomes -10 then I need a script to just show a zero in that total field. I'm thinking in javascript but I'm still writing it in pig latin. Please help.

    Views

    2.4K

    Likes

    0

    Replies

    2
  • 1/21/12
    Hi, Hoping this is a simple answer. I have a form whcih has 7 pages the first 6 are portrait but I want the seventh to be landscape. How do I acheive this? At the moment I have created a second master page that is landscape but can't see how to assign to an inserted apge in design view. I'm currentl...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 1/20/12
    Is there any way to control orphan / widow sentences during text field breaks to subsequent pages like the option available in MS Word?Thanks

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 1/20/12
    I have the if statement below that will works just with way I want it to, if the button is click and the Portfoliocode is null the border and fill color turns red and the "Please complete all required fields to print." message appears the once the PortoflioCode has something in it the border and fil...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 1/20/12
    I have this code in the click event of a "Delete" button within a repeatable subform:var SFArray = xfa.resolveNodes("SubForm[*]"); //  build array of subformsxfa.host.messageBox("length=" + SFArray.length);if (_SubForm.count > _SubForm.occur.min) { // check for minimum     _SubForm.removeInstance(Su...

    Views

    813

    Likes

    0

    Replies

    1
  • 1/20/12
    I am trying to incorporate Pauls lock all script and Nials password protected access when a button is clicked.Is there a way to have that lock all button/script only work when the password entered is correct? Also a way to unlock it by someone who has a password?

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 1/20/12
    Hi,I have a dynamic form which have two subforms with instanceManagers. One is called options, and other is description. Subform "options" has a button which adds an instance to both InstanceManagers "_options" and "_description". I click the button two times so i have three instances of each. Each ...

    Views

    2.7K

    Likes

    0

    Replies

    7
  • 1/20/12
    Hi, I have been looking for an answer to this all morning.  I need to use the value from a radio list to populate a text field.  I can get the selected numeric value OK using$.rawValue = form1.#subform[0].Table3.Row1.#subform[0].Location[0].rawValuebut i want to get the text item associated with the...

    Views

    2.0K

    Likes

    0

    Replies

    6
  • 1/19/12
    This sounds funny, but here is my scenario:I got 10 operations in a process. In the 6th step, it fetches the username to be assigned in the 7th step from the custom DB using JDBC service.Unfortunately, the username was not maintained properly (with some mistyping in the DB). In the 7th step, I use A...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 1/19/12
    I have an application response letter that has two choices for our agents to pick. If they choose Appoved, then it opens a drop down list with 6 other choices but they all fit on one page. If they choose Denied, the information spans two pages.  How do I do that without putting an extra page in the ...

    Views

    979

    Likes

    0

    Replies

    2