Hi All
I'm working at workflow with MOSS 2007 and InfoPath. I have two problem at InfoPath Form.
I have three InfoPath Forms, First one is initialize Form named Init.xsn, other one is Task1 Form named task1.xsn, and last one is Task2 Form named task2.xsn. All the form is Web compatible.
1.Task1 Form upload a file by InfoPath Attachment control, and Task2 Form has a HyperLink control to show the uploaded file url, but the Hyperlink control can not display the url. but it has been successfully by using TextBox to show the file url, Why is this? how should i use the HyperLink control?
2. Task1 Form has one DropDown List and Task2 Form has the same too, Task2 From get the selected value successful from Task1 Form selected the value, but, how to select the DropDown List item by value?
Allen