01-28-05 10:49 PM
I have a BTS 2000 preprocessor I'm trying to migrate through this tool kit.
It is a IBTSCustomProcess preprocessor. I'm now unable to get the SourceID
Private Sub IBTSCustomProcess_SetContext(ByVal pCtx As
BTSComponentsLib.IBTSCustomProcessContext)
sSourceID = pCtx.SourceID
The toolkit readme says you must set a number of properties in the message
context before invoking the adapter component. Will this then give me my
context ? If so where/how do set these properties?
[ Post a follow-up to this message ]
|