Search:

Type: Posts; User: blacice1

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    1,270

    Re: I need a simple loop code

    Thak you, works great!
  2. Replies
    15
    Views
    1,270

    Re: I need a simple loop code

    If I created something like this:

    if (this.rawValue == i)
    {
    this.parent.Billing_State.selectedIndex = i;
    this.parent.Rep_Code.selectedIndex = i;
    this.parent.SD_Account.selectedIndex = i;
    }
  3. Replies
    15
    Views
    1,270

    Re: I need a simple loop code

    Norm,

    Thanks again for your help. Can you show me what this would actually look like in code. What I am reading right now is like picking up a book in French. Any help is appreciated.
  4. Replies
    15
    Views
    1,270

    Re: I need a simple loop code

    Norm,
    Thank you again for your help. Could you show me how that would look?

    Starstreak,
    The loop I made up above is something I basically guessed at when putting together. I should have put i =...
  5. Replies
    15
    Views
    1,270

    Re: I need a simple loop code

    Thank you for the help!

    The relationship between the 4 is that they all share the same integer value that has been assigned to them. They appear in 4 different places on a form, but they are all...
  6. Replies
    15
    Views
    1,270

    Re: I need a simple loop code

    I have a list with 200 Names, their state, a code assigned to them, and an account number. The integers are assigned to the correlating information on those lists via Adobe.

    The list would start...
  7. Replies
    15
    Views
    1,270

    Re: I need a simple loop code

    Thank you for the link. I have already been there and read it. I have very little experince, so I do not know how to apply what is at the link to my specific scenario. If anyone can show me more...
  8. Replies
    15
    Views
    1,270

    I need a simple loop code

    Hello, I have a very low level knowledge of coding. I have a code that works inside of Adobe Live Cycle (for a PDF). The formula pre-populates feils based on the selection in the first feild. What I...
Results 1 to 8 of 8