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
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