Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SDK Linking Impacts to CR's

8 views
Skip to first unread message

alvin...@eds.com

unread,
Sep 19, 2008, 5:06:09 AM9/19/08
to
I am writing a report using Word and VB macros. I can connect to
Starteam and find the CR folder but cannot identify which items in the
folder are CR's and which are impacts and how to associate the impacts
with the correct CR's. Any help would be appreciated.
After connecting to the Starteam server I am using this code to get
the correct view.

Set oCR = oServer.typeForName(oServer.TypeNames.CHANGEREQUEST)
Set oFLM = oFLMFact.Create(oView)
oFLM.includeFolders oView.RootFolder, -1
Set oCRLM = oILMFact.Create(oCR, oFLM)

0 new messages