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.
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...
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...
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...
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 ...
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...
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...
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...
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...