Pete
I already am passing the values to my second page using a form.
And you attitude is not the most helpful either!
I already figured this out. And this is a little bit more than just asp 101 as you stated.
-Scott
I am creating a small scale checkout asp site.
The user views a catalog page with items that have checkboxes (Created from SQL query from SQL 2000).
I would like to pass the values of all checked boxes to a second page being used as a conformation page.
I have worked on ths for about a week...
I am creating an intranet site that allows our users to check status of applications online.
If multiple records are found, I get mutliple asp generated forms. I am trying to add a count function to run prior to running my main select statement. If the count is more that 1 I want to generate...
I have a Public Folder, x. The default security is reviewer. Three users have owner, and 1 user has custom.
The custom user has random security on the contact records.
Some are fine and other are read only. Made the custom user owner, and the same thing happens.
Any ideas?
Made the changes and tested. Still same error. Aldo below code is used to post to prior code. Thanks for the help.
<html>
<head>
<title>Submit RHGS Group Lead</title>
</head>
<body background="http://rh.tfic.com/images/newpst10.jpg" link="#CC0000"...
Here is the full code maybe this will help. The email server is an exchange server setup to allow internal relays.
<%@ Language=VBScript %>
<%
<!--#include file="cdovbs.inc"-->
' Get the Contact information used more than once
txtFName = Request.Form("fname")...
When trying to use to code below, I recieve a 500 error. The error occurs on the objMail.Send line.
Any ideas?
intIndex = instr(txtEMail,"@")
if intIndex then
if instr(intIndex + 1,txtEMail,".") then
strMsg = "Dear " & txtFName & " " & txtLName...
Create a contact record in the AD. Set the SMTP address to the external email address. Then forward messages to both the mailbox and the contact record.
Create a new public folder in the ESM set the permissions on it giving you admin rights.
Copy the corrupt folder to this folder.
Right Click on the new folder > all tasks > propagate settings.
This should give you access to the folder. Then move the old folder back to the root of the public...
When creating a new user account in W2K domain with Exchange 2000 SP2, when a new user account is created the mailbox is not created. This just started occuring and no changes have been made to the system.
Thanks!
Scott
Permissions on a public folder are interminnet. Three users are set to owner of a public contact folder. They randomly recieve READ-ONLY messages when trying to save. I have checked permissions. They are set to ADMIN. Could a ACL cause this type of error. It only happen to certian records...
I am trying to use a If then statement to make sure that a field is not null based on a combo box value. Thanks Scott!
__________________________________________________________
If Me.cboStatus = "Complete" Then
Me.txtDateComplete IS NOT NULL STATEMENT HERE???
Else
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.