Ask a Question related to ASP, Design and Development.
-
Renie83 #1
Passing database info to page allow user input then pass into another database
Hi I really am going crazy!
I'm using VBScript, ASP, and SQL
My page reminds me of a shopping cart but looking at shopping cart
examples has not helped!
What I have is a page that brings in products ordered by a certain
company. Along with those values, I'm creating a text box at the end
of each record that a user may or may not enter in an estimated
delivery date. If the user does enter in a date I want that row of
data submitted to a table with that date. First of all I need to check
to see if the user has entered anything in the text boxes. I was
trying to go through them with a for next loop using
document.form.elements.length as my ending count but that did not seem
to work. Also another problem I am facing is making sure all the
records on the page are being looked at. I wanted to put my if
request.form("submitTop") <> "" underneath where my recordset is open,
but this too does not work.
So what I need to happen when the submit button is hit is:
A way to check and see if something is entered in a text box, if it is
then add that line of data pulled from my first table and the user
input estimated delivery date value into a new table. I need to make
sure I go to each record in my list to check to see if anything has
been entered in the text box.
Thank you very much. Any help on any little bit of my problem would be
greatly appreciated!
Renie83
Renie83 Guest
-
Passing Database Value to another page
Hi I am retrieving records 3 fields out of 5 from the database in the main page. I want when the user click on the one of the heading field... -
displaying info from database that was entered in aprevious page
HI All. im using DWMX vbScript + Access i have just made a very simle user registeration form - basic name, add, payment deatails etc using text... -
passing user name info to protected page
Hello. Newbie question I'm sure. I've got this page I am securing with a password using a simple LOGIN.ASPX page: <%@ Page Language="VB" %>... -
HELP! Passing from database to asp page allowing user input then passing to another database.
My big problem is I'm a newbie working with someone else's code.(See code below) What I want to do is for the records that have a purchase order... -
Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database;
Hi, I am testing a trigger that and I am getting this error message saying "Another user has modified the contents of this table or view; the... -
Ray at #2
Re: Passing database info to page allow user input then pass into another database
May I suggest splitting up your questions into individual posts that focus
on one particular task? I kinda got lost. Also, maybe some code or a
layout of your form would help.
Ray at work
"Renie83" <renie83@lycos.com> wrote in message
news:8e153bdf.0307140920.21b64ab1@posting.google.c om...> Hi I really am going crazy!
> I'm using VBScript, ASP, and SQL
> My page reminds me of a shopping cart but looking at shopping cart
> examples has not helped!
> What I have is a page that brings in products ordered by a certain
> company. Along with those values, I'm creating a text box at the end
> of each record that a user may or may not enter in an estimated
> delivery date. If the user does enter in a date I want that row of
> data submitted to a table with that date. First of all I need to check
> to see if the user has entered anything in the text boxes. I was
> trying to go through them with a for next loop using
> document.form.elements.length as my ending count but that did not seem
> to work. Also another problem I am facing is making sure all the
> records on the page are being looked at. I wanted to put my if
> request.form("submitTop") <> "" underneath where my recordset is open,
> but this too does not work.
> So what I need to happen when the submit button is hit is:
> A way to check and see if something is entered in a text box, if it is
> then add that line of data pulled from my first table and the user
> input estimated delivery date value into a new table. I need to make
> sure I go to each record in my list to check to see if anything has
> been entered in the text box.
> Thank you very much. Any help on any little bit of my problem would be
> greatly appreciated!
> Renie83
Ray at Guest
-
MDW #3
Passing database info to page allow user input then pass into another database
Well, there are a couple of ways to go about doing this.
Few questions, first:
Do all the text boxes in question have the same name?
Are we working with a dynamic number of records, where one
time we could be looking at 2 products, another time we're
looking at 50?
The page w/ the textboxes, I assume it's getting posted or
something to another page. Are all the records being
posted at once, or is there a seperate "Submit" button for
each product?
shopping cart>-----Original Message-----
>Hi I really am going crazy!
>I'm using VBScript, ASP, and SQL
>My page reminds me of a shopping cart but looking ata certain>examples has not helped!
>What I have is a page that brings in products ordered bybox at the end>company. Along with those values, I'm creating a textestimated>of each record that a user may or may not enter in anthat row of>delivery date. If the user does enter in a date I wantneed to check>data submitted to a table with that date. First of all Iboxes. I was>to see if the user has entered anything in the textdid not seem>trying to go through them with a for next loop using
>document.form.elements.length as my ending count but thatall the>to work. Also another problem I am facing is making suremy if>records on the page are being looked at. I wanted to putrecordset is open,>request.form("submitTop") <> "" underneath where mybox, if it is>but this too does not work.
>So what I need to happen when the submit button is hit is:
>A way to check and see if something is entered in a textthe user>then add that line of data pulled from my first table andneed to make>input estimated delivery date value into a new table. Ianything has>sure I go to each record in my list to check to see ifproblem would be>been entered in the text box.
>Thank you very much. Any help on any little bit of my>greatly appreciated!
>Renie83
>.
>MDW Guest



Reply With Quote

