| 
 
 | 
						 
							Sergey Kornilov admin 1/13/2006 | 
| 
 
 Dan,  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/13/2006 | 
| 
 
 In answer to your first comment. The way I want to use ASPRunner is:  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 1/13/2006 | 
| 
 
 Dan,  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/13/2006 | 
| 
 
 I understand about the user table. It sounds like that will work.  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 1/14/2006 | 
| 
 
 Dan, Function BeforeRegister(dict) ' Parameters: ' dict - Scripting.Dictionary object. ' Each field on this form represented as 'Field name'-'Field value' pair '** Check if specific record exists **** *strSQLExists = "select from tblValidEmails where EmailFieldIntblValidEmailsTable ='" & dict("EmailFieldInUsersTable") & "'"** set rsExists = CreateObject("ADODB.Recordset") rsExists.Open strSQLExists, dbConnection if not rsExists.eof then ' if record exists do something BeforeRegister = True else ' if dont exist do something else BeforeRegister = False end if rsExists.Close : set rsExists = Nothing ' set BeforeRegister to True if you like to proceed with registration ' set it to False in other case End Function  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/14/2006 | 
| 
 
 Before I try this I have version 3.2. Will this only work in 4.0?  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/18/2006 | 
| 
 
 Did you see my last post?  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 1/18/2006 | 
| 
 
 Dan,  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/18/2006 | 
 
Did you see my last post? 
  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 1/19/2006 | 
| 
 
 Dan,  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/22/2006 | 
| 
 
 I am finally getting around to starting this project. In trying to see how the registration process works and change the code to test for the email address, I entered in a username and password to register which it seemed to do. I wanted to delete the registered information to start over but I don't know where it is storing the email addresses I entered. It must be someplace other that the table I told it to use because I did not see the username and password I entered in the registration process in the database table. Is there a help file that tells me how this works. Also I set it up to email me but I received to emails.  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/23/2006 | 
| 
 
 Okay I want to add something to the above reply.  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 1/24/2006 | 
| 
 
 Dan,  | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/24/2006 | 
| 
 
 Based on what you say. It looks like the Register.asp function is not working completely.   | 
											|
| 
 
 D 
 | 
						 
							dcihon author 1/30/2006 | 
| 
 
 Any update on this for me?  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 1/30/2006 | 
| 
 
 As far as I understand there are two problems here: 
  | 
											|