I am getting this error with the loop:
"Object doesn't support this property or method: 'EOF' " The code is below:
Function ValidateUser()
Dim user, pswd, fso, myFile, s, found
Const ...
This has got to be simple, i cant see what i am not getting.
i have a form on an ASP web site that has some simple boxes then posts the form to a new page that then processes the data. One of...
Hello Experts,
This is a really simple question, but I can't find anything on google (probably not looking for the right thing)
I have a classic asp application.
Have a string which is a ...
I have an ASP page that extracts info from a database and writes it to an excel file. When I open the file in Excel I get the following warning:
The File you are trying to open is in a dif...
Greetings everyone:
I found the following scripts from the net. It is used to build tabbed pages.
My question is that I would like to use "sub-tabs" within each tab-page. Can this be don...
this is my first real project working with asp and an existing database, and im still getting my head around things here.
i want to pass two pieces of information (selectedUnit and selected...
<%
' Memeber Registration
if (Request.Form("Submit")<>"") then
txtuname=request.form("txtuname")
set rs = Server.Createobject("ADODB.Recordset")
sql = "select * from Player...
We have an ASP based site on a Windows server at GoDaddy. We are trying to implement a 301 redirect from any non-www URL to the equivalent www URL on our site. For instance:
http://site.com...
How can I pass the variable randNumber to menu.asp?
I have made a simple asp page for showing customer bill status. The code snippet is shown here. It is working fine. Now I want to add a functionality by clicking the table heading, the result ...
I have an access db that I need to populate a dropdown list from.
The sql statment is SELECT distinct(company) from shiptable
The asp I'm using to generate the dropdpown is this.
Hello,
This is what I have been using for a while and it worked no problem but suddenly it stopped working, I think maybe my host might have configured something.
<% ' adds 28 days to date...
Hi
I want to be able to forward text messages to a telephone number that will then import the text message into a database for use on a website.
What architecture do i need to do this? Th...
I am creating a web application with ASP and defining deadline for submission. I defined that date and time as
dldate=#11-13-2008 2:00:00 PM#
The form is designed for a place in India that ...
Hello,
I'm trying to test for a timeout of a certain session variable necessary for successful execution of an ASP page.
The session variable is Session("sorted_array") and holds an arra...
Hello,
My sp script ends with
executesql @sqlstring
It works fine. What doesn't work is the asp page that opens the recordset received from the sp.
Is something wrong with the way it ...
Hi there, I need to always format numbers with 4 digits, so 1 becomes 0001, 20 becomes 0020, etc. FormatNumber doesn't seem to do this...or does it? I'm working in asp vbscript and need to fo...
Hello..
When I insert a row into an MSSQL database there are some values which I do not specify. As a result when I view the database it enters the text <NULL> into the relevant cell in the...
hello, I have a force download script and it works, but how can I have it redirect when the download is executed.
regards
k
Here's my problem: I have asp code and need to make a variable (mileage) equal to the return on a javascript and can't quite get it right. I understand that javascript is server side and vbs...
I'm trying to make a page where the administrator can upload a new image to the server. It usually works fine, however if the file field is left blank I get error message:
Persits.Upload.1 ...
I am looking to see if anyone has any experience with taking data from SQL server and using ASP to create PDFs for a client that fit into their designed PDFs. I have heard about both open sou...
Hello,
What's the best way to detect a session array variable is set to nothing?
I'm trying: IsEmpty(Session("sorted_array")) ...
But, it doesn't seem to work right.
Thanks in adva...
i have page1.asp and page2.asp. user should always go to page2.asp using page1.asp. so, if they jut enter page2.asp, an error message should prevent them from continuing.
i have this code on ...
Need help or guidance on how to approach this situation:
I have 2 store databases (retail & wholesale), each database contains the same tables and structure but most with different data.
...