Hi,
I am using the below code (which was posted on a different post in this forum):
Sub TestFolder_MoveTo
On Error Resume Next
myFolderID = TestFolder_Fields.Field("AL_ITEM_ID").Value
set TreeMgr = TDConnection.TreeManager
set TestPlanFolder = TreeMgr.NodeByID(myFolderID)
myFolderPath = TestPlanFolder.Path
Set TreeMgr = Nothing
set TestPlanFolder = Nothing
On Error GoTo 0
End Sub
The problem is that myFolderID is empty and doesn't get a value when I select a test folder in the test plan module.
Any idea what could be the probelm (using QC 11 SP2)?
Thanks
Ruth