Jump to content

GFoster

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by GFoster

  1. The issue has been resolved. By placing an & "" before the end of the CStr function Then If (CStr(schedDates.Fields.Item("schedDate").Value [color=#0000ff][b]& ""[/b][/color]) = CStr((current.Fields.Item("schedDateCurrent").Value [color=#0000ff][b]& ""[/b][/color]))) [/Code] Thank you all for your replies.
  2. Thank you, but that did not work. The way it is supposed to work, is that every semester a new term date is created and the list of term dates is updated. There are 3 drop down menu's that someone can use to change to different dates to do different reports, (transcripts in this case), along with an update button and a back to main button. A new date was added for the new term only showing the first drop down and is no longer displaying the other drop downs, update button or back to main button. I suspect that when the new date was added, it broke it somehow, as it had worked before. Thanks again.
  3. I am having an issue where I am getting a error '800a005e' Invalid use of Null: Here is the error and line: Microsoft VBScript runtime error '800a005e' Invalid use of Null: 'CStr' /acdb2/reportsSettings.asp, line 341 _____ Line 341: " <%If (Not isNull((current.Fields.Item("schedDateCurrent").Value))) Then If (CStr(schedDates.Fields.Item("schedDate").Value) = CStr((current.Fields.Item("schedDateCurrent").Value))) Then Response.Write("selected=""selected""") : Response.Write("")%> ><%=(schedDates.Fields.Item("schedDate").Value)%> Please let me know if more code is needed. I am new to this and urgent that I get it working. Any help is greatly appreciated. Thank you.
×
×
  • Create New...