in reply to Re: Having trouble running query in ClearCase OLE interface
in thread Having trouble running query in ClearCase OLE interface
This works well in VBS.Dim objCC Set objCC = Wscript.CreateObject("ClearCase.Application") Dim COQuery Set COQuery = objCC.CreateCheckedOutFileQuery Dim CheckedOutFiles Set CheckedOutFiles = COQuery.Apply Dim strMsg strMsg = CheckedOutFiles.Count & " files are checked out: "
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Having trouble running query in ClearCase OLE interface
by chargrill (Parson) on Nov 02, 2006 at 19:55 UTC | |
by Anonymous Monk on Nov 03, 2006 at 19:56 UTC | |
|
Re^3: Having trouble running query in ClearCase OLE interface
by fenLisesi (Priest) on Nov 03, 2006 at 15:07 UTC |