Can I have you bell me out one more time, please?
I have a field on our table that we need to split the values into two.
The value is something like:
I am coming to see you today, Will you be at home?
We would like to split this like:
I am coming to see you today,
Will you be at home?
The...
Hello all,
I just created an avery type label with the help of an asp guru.
It turns out that the label is actually a certificate exactly like the one here right under the first TY (red heart)
http://www.truebluebeansnews.com/page5.html
It has a dimension of width: 211 and height: 207
I...
Hello gurus,
Please take a look at the code below.
It works well as is because it creates a header for this page.
Please take a look.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content=
"text/html...
Urgent help needed.
We have a date field on our database called
date_submitted.
I want this date to return only
month, day and year, no day, no time.
In other words, I want:
June 29, 2004
So far, the one I am using is returning:
Day, month and year like:
Tuesday, June 29 2004.
Can I get...
I have 2 tables: table1 and table2 (simple enough).
Table1's structure is like this:
id identity,
scode text
sdate datetime
loc1 varchar,
loc2 varchar,
direction varchar,
distance
table2 has following structre:
id identity,
scode varchar -> relates to table1 by scode,
filename varchar
scode...
Hello everyone again,
I have done this before but for the life of me, could not remember how; and couldn't find a sample of the one I did.
I have an ID, say 123 which can be associated with one or more records.
For instance,
Id records
123...
Hello all,
I have some issues that I hope to get help from you on.
I have created a form to be submitted to the database.
The form contains 15 checkboxes.
The idea is that a user opens up this form to send a request to our helpdesk.
This user can check one or several checkboxes at the same...
I have been working on a shopping cart program for awhile and finally have gotten all the coding done.
There is one quick question that I have,
how do you integrate the administrative stuff with the rest of the shopping cart program?
For instance, the administrative backend processing involves...
As part of our cleanup effort, I am modifying our shopping cart program but have run into a little snag.
We store an image in our access db and reference it on our html file.
This is the current working one line syntax:
strHTML = strHTML & "<img src=" & q& "images/small/" & rs("cimageurl")...
Can someone, please, please tell me why this insert statement is not working.
Page1 dynamically populates a dropdown list box by selecting the record from the database.
Using post method, passes the values through a form variable (sizeNdx) to page2 which processes the insert statement and...
I don't know where I am screwing up here but this code below, when I run it, on the empID column, 2 values are generated:
EmpID = 12,2351 which means that values for org and empid are being stored in empid column.
The org value and the Emp value are being passed to the empID column.
The org...
Hi everyone,
Not sure if anyone here uses or has used a dbf file.
I am trying to connect to a folder that contains our dbase dbf file.
I am having problem connecting to it.
Can someone please tell me what I am doing wrong based on the error that I am receiving.
Function OpenDBFConn(Path)
Dim...
Hello everyone and happy new year to all.
I have been scouring the internet looking for articles on how to view a pdf file stored in the database.
I used aspuploads to upload pdf files into the database but I am having problem finding materials on how to view the files and other details stored...
Hello again dear experts!
I need your help please.
I am trying to implement a database search option whereby a user is presented with a dropdown option to select from.
I want to give the user the ability to search our database using 3 fields.
select * from tableName where field1 like...
I am getting the following error when I try running the code below.
First the error:
line: 10
Error: 'edit' is undefined
Line 10 is this line:
<select name="classcode" onchange="javascript:edit.submit();">
Below is the entire code:
page1:
<%@ Language=VBScript...
I am looking for a popup window exactly like the one on Tek Tips whereby as soon as some one opens our web page, the first page the see is the popup window with a little window message.
Then when they are done with reading the message, they click close to close it and proceed to the main page...
Hello gurus!
I am trying to atleast understand why I am having the error that I am having so I can beging to isolate the problems.
The error says:
window.opener.top is null or is not an object.
Can someone please tell me what this means?
I really, really need help with my php configuration.
I uninstalled apache 2.4 because I was having all kinds of problem configuring it to talk to our sql server db.
Before uninstalling it, it works well because I would run phpinfo and it will display all summary of configuration.
The only...
This is an extreme newbie question.
I have just started learning php.
I have installed and configured apache web server.
Wrote a simple hello world php code.
My question is where do you put your php/html files in apache server.
With iis, you will put the files in wwwroot directory.
Do I put the...
Hello everyone!
Hopefully, I am in the right forum.
We have 2 hard drives on our server, Drive C and Drive E.
We recently ran out of memory on Drive C (currently only 3.97 megs) while there is a total of 56G on drive E.
There is a way of reallocating some of the memories from drive E to C.
I did...
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.