Expand my Community achievements bar.

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

  • 7/22/08
    Hello,How can I refer to a specific instance of a subform using variablesAs an example, say if I want to excute the statement,if (subform1[someVar].table1.row1.texfield1.rawValue=="test") { ... }else { ... }The resulting console message is:"section[someVar] has no properties"Even if I try the follow...

    Views

    564

    Likes

    0

    Replies

    2
  • 7/22/08
    i have some fields that need to be visible, only after the form has been approved.is there a way i can pass something back to designer (from workbench), to trigger the fields to display?Thanks

    Views

    744

    Likes

    0

    Replies

    3
  • 7/22/08
    Does anyone know the maximum amount of text allowable in a single Text Field on a form?Are there any maximum total size restrictions for a document?ThanksCarol

    Views

    585

    Likes

    0

    Replies

    2
  • 7/22/08
    Hi All,I am very new to flex and i want to use charting of Flex 3.0in my application, but i am not sure about Charting component isopen source(Free or paid).Please guide me with this.ThanksBadri Krishnan

    Views

    535

    Likes

    0

    Replies

    1
  • 7/22/08
    Hi, have a simple question. What is the maximum string length that can be declared in a workflow process?I tried figure that is more then 2K and when saving the workflow process, It cannot be saved and there is error message prompted. After which, sometime the workflow will go inactive and from then...

    Views

    690

    Likes

    0

    Replies

    1
  • 7/22/08
    I have a form with multiple fields that will contribute to a total. Is there a way to have script apply to multiple fields that will auto update the totals, instead of scripting a separate exit event for each field.Thank you

    Views

    597

    Likes

    0

    Replies

    2
  • 7/22/08
    Hello.I am a LiveCycle newbie with limited experience. I have some database and scripting experience on other platforms, such as Access.Currently, I am trying to quickly knock out a form in which the user can allocate their time, as a percentage (xx.x%). There are 25 categories in which the user may...

    Views

    402

    Likes

    0

    Replies

    1
  • 7/22/08
    I asked a question last week that was admittedly unclear and didn't get an answer, so I figured out on my own how to get a form that works with this code below (first time attempting this): If ((NumberPmts == 12) And (APR==21.00)) then (AmtFin2*.09313) elseif ((NumberPmts == 24) And (APR==21.00)) th...

    Views

    410

    Likes

    0

    Replies

    0
  • 7/22/08
    I made a time card for my company. It is very simple and calculates time and gives you a sum. It is in military time. the problem I have is when someone works till midnight. So if I enter 19:00 for a start time and 24:00 for end time, it tells me "enter time in the format 00:00" It is getting hung u...

    Views

    820

    Likes

    0

    Replies

    5
  • 7/22/08
    Hi, I am a newbie and have just started using Flex. I have alittle XML that I created from PHP in the following:<student> <id>001</id> <name>Test I</name> <instructor_name> <first_name>Tara</first_name> <last_name>Morrison</last_name> </instructor_name> </student>I used HTTPService provided by ...

    Views

    1.1K

    Likes

    0

    Replies

    3