Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
8answers
2k views

FogBugz compared to OnTime

Has anyone used both FogBugz and Axosoft's OnTime and care to offer an opinion? AxoSoft has a big feature comparison chart but I'm also interested in more subjective thoughts on things like ease of ...
6
votes
9answers
3k views

What advantages does TFS 2010 have over Axosoft OnTime?

I am currently creating a business case for rolling out TFS 2010 as our source control and bug/release management tool. We currently use OnTime for our bug tracking software and subversion for our ...
3
votes
1answer
847 views

VBA ontime cancel scheduling

I have written a macro that runs at 15:30pm every workday when a workbook is first opened. When the workbook is closed it tries to open itself the next time the macro is scheduled to run. I have ...
3
votes
6answers
2k views

OnTime Alternative?

I've recently begun working with a new software development firm. One of the things I would like to do is introduce a software management tool to collectively group the project development efforts ...
2
votes
2answers
967 views

Problems with Application.OnTime in Excel's VBA

I am trying to run a certain macro in very short intervals (every second, and, yes it works and does not freeze the system) from a certain time until a certain time. This means I need a starting point ...
2
votes
5answers
761 views

Managing Projects - What do you think about AxoSoft OnTime?

I am wondering what is your experience with AxoSoft OnTime issues tracking and project management solution in case you have ever used it (pros and cons)... Cheers, B.
1
vote
4answers
800 views

How can I check for or cancel MULTIPLE pending application.ontime events in excel VBA?

I'm using the Application.Ontime event to pull a time field from a cell, and schedule a subroutine to run at that time. My Application.Ontime event runs on the Workbook_BeforeSave event. As such, if ...
1
vote
2answers
25 views

Is it possible to define a custom rule in OnTime to notify users?

We have been using SCRUM as an SDLC and we use OnTime tool for that. I wonder if it is possible to define a rule like "IF Total number of hours estimated is greated than 150 hours, notify the ...
1
vote
3answers
5k views

Getting around the Max String size in a vba function?

The max number of characters you can use in string in a vba function is 255. I am trying to run this function Var1= 1 Var2= 2 . . . Var256 =256 RunMacros= "'Tims_pet_Robot """ & Var1 & """ ...
1
vote
0answers
686 views

What is the general opinion on AxoSoft OnTime when use for Project Management?

Managing Projects Was not marked answer and all their responses where exclusively for bug tracking. I am more interested in how it compares to other Project management software like CodeBeamer. The ...
1
vote
1answer
569 views

What's wrong with my SOAP call to OnTime from my SVN post-commit hook?

My Subversion repository is on a Linux server and my OnTime 2007 system is on a Windows 2003 server. I have a post-commit hook script that launches two Perl scripts. One sends an email—works ...
0
votes
0answers
34 views

Application Ontime Send e-mail running twice

I have the following macro that refreshes data and sends an email at 3 points during the day. If I close the excel file (not excel completely) and the re-open the file, it sends the email twice (3 ...
0
votes
1answer
330 views

TFS and Forms Authentication

I don't know squat about TFS, other than as a user who has performed simple check in/outs. I just installed it locally and would like to do joint development with a friend. I was having trouble ...