Modify ↓
Opened 15 years ago
Last modified 15 years ago
#6958 assigned defect
1004 errors in TicketEdit.xls
Reported by: | Owned by: | Yuji OKAZAKI | |
---|---|---|---|
Priority: | normal | Component: | TracDependencyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I can't get TicketEdit to work. I can't even tell if I'm connecting to Trac. I see Debug.print() stuff in the VB code but I don't know where that might be coming out. Can you suggest some strategies for diagnosing the problems?
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I got a little further with this. It's actually failing in setValidationString in MiscModule on the line:
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _ xlBetween, Formula1:=work
the lines right before that in TicketEdit.import() prints:
select options=...
Where ...
is actually a LONG list of milestones (we have well over 100).
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
comment:4 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
When the error occurs and I open the debugger, the highlighted line is the te.import() in Sub import() in MultiPrjTicketEdit.