This is my whole page of events. it is called News_Events.asp. My Form is called RFQTest.
<%
Sub BindEvents()
Set RFQTest.DataSource.CCSEvents("AfterExecuteInsert") = GetRef("RFQTest_DataSource_AfterExecuteInsert")
End Sub
Function RFQTest_DataSource_AfterExecuteInsert()
sub...
Thanks I inserted the code and got this error
Microsoft VBScript compilation error '800a03ea'
Syntax error
/FreightCenter/RFQ/New_events.asp, line 12
sub sendmail(semail,ssubject)
^
Where would I put the following code, And Thanks for all your help.
""
then just loop throught the checkboxes
arr=split(Request.Form("Email"),",")
for i= lbound(arr) to ubound(arr)
call sendmail(arr(i),request.form("filed"))
next
Would the check boxes only have on name because it is populated by the contact table? When I set it up I only put one check box on the page and name it email and then I populate the checkboxes by the Contact Table.
This is the code(ASPMAIL) I use for AfterExecuteInsert
Dim Mailer
Set Mailer =...
I do not know if this should go into the SQL forum instead but I will try this one first. I have a contact database in MS SQL. IT records the following data, Name, Email, Address, City, and State. There are about 50 records in this one table. There could be more but not a lot more; maybe another...
Populated form my DB, when I hit submit on the form it show the email addresses I selected but, they are all the same url name. All say “email=jmiller@abc.com&email=rick@abc.com" How can I get them to add a number next to the label email. so like this ...
I need a way to send the data in a form to multiple emails, by way of checkboxes, I want to have a list of people with checkboxes next to there names and if there name is check off they will receive that form data.. anyone have a way of doing this. I can send email. That is not a problem, it is...
I have several reports. But now I want the user to be able to select which field to display in the report. I want the user to click on report and then a report creator displays; it will display 5-9 Drops down boxes with all the fields in the drop down available. Does anyone have a clue on how to...
I am looking to create a desktop front end database application (NOT MS ACCESS). I also would like some info on the difference between MS SQL and Oracle Backend. I need to develop a front, what would be the best front end and what would be the backend to go with that front end. I am clueless...
I have a table called UPS. I import my flat file into the table weekly and then run the following update.
UPDATE UPS
SET [Invoice Number] = RIGHT([Invoice Number], LEN([Invoice Number]) - 1)
This takes off the very first 0 in every record. My issue is when I import more data into the table and...
I get this error in SQL
"Warning: The table 'UPS' has been created but its maximum row size (16227) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes.
Server: Msg 242, Level 16, State 3, Line 1...
Thanks, I gave you a tipmaster Star, I have one more question. In this flat file i receive. I get a date field. But it come in like this 02052005. When I import this into my SQL database, it imports as text. When I import it into Excel, it imports text, When I try to convert it, it does not...
I need to run either a stored procedure, trigger, update query. I am not sure, maybe some can help me, I have a flat file I import into my database. I have a field called [Invoice Number]. This field contains both alpha, numeric values (Ex. 000001754HRE0), what I am trying to accomplish is...
I need it from 000074 to 00074. The first value in the invoice will always be a number, I just need to drop the first 0 form the invoice, it will always be a zero
THANKS
I get a flat file form a customer, I import the file into a MS Access table, but somehow i need to drop the first zero form the invoice number, any help would be great
I get a flat file form a customer, I import the file into a MS Access table, but somehow i need to drop the first zero form the invoice number, any help would be great
THANKS
I am brand new to CSS and I am very confused, maybe someone can help me. I bought a book to help, and I noticed that inside of the HTML <style> tag you use the “div#” and sometime you use “div.”. What is the difference, and when do you use one appose top the other. For example
Example 1
<style>...
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.