Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parameter values from a xml file?

Status
Not open for further replies.

gabster

Programmer
Oct 23, 2001
192
US
Is this possible somehow?

I would like to build a VB app that passes parameter values to a CR (in CRViewer) from a xml file.

Example of xml file:

<parameters>
<Color>Blue</Color>
<Date>10/12/2001</Date>
</parameters>

And so, the VB App extracts &quot;Blue&quot; and &quot;10/12/2001&quot; values as parameters and passes them on to the report...

Anyone can please help me on this?

Thank you,
Gabi.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top