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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send data into Data Provider function in VBA

Status
Not open for further replies.

ddornfeld

Programmer
Oct 31, 2001
1
US
I would like to be able to send some XML into BO, either before, or when I call AddDPVBA.

Set DataPrvd = boDoc.DataProviders.AddDPVBA("fXML.rea!ThisDocument.fXMLInDP")

I've created the .rea file made a function in BO's VBA that has the dpInterface.

Public Sub fXMLInDP(dpInterface As DpVBAInterface)

But, I can't seem to add any extra parameters to this function. For the time being I am saving the XML to a file and reading it once I am in BO, but I would rather just send the data in. Is it possible to do this?

Any help would be appreciated,

-Don
 
Contact BO Support, I heard that they have an internal XML DataProvider Sample which does this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top