Search found 4 matches

by 95se5m
Mon Aug 06, 2007 3:04 pm
Forum: Support (Dragnet)
Topic: Filter the default screen
Replies: 2
Views: 23356

You don't want to display milestones with no open items? You can deactivate a milestone. In project Admin, you can select Milestones, select Modify and in the Modify Milestone screen, uncheck the "Active" checkbox. This I know, however, I am looking to only display milestones that have op...
by 95se5m
Fri Aug 03, 2007 12:10 pm
Forum: Support (Dragnet)
Topic: Filter the default screen
Replies: 2
Views: 23356

Filter the default screen

the default screen shows the project, and milestones. I would like to filter it so that it will only show milestones that have an Open or Unresolved of > 0. I looked at the stored procedures in the database, but they are all locked from viewing or editing. Anyone?
by 95se5m
Fri Dec 01, 2006 10:41 am
Forum: Support (Dragnet)
Topic: DragnetWebService Missing items?
Replies: 2
Views: 26006

I am not sure why you aren't seeing those properties. I know they can be seen because Vault uses the Dragnet web service to update Dragnet (and Vault can see and set those properties). In your code "Dim dws As New DragnetWebService" DragnetWebService is the name of the web reference to th...
by 95se5m
Thu Nov 30, 2006 2:56 pm
Forum: Support (Dragnet)
Topic: DragnetWebService Missing items?
Replies: 2
Views: 26006

DragnetWebService Missing items?

Hello all, I am trying to have my application post external items if there is an error, my problem is that the DragnetWebService item seems to be missing at least 2 important items that the examples on this site include. Namely the dws.URL and the dws.CookieContainer, and obviously without these I c...