hi everyone,
i am trying to create a form tht gives the user two choices for requesting a quote. one form is for screen printing and the other is embroidery.
what i want to accomplish is:
start off with both forms hidden
ask the user to select which they want by use of a button or...
HI everyone,
I have a form on a website that allows the user to send comments to a pre determined email address. The problem i cant seem to get around is when the user uses quotes "" in their email.
The email comes to me formatted like:
/"text"/
I have looked at php.net and reviewed a...
hi everyone,
i am just drawing a blank on this one. i am sure its simple but my head is stuck in the box.
on my website, www.skylineprints.com, i have a link to go to my store. the link is written as:
www.skylineprints.com/store/
However, if you click the link, the address bar changes...
Hi everyone,
i am stuck and need some advice or direction.
i have a web store that has about 1000 items in different catagories. i want to add a new catagory with 300 records. This new catagory is EXACTLY like one of my existing catagories with just one exception.
Currently, I must...
Hi group,
on my web site, a customer can upload a picture to my host server. i would like to display that picture to the customer so they can verify they uploaded the correct one.
currently, my code allows them to choose the picture using a form, then i upload it with PHP. all this works...
Hi everyone,
on my form, i allow the users to upload a file to my server. since i do not have a "status" bar telling the user how long it is going to take to upload, i thought i would pop a temp window and ask them to "please wait while file is uploaded".
after the file...
Hi everyone,
I have looked all over PHP.net and other sites but cant seem to find a way to show a "status" bar for file uploads. I would like to be able to show the progress of a file upload (10% complete, 50% complete, etc...) so the user doesnt think the site has timed out. the...
Hi everyone,
Here's a newbie question for ya.
How can I limit the types of files a person can upload to my server? I only want the user to upload .gif, .jpg, or .bmp files.
here is the php i'm using:
if (is_uploaded_file($file_array['tmp_name'])) {...
oh... i am up against the wall and sliding fast....
all i am trying to do is upload a file to a directory on the webserver. (i'd love to email to me also but thats asking to much) :-)
here is my code so far:
<html>
<head>
<title>Listing 9.14 A file upload script</title>
</head>
<body>...
Hi Everyone,
I dont know where to start. I have an A2K database that I have support for 2 years and something has gone wrong.
I export a report to Excel via automation. Everything has worked fine. Now, the code gets
Run Time 430: Automation failure
The only thing that has happened is...
HI everyone,
I have a very basic question and a few sub-questions that I cant seem to find a simple answer for.
What is the difference between Layers and Mask? or are they the same? If different, how do I create a Mask?
I have seen "Quick Mask" and played with that. pretty neat...
Hi group,
I am very new to Photoshop and need some direction. I have a photo that I would love to fix. 3/4 of the photo appear normal and the colors are descent. However, 1/4 of the right side is real heavily saturated with RED. I am sure it has to do with the film or something.
I...
Hi Everyone,
I need to modify a whole bunch of text (.txt) files and just cant seem to pull together the code to do this.
The current text file has a single line with information like:
<CLEC_USER_ID/> <TRX_NAME/> <TXNUM/>
What I want to do is open the text file and after each one of the...
Hi group,
I have two fields that hold Time data. There are corrosponding date fields also. I was going to use a time stamp like Now() but the users said they need to be able to input the time since the ticket might not get opened immediately.
txtDateIssueIn and txtDateIssueClosed...
Hi everyone,
Is it possible to use a function in a SQL query?
Here is the SQL:
WHERE USER = "nharrison"
What I would like to do is call a Function called Husers. This function
builds a list of all the current users that I need to query on. Currently,
I have each one listed in the...
HI everyone,
I have hit an interesting problem. I hope someone has run into it before and can offer a suggestion.
IT has set up two databases which share information. I need to pull a query with an Inner Join between the two databases.
The inner join fields are FormID and ObjID. For the...
Hi,
I have two multi select list boxes on my form. I want the user to be able to select one or multiple items in the first listbox and move them to the second listbox.
Accomplished this with:
Dim ctl As Control
Dim varItm As Variant
Dim strVal As String
Set ctl = Me!listSysImpacted
For...
Hi everyone,
My Access query returns values from a table is a time format. (4:00 pm) However, when I export this query to Excel, the format in Excel changes to "DATE" and the values show up like (1/0/1900). Why? How can I get the values to show up as time as they are in the...
Hi everyone,
My query returns values from a table is a time format. (4:00 pm) However, when I export this query to Excel, the format in Excel changes to "DATE" and the values show up like (1/0/1900). Why? How can I get the values to show up as time as they are in the database...
Hi group,
I currently have 3 modules I use to transfer data to excel. Each works fine on its own. However, I am trying to find a way to call all 3 mods and transfer all data to excel.
Example of one module:
*********************
Sub EncoreExcel()
Dim objXL As Excel.Application
Dim objWkb...
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.