Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~363 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mariyana

have a xml file as follows <par def="1"> - <field type="keyword" name="ListBox_1" > <keywords ui="listbox" readingorder="lefttoright" /> </field> - <field type="keyword" name="ListBox_2" > <keywords ui="listbox" readingorder="lefttoright" /> </field> </par> - <par> - <field type="keyword" name="Combox_1" > <keywords ui="combobox" /> </field> - <field type="keyword" name="Combox_2" > <keywords ui="combobox" /> </field> </par> …

0
63
Member Avatar for mariyana

I have a folder path which i chose at runtime. Now i want to check if the Folder contains files with extension .txt. How to do this.

Member Avatar for waynespangler
0
110
Member Avatar for mariyana

I am having an xml file as follows: ######################## <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE form (View Source for full doctype...)> - <form name="Test_Form" xmlns="http://www.lotus.com/dxl" version="6.5" replicaid="652573B0001EDB3B" publicaccess="false" designerversion="6.5" noreplace="false" useapplet="false" treatashtml="false" default="false" private="false" readingorder="lefttoright" inherit="false" mailable="false" type="document" recalc="false" storeform="false" editonopen="false" anonymous="false" nofieldexchange="false" versions="none" manualversion="false" inheritdoc="none" contextpane="hide" conflictaction="createconflicts" noinitialfocus="false" nofocusonf6="false" signdocuments="false"> …

Member Avatar for bcm
0
115
Member Avatar for mariyana

I want to generate XML code using vb.net <sample> <?xml version="1.0" encoding="UTF-8"?> <?mso-infoPathSolution name="urn:schemas-microsoft-com:office:infopath:textbox-vini:-myXSD-2007-12-06T08-47-54" solutionVersion="1.0.0.1" productVersion="12.0.0" PIVersion="1.0.0.0" href="file:///C:\Documents%20and%20Settings\Vinitha_mani\My%20Documents\textbox-vini\manifest.xsf" ?> <?mso-application progid="InfoPath.Document" versionProgid="InfoPath.Document.2"?> <my:myFields xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2007-12-06T08:47:54" xml:lang="en-us"> <my:field1></my:field1> <my:field2>vinitha</my:field2> </my:myFields> This xml is created from Infopath form as a source file. Now how can i generate the same through code given that …

0
75