Advertisement

1 - 10 of 41 containing alltags:("800a000d") (0 seconds)
This functions is supposed to change dates from this format: 6/10/2005 to 10.6.2005 I use <%=FormatDateView(rsNyheter("Dato"))%> to get the date But I get error message: Microsoft VBScript...
Zones: ASPDate Answered: 06/11/2005 Grade: B Views: 0
I'm writing an ATL object and I can get an ASP page to correctly call simple methods (1 or two params). I'm trying to get this method to work and I get a "800a000d, Type mismatch" error. The asp...
Zones: Windows ProgrammingDate Answered: 02/18/2000 Grade: A Views: 0
This code works perfectly fine in VB 6 With Exporter   .AutoSizeColumnWidth = True   .CreatePath = True   .FilterColumnHeading = True   .PathToSaveFile = "C:\Tmp"   .OverWritePreviousFiles ...
Zones: ASPDate Answered: 05/05/2000 Grade: A Views: 0
I get an error message when trying to connect to database and list my categories. THe error is " Microsoft VBScript runtime error '800a000d' Type mismatch: 'URLEncode' catList.asp, line...
Zones: ASPDate Answered: 06/30/2000 Grade: C Views: 0
For some reason, I can't get <%=RS(teacher_bio) to print anything.  If I move it above the IF THEN statement the teacher_bio prints fine.  But the comma is printing out, and if I do Server.HTMLEnco...
Zones: ASPDate Answered: 11/29/2000 Grade: A Views: 0
Why am I getting the error: Microsoft VBScript runtime error '800a000d' Type mismatch: 'clus' /test/fred1.asp, line 35 (Set clus(k) = new Cluster) <%@ Language=VBScript %> <% Option Ex...
Zones: ASPDate Answered: 03/14/2001 Grade: A Views: 0
One more fix is needed for this site. If you make a reservation for a date where rates have not been entered into the database.  (like for a date that does not exist on the calendar, such as Apr...
Zones: ASPDate Answered: 04/27/2003 Grade: A Views: 0
The field cust_deatils is a memo field from MS access DB. If a field is NULL I want the ASP to trap it  and output nothing in a text area as a outputing NULL values give trouble(OBVIOUSLY). It does...
Zones: ASPDate Answered: 12/12/2003 Grade: A Views: 0
Hello, I'm at my wits end here.  when I go to an asp page that I created, I get the following error: Microsoft VBScript runtime error '800a000d' Type mismatch: 'Session' /addprod.asp,...
Zones: ASP, Adobe Type Manager, Font CreatorDate Answered: 07/31/2003 Grade: A Views: 0
I am using the Split function to try to separate values got from a multiple select form element. Here is my code: dim strArtists, arrArtists ' get form values strArtists = Request.Form(...
Zones: ASPDate Answered: 11/16/2003 Grade: B Views: 0