我正在使用Lotus Domino。当我读取xml文件时,我想点击一个按钮,它会显示一个表单让我选择文件:
Sub Click(Source As Button)
//How to file input form display here
End Sub
还有一个问题。我读了xml文件,输出数据是文件:
Dim reader As New XmlNodeReader
Call reader.ReadFile(datas)
documents = reader.getNodeReaders("egov.document ")
Forall document In documents
//How to display list document for my form
End Forall
请在最短的时间内帮助我。谢谢所有!!!!