Form Processing Page Error - BOF Or EOF

I have three pages that I am working on at the mo. A select record page that selects a record to be updated. A form page that allows the selected to be amended, and an update form processing page.

With the form processing page I am getting an error which I can't seem to get around- the error is-

"ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. Code:

View Replies


ADVERTISEMENT

Error : An Unknown Script Error Occured While Processing Your Request

I have a database driven (ms access) website which runs fine on my computer (win 2000 iis6). However, on uploading, some pages am receiving the following error

"An Unknown script error occured while processing your request."

......

View Replies View Related

Form Processing With VB

I have no major programming background so am struggling to enable processing of forms on my website. Normally I just use Frontpage extensions or a freeware CGI script.

However, with this particular site, which is being hosted in Zimbabwe, the hosting company says they only support Java or VB enabled forms for processing. Does anyone have any idea where I can get a freeware script that will be easy enough for me to implement?

View Replies View Related

Advice For Form Processing.

I'm just after abit of advice and recommendation about processing a form. Would it be advisable to set the form action to the page were the form currently sits and insert an if statement into the beginning of the page to check to see if submit = Yes?

Then saving the user inputs into sessions?

if all inputs meet the validation requirements then redirect the user to the next step?

Also is there a better way of trapping if a user enters numerical values and special characters than this? Code:

View Replies View Related

Batch Form Processing

