started going through the code in the NHLpool and finding the differences in reference to the include in pool stuff
Made the 3 edits in the common.asp file
Made a bunch of changes in updateschedule.asp and weeklyentry.asp
added the column to the schedule DB
Looks good going into update schedule as admin(cosmetic issue bottom bar doesnt go all the way across to meet new column)
selected all games for week2 except the thursday and the 1 friday and submit
get the following error:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression '#7:30:00 pm# IncludeInPool = false'.
/drizzt09/NFLpool/updateSchedule.asp, line 81
--------------------------------------------------------
This is line 81: call DbConn.Execute(sql)
******************************************************
When going to weekly pool entry form as a user i gt the following error:
Microsoft VBScript runtime error '800a0009'
Subscript out of range: 'UBound(...)'
/drizzt09/NFLpool/weeklyEntry.asp, line 1087
---------------------------------------------------------------------
This is line 1087: tbTitle = "Total points in the <strong>" & games(UBound(games)).visitorName & " at " & games(UBound(games)).homeName & "</strong> game"