Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 29
Search took 0.11 seconds.
Search: Posts Made By: Hatch
Forum: ASP 06-06-2003, 10:17 PM
Replies: 3
Views: 769
Posted By Hatch
Thanks for the quick response. I added set in...

Thanks for the quick response. I added set in there and i'm getting ...

Error Type:
Microsoft VBScript runtime (0x800A01C2)
Wrong number of arguments or invalid property assignment: 'objRS'
...
Forum: ASP 06-06-2003, 10:08 PM
Replies: 3
Views: 769
Posted By Hatch
Returning a RecordSet

How do you return a record set from a function?
I have...
===============================
public Function listAllItems
Connect blah blah ...

strSQL1="SELECT * from CartItems;"
...
Forum: ASP 11-11-2002, 02:58 PM
Replies: 1
Views: 968
Posted By Hatch
Uploading a Picture into Access

Does anybody know how to upload a picture using asp into an access database. If so, can you give me some direction on how to do this.
TIA
Forum: ASP 10-15-2002, 06:59 PM
Replies: 2
Views: 1,169
Posted By Hatch
Query in a loop

How do I query in a loop.
I Have this inside a loop
strSQL3="SELECT * from Rates where Zone='" & Zone & "' and Weight="& Weight
objRS3.Open strSQL3, objConn
response.write objRS3("Rate")

Loop...
Forum: ASP 08-19-2002, 02:32 PM
Replies: 4
Views: 1,505
Posted By Hatch
It sure can. Check out http://www.chilisoft.com

It sure can.
Check out http://www.chilisoft.com
Forum: ASP 08-14-2002, 02:39 PM
Replies: 7
Views: 2,162
Posted By Hatch
Can you post the code where you are having the...

Can you post the code where you are having the problems. That way we could help you better.
Forum: ASP 08-13-2002, 10:50 PM
Replies: 7
Views: 2,162
Posted By Hatch
I'm sorry I ment reply-to. Try putting this in...

I'm sorry I ment reply-to.
Try putting this in your code.
Value("Reply-To") = "webmaster@countingcrows.com"
Forum: ASP 08-13-2002, 10:43 PM
Replies: 7
Views: 2,162
Posted By Hatch
Do you have a send-to property set in your...

Do you have a send-to property set in your cdonts?
If not try that?
Forum: ASP 08-13-2002, 09:55 PM
Replies: 4
Views: 1,869
Posted By Hatch
www.asp101.com This is where I started.

www.asp101.com
This is where I started.
Forum: ASP 08-13-2002, 09:46 PM
Replies: 7
Views: 2,162
Posted By Hatch
Is the email going into your Badmail folder?

Is the email going into your Badmail folder?
Forum: ASP 08-13-2002, 09:40 PM
Replies: 18
Views: 6,489
Posted By Hatch
Hey guys, I finally got this working. This...

Hey guys,
I finally got this working.
This is what I had to do just in case someone else runs into this problem.
I had to download the cdonts.dll file and register it. Then I had to setup a...
Forum: ASP 08-09-2002, 01:56 PM
Replies: 18
Views: 6,489
Posted By Hatch
I got smtp installed again. If anyone else runs...

I got smtp installed again. If anyone else runs into this problem go here http://www.dynamiclink.host.sk/dll-files/library.e/Dll-Files-E.html to get your dll's.
I still get the same error thow....
Forum: ASP 08-09-2002, 01:26 PM
Replies: 18
Views: 6,489
Posted By Hatch
I have XP Professional. I do have a lagit copy...

I have XP Professional. I do have a lagit copy of XP. The only thing I can think of is that I have installed a bunch of updates off of microsofts.update website and some how it updated the smtp...
Forum: ASP 08-07-2002, 05:30 PM
Replies: 18
Views: 6,489
Posted By Hatch
I uninstalled smtp but now when I install it...

I uninstalled smtp but now when I install it again it wants a whistler profession cd. What is that. I don't have that disk. It needs that file inorder to install smtp. Now what?
Forum: ASP 08-06-2002, 04:31 PM
Replies: 18
Views: 6,489
Posted By Hatch
I am using windows xp for my os, and I'm running...

I am using windows xp for my os, and I'm running version 5.1 of IIS. Does CDONTS come installed on XP? Am I better off running IIS on a NT2000 machine?
If I don't have CDONTS installed where do I...
Forum: ASP 08-05-2002, 07:48 PM
Replies: 18
Views: 6,489
Posted By Hatch
I tried what you said. I get this error now. ...

I tried what you said.
I get this error now.
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'CDONTS.NewMail'
/mail.asp, line 5

I check to see if...
Forum: ASP 08-01-2002, 03:56 PM
Replies: 18
Views: 6,489
Posted By Hatch
I'm actually running the webserver on my windows...

I'm actually running the webserver on my windows xp box. I do have smtp running on the XP box. I get the error at this line
Set objMail = Server.CreateObject("CDONTS.NewMail")
Does windows XP...
Forum: ASP 07-29-2002, 08:44 PM
Replies: 18
Views: 6,489
Posted By Hatch
My problem is that i'm running IIS on a different...

My problem is that i'm running IIS on a different server than the exchange box. How do you connect the 2 together to send an email. I get an error message of Error Type:
Server object, ASP 0177...
Forum: ASP 07-26-2002, 09:51 PM
Replies: 18
Views: 6,489
Posted By Hatch
Emailing a form

How do you email the data submited by a form. I checked asp101.com but their tutorial script would error out on my machine.
Thanks
Forum: ASP 07-18-2002, 08:56 PM
Replies: 5
Views: 3,089
Posted By Hatch
Will you beable to click on more than one part...

Will you beable to click on more than one part with a radio button. and when I set it up like this how do I get the value from the next page (addcart.asp).
Would I do a request("Field") ??
I'm very...
Forum: ASP 07-18-2002, 08:50 PM
Replies: 2
Views: 2,455
Posted By Hatch
My quess would check the database and match it...

My quess would check the database and match it with the submitted email address.
Forum: ASP 07-18-2002, 03:44 PM
Replies: 5
Views: 3,089
Posted By Hatch
Inserting multiple check boxes into DB

I'm creating a shopping cart for bikes.
Depending on wich model of bike the users chooses dfferent parts populate check boxes for that particular model.
For example I choose model 1000.
I have a...
Forum: ASP 07-16-2002, 05:46 PM
Replies: 8
Views: 2,198
Posted By Hatch
Inserting Date into Access

I'm having a problem inserting the date into access.
My access field is formatted as mm/dd/yyyy.

This is what I have in my asp page.

Dim dtToday
dtToday = Date()

objRS.AddNew...
Forum: ASP 07-15-2002, 08:58 PM
Replies: 9
Views: 2,691
Posted By Hatch
PERCECT!! Thanks :thumbsup:

PERCECT!!
Thanks :thumbsup:
Forum: ASP 07-15-2002, 07:37 PM
Replies: 9
Views: 2,691
Posted By Hatch
Form Validation

Can someone point me in the right direction or (example) for form validation. I have a text box field in a form that connects to an access database. I want to check for numeric numbers only, and...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 02:36 PM.