Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nat1967
  • Content: Threads
  • Order by date
  1. nat1967

    dual forms with hidden div

    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...
  2. nat1967

    Get rid of the / in emails

    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...
  3. nat1967

    losing the www

    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...
  4. nat1967

    LOAD wont work so...

    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...
  5. nat1967

    Display an Image on web page

    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...
  6. nat1967

    Close "...Wait" Window

    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...
  7. nat1967

    Upload Status Bar???

    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...
  8. nat1967

    Limit the types of files uploaded

    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'])) {...
  9. nat1967

    File Upload recv Error

    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>...
  10. nat1967

    430 automation error

    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...
  11. nat1967

    Mask vs Layer --&gt;Newbie&lt;--

    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 &quot;Quick Mask&quot; and played with that. pretty neat...
  12. nat1967

    Right side of Photo RED!

    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...
  13. nat1967

    how to modify Text file

    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...
  14. nat1967

    Difference in Time

    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...
  15. nat1967

    How to use a Function in SQL

    Hi everyone, Is it possible to use a function in a SQL query? Here is the SQL: WHERE USER = &quot;nharrison&quot; 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...
  16. nat1967

    Whoa! SQL Advice needed

    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...
  17. nat1967

    ListBox help

    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...
  18. nat1967

    Export to Excel with Time Values

    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 &quot;DATE&quot; 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...
  19. nat1967

    Export to Excel with Time Values

    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 &quot;DATE&quot; 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...
  20. nat1967

    Export Multi Mods to Excel

    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...

Part and Inventory Search

Back
Top