Expand my Community achievements bar.

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First

  • on 21-11-2005
    Hii...i really need help right now..how can i add script to drop down list if i click 1 choices from it, the text field beside it will automaticly put the description.

    Views

    577

    Likes

    0

    Replies

    4
  • on 21-11-2005
    hi,is it possible to sign a PDF which is PDF 1.2 standard?thanks

    Views

    598

    Likes

    0

    Replies

    2
  • on 20-11-2005
    I have a form that is bound to an XSD schema. There is also quite a bit of dynamic content. ie: users can add a new row to a table. My problem is that since it is bound, when the user adds new rows and enters data, the data in the same column of every row changes as well... since each column has the...

    Views

    411

    Likes

    0

    Replies

    3
  • on 20-11-2005
    I'm having a problem with the dynamic aspects of a form I'm working on. If a subform by default is hidden, how do I get the subform to become visible when it is rendered with data?My Problem:I have a form that is part of a workflow. There is quite a bit of dynamic content. When user A fills the form...

    Views

    258

    Likes

    0

    Replies

    1
  • on 19-11-2005
    I try to import some form data. Depending on a checkbox the position of a subform can vary. The behavior of the form is different and dependent on where the fields are defined - in a MasterPage or in a BodyPage. I hope my examples are self-explaining. Please just have a glance at the following links...

    Views

    240

    Likes

    0

    Replies

    0
  • on 18-11-2005
    I've already used Rendezvous in one of my process and there I am combining data from 5 different tasks in parallel. It was working fine with that process, but now when I am using the same procedure in another process it is not working, i.e., some of the data is being lost in the transition.The only ...

    Views

    523

    Likes

    0

    Replies

    1
  • on 18-11-2005
    HiI plan to use WebService (WS) to fetch data in my forms. It is very easy to setup a dataconnection to a WS in Designer 7, and then drag-drop fields into the form.I have a WS implemented and I can fetch data into my form.I was wondering if it is possible to code agains the WS directly, without usin...

    Views

    345

    Likes

    0

    Replies

    2
  • on 18-11-2005
    Hi,i'm using form server and try to run some server-side scripting. For test purposes i simpy want to add an item to a list box using Javascript. Script is triggered with click-event of simple button. In Documentation it is mentioned e.g. that a click event triggers server side srcipt execution. Fur...

    Views

    553

    Likes

    0

    Replies

    7
  • on 17-11-2005
    I've been trying to evaluate a list of possible users to participate in a task through the following code:var key = new Array();var value = new Array();key[0] = "DisplayName"; value[0] = "User1";key[1] = "DisplayName"; value[1] = "User2";Role.candidateList = Directory.findAllUsers(key,value);This sc...

    Views

    564

    Likes

    0

    Replies

    1
  • on 17-11-2005
    Objects:-Duration, calculated days between two user input dates.-FullDay, user inputs.-PartDay, user inputs.-SumFullPart, calculated sum of FullDay and PartDay, to be hidden. Note that Duration should always equal the sum of FullDay and PartDay.After the above, the user inputs some more data, into N...

    Views

    691

    Likes

    0

    Replies

    2