AronGahagan / cpt-dev

Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3 stars 1 forks source link

cptCriticalPathTools - replace Tasks with oTasks and add Program Acronym #367

Closed AronGahagan closed 6 months ago

AronGahagan commented 6 months ago

Problems:

  1. Program Acronym is not getting added to filename
  2. replace Tasks with oTasks
  3. kill oTasks in exit_here

Solutions:

Trace/cptCriticalPathTools_bas.bas:60:  strFileName = strDir & cptGetProgramAcronym & "-CriticalPathAnalysis-" & Format(Now, "yyyy-mm-dd") & ".pptx"
Trace/cptCriticalPathTools_bas.bas:102:    If oTasks Is Nothing Then GoTo next_path
Trace/cptCriticalPathTools_bas.bas:105:    lngTasks = oTasks.Count

Todo: