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 TouchToneTommy 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: westcoaststyle
  • Content: Threads
  • Order by date
  1. westcoaststyle

    Embed Perl in HTML Issue - Need quick help

    Hello all, I've been banging my head against my monitors all day today trying to figure out what is going on with some of my Apache hosted sites. The configuration was done prior to my taking the administration over and I'm no Apache guru so... now you know what I'm dealing with. I have one...
  2. westcoaststyle

    I need advice...

    Good afternoon all, I have a project that just hit my desk that will require me to pull data out of my database and format it based on specific formatting rules with the intention of importing it into a client program using Perl/CGI. An example of this formatting is as follows: EH...
  3. westcoaststyle

    Forcing Logoff

    I have a user logged onto my system that has been idle for many days. I'm fairly new to Solaris and I haven't found a way to log the user off. I am logged in remotely and have admin rights, but do not know the command to force the user to log off or kill the connection. Any input would be great...
  4. westcoaststyle

    Outlook Bounced Messages Macro

    Hello everyone, I'm trying to research a possible way to help keep my email lists clean. I'm using qmail on a Red Hat server (and I could probably do something with this, but I want to research all options first). My company purchases email lists from time to time to send marketing campaigns to...
  5. westcoaststyle

    Image Sizing - Interesting question

    I'm bringing images in dynamically and I want to size them on the page irregardless of what size they are in the database. I want to know if there's a way for me to set the width to a specific pixel value and the height will follow suit without me setting the height value. Say I have an image...
  6. westcoaststyle

    Drop Menus sit on top of my CSS Layer

    I have a css layer that becomes visible when the user clicks on a certain link. This layer is sitting on z-index 1000 (just to be sure...). When this layer is visible, the drop menus on the page itself sit on top of the new layer. Why? Do I need to do something special to the drop menus? Do I...
  7. westcoaststyle

    Group By formatting

    Good morning everyone! I have a question about the Group By function in my SQL statment: Say I'm querying on apples, grapes, pears, oranges, and melons. The problem that I'm facing is that my report is showing (for example): apples - 10 pears - 8 oranges -6 I want to see this: apples - 10...
  8. westcoaststyle

    Outlook 2000: Insert image into email MACRO

    Ok, this is really a personal thing so... I find myself using the same image in many of my emails and I'm wondering if I could have a MACRO just insert this image upon a keystroke? For example: I have an image at C:\image.jpg and when I press F12 it inserts this image into my email message...
  9. westcoaststyle

    Download ASP report into Excel?

    Hello everyone. I have a report that is being generated from an Access DB with ASP. I'm wondering if I can have a link on the page to where the user can click it and have the recordset populate an excel document. Is it possible? Thanks!
  10. westcoaststyle

    Check for no value in db field

    Hello everyone, I have a rather stupid question for you: I'm working with an Access DB and I have many fields that do not have data in them. I am using a do until EOF and for loop to display the data according to certain conditions... easy enough. Well, when my for loop returns no data I want...
  11. westcoaststyle

    Disallow IE AutoComplete?

    I've seen this done on other sites, but can't figure out how it's done. If a user comes in to enter their username/password, how do I disable the AutoComplete so that they can't just click on the text field and select the username from the IE drop menu? Thanks!
  12. westcoaststyle

    date - now = number

    What do I need to do to subtract date1 from now() and return a number? I want to show how many days are left from a specific date until Now(). Thanks!
  13. westcoaststyle

    Conditions on Combo Boxes

    There is most likely a very easy fix to my problem so I decided to ask you guys. :c) Ok, I have ComboBox1 and ComboBox2 When I select a value from ComboBox1 I want to change the conditional query on ComboBox2 so that it only displays certain values. What do I need to do? Thanks!!!
  14. westcoaststyle

    no head, no body statement script

    I want to run a simple script that will set the focus to the first field in a form when the page loads, that's easy enough. The problem that I'm having is that I can't get to the <HEAD> of the page nor to the <BODY> statement so I can't use the ONLOAD command. Is there another way to run the...
  15. westcoaststyle

    Remove a Frame

    Ok, I have a top frame in a set of two (top and bottom). I want to have a link in the top frame that, when clicked, removes the frame to leave the bottom frame only. The code I was using I found on this site: <a href=&quot;javascript:document.location=bottom.document.location&quot...
  16. westcoaststyle

    XSQL If statement

    What is the syntax to put an if statement into an xsql document? I need to use different select statements depending on what value the user selects. Thanks!!
  17. westcoaststyle

    Populating a drop box with xsql

    Is it possible to populate a drop box in a .xsl file with a sql query from a .xsql file?
  18. westcoaststyle

    Pushing Returned Data into Excel

    What do I need to do to submit a query on a database using .xsl and .xsql to have this data go directly into Excel or create a file to do so? The data doesn't need to go into specific fields, it just needs to populate an Excel spreadsheet. Thanks!
  19. westcoaststyle

    Simple Fix?

    I have a .xsql query which passes the initial values into the .xml file. For some reason I'm having a really hard time displaying those initial values so that the user knows what options they selected. Here's the raw-xml: <?xml version=&quot;1.0&quot; ?> - <page> - <request> - <parameters>...
  20. westcoaststyle

    Passed Form Values

    I'm using an array to populate a drop menu depending on what is selected from the previous drop menu. The problem that I'm having is that some of the data that I need to pass is either &quot;0000&quot; (zeros) or &quot;0123&quot; (zero in front). What is happening is when I submit the form, the...

Part and Inventory Search

Back
Top