I have a form that users enter details of a car (e.g make model , idnumber#) and then press save to save to the database they may want to order 10 cars with the same details exept the idnumber so to save the users entering in all 5 details I want to make it easier.

Should I have a list box and let the user add idnumber items from a text box and then pass this to my update asp and loop through + to save to the database or should I
save one record and then return back to the same form Note : I am having problems with this method as only part of the fields show when I hit the back button I just wondered what is the best method of doing this I am spoilt for choice and I also get problems.

View Replies View Related

Multipart Form Processing

i have created a registration page containing a form than sends username password to an asp processing page. If the user exists it sends the user back to the registration page with server.transfer command otherwise it adds the new user to the database as expected.

Anyhow I now want to add an upload feature to the registration page (using pure-asp). The example I used says that the form Enctype property should be set to mulipart/form-data.

Now when I add a new user via the registration form, the processing page for some reason assumes the user is already registered (BUT IS NOT IN DATABASE) and the server.transfer code is executed ? sending the user back to the registration page.

View Replies View Related

Signup/payment Processing Form

I have the need to create a form that will allow a user to register for summer camp online and also make payment. I also want the ability to export the data to a .CSV or some other simple database file. I do NOT want to export to XML. The form processing program would preferably be ASP or PHP.

I plan to use PayPal or some other credit processing company to allow the user to make payment. This is for a non-profit organization so a free or very inexpensive solution is obviously preferred. Can anyone point me in the right direction?

View Replies View Related

Hiding Processing Page

I have a form that submits to as asp processing page and that processing page inserts the info into a database and sends me an email. <form action="process.asp" method="post">there are a few pranksters out there that like to open the process.asp page directly and send blank info to my database and email. Is there a way to have this page only work when the form submits to it but not work if you just go directly to the page. I tried changing the permission to write only, but then you are asked for a password.

View Replies View Related

Message While Processing Page.

I have a very unique problem, i am submitting from a pdf
form, when submitted goes to a asp page, which saves the
data and redirects to a different page after saving the
data. I am writing a message called 'Processing Form
please wait' in the page where it is saving the data and
doing a response.flush(and i also di response.buffer
=true) but still it seems like it never hits this page.
When the user submits the form, it just stays on the pdf
file for a good 10-15 seconds and redirects to the last
page(after saving data).

View Replies View Related

Message While Processing Asp Page

I have a very unique problem, i am submitting from a pdf
form, when submitted goes to a asp page, which saves the
data and redirects to a different page after saving the
data.

I am writing a message called 'Processing Form
please wait' in the page where it is saving the data and
doing a response.flush(and i also di response.buffer
=true) but still it seems like it never hits this page.

When the user submits the form, it just stays on the pdf
file for a good 10-15 seconds and redirects to the last
page(after saving data).

View Replies View Related

Processing & Emailing HTML Form Results

I have created a form in HTML with no problems, but I can't find any tutorials on how to (or whether I even can) have the results of what the user inputted into the form directly to me. I would also like to be able to have the results stored in an Excel Spreadsheet as well. I've found tutorials on how to send to addresses inputted into the form, kind of like a 'Thanks for Participating' sort of thing and I've tried to modify it to get it to work for sending me messages, but I just can't get it to work.

View Replies View Related

Form Processing Script: Results In HTML Mail Format?

I have purchased a form processing script, which basically saves the data into a database, emails certain people's email addresses with the form results, and also sends an email to the user that filled in the form with a thank you email.

However, all the emails are being sent in plain text format. I would like to change this to HTML so I can make the results look nicer and also make the thank you email look nicer.

I have emailed the script developers, but have yet had a response from them, so i thought id put a post on here!

I have found the part of the coding that sends the Thank You email out to the user once they have filled in the form:

'/// Send Autoresponse
if replyto<>"" and (autoresponse<>"" or sendcopy<>"") then
if sendcopy<>"" then autoresponse=autoresponse & vbcrlf & vbcrlf & message
call sendmail(replyto,mailadmin,formname,autoresponse)
end if
end if .......

View Replies View Related

Urgent : No Syntax Or Bug Error, But AddItem Button Not Processing

i have tried to look for all errors and referred to all my frends work with regards to this 'shopping cart' problem

i wan to add an item into the shopping cart but the database recognizes the adding and generates a new id . but the shopping cart item database doesn't have any reaction.

i have review and checked for all typing errors or the likes but i found nothing.

View Replies View Related

Form Submit That Must Report Back To The Same Page An Error...

I have a form submit that must report back to the same page an error if a pair of radio buttons inside the form block are not checked. But data from the buttons must still be sent to another page.

I tried having the form send data back to the same page, then putting the data in session variables and redirecting to the page they have to go to. But apparently the session variables are having unpredictable effects on the very complex page I'm sending the data too.

I'm thinking about using Onsubmit = somefunction inside of the <form > . I've tried javascript but I haven't found the right code yet, and also I'd rather avoid the popup alert box, it is inconsistent with the rest of the website. Perhaps an ASP subprocedure could do the trick?

View Replies View Related

Processing/Handling For Form Input Type ="file"

<INPUT TYPE="FILE" SIZE="50" NAME="FILE2">

I have this form field that I'm processing on another ASP page on submission. How do i determine if this field has had any data input? I tried

<% Request.Form("FILE2") %>

but it does not have any value. What am i doing wrong?

View Replies View Related

Javascript Form Validation - Form Action To Another Page

In my prototype asp page (with no javascript and no password validation, I have a registration form with the following action:

<form name="form" method="post" action="RegDetails.asp">

This works fine, the form details are collected by RegDetails.asp

I am attempting to include javascript server side validation for the pasword, which obviously requires password and password2 fields (to be verified). I have used the script available at:

http://javascript.internet.com/forms/val-pass.html

It works fine in a new blank page with the form action:

<form name=myForm onSubmit="return validatePwd()">

The final stage in this javascript demo form displays an alert box:

else {
alert('Nice job.');
return true;


When I change the first line of my original form to:

<form name=myForm onSubmit="return validatePwd()">

how do I get my original action of - action="RegDetails.asp" instead of this alert box?

View Replies View Related

HTTP Error 403 - Forbidden Error While Accessing Html And Asp Page

well i m developing application in asp when i want to access these pages from ie5 it shows error HTTP Error 403 - Forbidden in internet explorer http://localhost/Mail/email.htm .

View Replies View Related

Friendly HTTP Errors Causes Std Error Page In IE (no Its Not An Asp Error!)

I thought this is more of an IE issue but i've had no joy on that group
perhaps somebody here will have a clue.

If i click a link to a web page embedded in Excel (97 OR 2000) i get the
standard error page displayed by IE (you know, the 'cannot find server or
dns error' page).

Turning off 'show friendly http error messages' alleviates this.
(Unfortunately this is the Windows default setting!)

Whats going on?!?! Code:

View Replies View Related

Form And The Form Validation In The Same Page

I have a simple form to accept two form fields and display the values
entered on pressing the submit button. The following is the form I have
created to accept the two entries and display the form fields on
pressing the submit form. It does not work can somebody please correct
the code or provide a simple equivalent code where I can have the form
and the validation and usage of the form values in the same ASP page.

Code:

View Replies View Related

Posting From One Form On A Page To Another Form

have one form on an html page post to another form on the same page? I would like to have the information (all of the second form) hidden until the post is sent to it. Is that possible too?

View Replies View Related

Processing Url W/ASP

Does anyone have an idea how the showasp.asp file is able to direct the user to the demo_text.asp file without changing the URL. I'd like to see how this type of direction is being processed. Code:

View Replies View Related

Text Processing

Do you guys know how to parse an input(text) to verify if it contains special characters. The input should accept numbers or letters only.

View Replies View Related

Processing Out Of Order

I've written the following piece of code which is embedded in HTML. For some reason when the script is processed the last response.write statment is displayed before the information in the while loop. I can't seem to figure out why this is happenming.

Any ideas? Code:

View Replies View Related

Image Processing

We have written a CMS, where we want user to upload a specific size of images. But if they do in some other sizes, the site becomes ugly. Is there any way in ASP to dynmically resize/compress/edit to display the image, in such a way that its not spoiling the look, even if its not very perfect.

View Replies View Related

Processing Request

Anyone have any links and/or code samples demonstrating how this can be done: &quot;Processing&quot; progress bar/&quot;in-between&quot; page? Current procedure is that john doe clicks an item on a datagrid of mine and after however long, gets the info he wants.

What I want to do is have a page that pops up "in-between" the two pages. Something that says "Processing Request: Please Wait" or somesuch and have a progress bar or something as well would not have to be an accurate progress bar, per se.Anyone have any links/samples?

View Replies View Related

Image Processing In ASP

How can we carry out image processing (similar to PHP GD Library) to manipulate Images using ASP. Can we call Windows API functions for the same thru ASP?

View Replies View Related

Forms/Processing

I'm not sure if this is an HTML question or an ASP question, so I'm posting to both forums. I have a page that has two forms with two similar data sets. The action part of each form brings the user to a process page that updates some database information. I usually use Request.Form("variable"), but how can I determine which form was used? Can I request information from a particular form or should I use different variable names in each form?

View Replies View Related

Processing Request

I've got two pages. The first page has a simple form that collects a value from the user and then posts this value to the second page that performs a query. This query has some loops in it that can sometimes force it to wait up to 15 seconds.

My question is how can I implement a "Processing Request..." message until the results are returned? Right now it just sits on the first page until the results are returned, THEN goes to the second (display) page. How do I call some sort of message to be displayed so it's a smoother transition and the user doesn't think the browser has stopped responding?

View Replies View Related

Query Processing

I have a basic search feature in my website, but am having a problem executing one of the search criterias. If a user types a word with an apostrophe such as "what's" my ASP script throws an error.

a way out so that i would be able to return the search result for a word that includes the apostrophe.

View Replies View Related

Two Server Processing

Is it possible to have server1 do a post to another page on server2?
Server2 page does it's thing and submit the results back to server1. All of
this is done without any reference in the url. I tried server.execute and
transfer but it only works on the same server.

Basically, I have a component on server2 inside my firewall. Server1 is for
public use. Users enter server1 and request what report they want. The
report should pass to server2 to instantiate an object and create a report
on the fly and store the pdf on server1. Users just have to view or
download it from server1. All this is done without the user knowing they
left server1.

This does work if I sent the server1 form action to server2. But then it's
on url now.

View Replies View Related

Processing Two Forms At Once

What's wrong with this code ? It worked fine untill I added the second part of it - the emails which is sent to me (Administer).. What have I done wrog ?? Code:

View Replies View Related

Processing Dynamic Checkboxes

I am working in ASP and Access database.

I have a page with a form, inside the form there is a SELECT statement that pulls all relevent 'yes/no' columns from all relevent tables in the db and makes them checkboxes inside the form.

Now when i check or uncheck these boxes and submit them i need to have the db updated with all the relevent changes in all the various tables.

How can this be done? maybe there is a "FOR EACH CHECKBOX.." statement that can be used?

View Replies View Related

Processing Dynamic Checkboxes

I have a page with a form, inside the form there is a SELECT statement that pulls all relevent 'yes/no' columns from all relevent tables in the db and makes them checkboxes inside the form.

Now when i check or uncheck these boxes and submit them i need to have the db updated with all the relevent changes in all the various tables.

How can this be done? maybe there is a "FOR EACH CHECKBOX.." statement that can be used?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved