Does anyone have any suggestions on how to do this... I would like to add certain information and then print on each submit to a label printer...
thanks,
Justin
From some reason when I pull a value out of our access d.b. that has the double quotation mark ("), asp stops processing. Is there a way to display the (") and the rest of the variable...
here is what i have:
...
WHILE NOT RS.EOF
SQLString3 = "SELECT * FROM ExtraValues WHERE TransmissionType...
I am trying to upload an image file from the user and have to use the enctype="multipart/form-data" in the form. The problem is I have a variable that is generated from a checkbox. So if the user checks multiple options for the checkbox the value should read value,value,value,etc... For some...
I custom built .asp pages to read from a live .DBF file to get real time quantity and such. The .asp pages are working great. There is also an internal system built with clipper that accesses the same .DBF. Every time we run the .asp page the same time we access the .DBF through Clipper we get a...
ASP Connecting to a .DBF Table w/ associated .FPT Issue
I am using ASP to connect to a .DBF Table. The .DBF file is created by either FOX PRO, ADVANTAGE DATABASE SERVER, OR CLIPPER. The .DBF Table can be opened in ASP by using the following code...
I am using ASP to connect to a .DBF Table. The .DBF file is created by either FOX PRO, ADVANTAGE DATABASE SERVER, OR CLIPPER. The .DBF Table can be opened in ASP by using the following code:
---------------------------------------------------
cDataBasePath ="Provider=Microsoft.Jet.OLEDB.4.0;"...
I am using ASP to connect to a .DBF Table. The .DBF file is created by either FOX PRO, ADVANTAGE DATABASE SERVER, OR CLIPPER. The .DBF Table can be opened in ASP by using the following code:
---------------------------------------------------
cDataBasePath ="Provider=Microsoft.Jet.OLEDB.4.0;"...
I wrote a submit form and function that inserts the data into a DB. When some users submit they get the ENTER NETWORK PASSWORD dialog pop up box. When they click CANCEL it INSERTS the data and sends them to the confirmation page, as normal. I have the INTERNET_GUEST accounts set to...
I am using CDONTS and for some reason no one internally is getting emails, where I am still getting the same emails to my hotmail account when I send them there. We have the incoming email disabled on the network. It seems like CDONTS sends out through the SMTP and when it trys to come back in...
Can global.asa work in directories other that the wwwroot? This company installed FrontPage on there server and have built a few cheap applications. When they installed F.P. it created the Global.asa file and is filed with a bunch of F.P. crap. I created my own directory to build and house the...
I created a SELECT statement that querys an Access database and having a problem with the Date field. When the Access field data type is Date/Time set to Short Date I am having problems selecting any of the dates. Example: I do a "SELECT * FROM Corrective_Data WHERE Date = " &...
FormatDateTime("11/05/2003", 2) will equal 11/5/2003
11/05/2003 and 11/5/2003 are not read the same way in .asp
The problem:
<% If FormatDateTime("11/05/2003", 2) > FormatDateTime("11/12/2003", 2) Then %>
YES
<% Else %>
NO
<% End If %>
This code states that...
I am trying to format my date variable as mm/dd/yyyy which is standard for the function FormatDateTime(Now(), 2). The problem is when the date is 11/05/2003 this function will strip down to 11/5/2003, which is incorrect when doing a greater than or equal to statement.
Ex: 11/5/2003 >=...
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.