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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21454737.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10297172.html
This code works perfectly fine in VB 6
With Exporter
.AutoSizeColumnWidth = True
.CreatePath = True
.FilterColumnHeading = True
.PathToSaveFile = "C:\Tmp"
.OverWritePreviousFiles ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10338501.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10564725.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_12011859.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20091364.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20598013.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20657978.htm...
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,...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20696360.htm...
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(...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20756034.htm...
Zones:
ASPDate Answered: 11/16/2003 Grade: B Views: 0