Not so sneak preview
I've been struggling with some NotesView column issues in getting my little Gantt chart demo running. But, in the interest of getting something out on Thursday, it's in the download section.
The bigger blocks in the chart image are based on a "priority" field in the task documents. Oh, and all those fields... they're built programmatically. No endless hours in Designer getting all those formulas right.
I'll try to do a full write up tomorrow.




Comments
My take on this is a little behind yours.
For the non US readers, you have to change the date format in the script library to whatever format you use.
Posted by Vitor Pereira At 03:56:31 AM On 07/13/2007 | - Website - |
Posted by Nathan T. Freeman At 07:46:44 AM On 07/13/2007 | - Website - |
It involved changing the code to stop removing the folders and remove/add the columns instead.
Doing it this way means you have to rebuild the view. I'm still not happy about it and will have to dig a little more into it.
Regarding the date, the problem is with the date separator, this is what you're doing:
colDuration.formula = Replace(colDuration.Formula, {[01/01/1990]}, {[}+Me.startDate.dateOnly+{]})
I use '-' as separator, I fixed it by using NotesDateTime.
Posted by Vitor Pereira At 11:24:25 AM On 07/13/2007 | - Website - |
Posted by Ed Fisher At 01:41:24 PM On 07/14/2007 | - Website - |
Posted by Nathan T. Freeman At 02:04:26 PM On 07/14/2007 | - Website - |
see { Link } for mor details
Posted by Ulrich Krause At 05:36:20 AM On 07/15/2007 | - Website - |
Very, very cool.
-Devin.
Posted by Devin Olson At 11:13:48 AM On 07/30/2007 | - Website - |
Still good though.
Greg
Posted by Greg At 10:43:50 AM On 08/03/2007 | - Website - |