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

    Creating a convincing shadow

    Hi Folks I'm using CS 8.0. See this image here: Image of a fork You'll notice that the fork has a nice shadow. My problem is that I want to place the fork on a green background but still retain the shadow. What is the best way for me to do this? Should I remove the current shadow and create...
  2. Kenny100

    Changing Tint in an image

    Hi Folks This is something I've puzzled over for a while and, although I'm sure it's possible, I've got no idea how to do it ... I've got a small button graphic for use on my website. The button is red but is shaded so that it looks 3D. I'd like to somehow change this red button to be green...
  3. Kenny100

    Last 12 Months 'Crystal' Formula - Convert to SQL?

    Hi Folks I managed to find a nice formula for 'Crystal' that selected data from my DB that had a date within the last 12 months. I put this in the 'Select Expert' for the 'Date' field: {MyTable.Date} in dateserial(year(currentdate - day(currentdate))...
  4. Kenny100

    Showing an average value on a chart

    Hi Folks ** Sorry but I posted this in the Crystal Reports 1 Formulas Forum yesterday but think this is a better forum for it. ** Here's an excerpt of the data I'm using in my chart: Place Value Site1 10 Site2 15 Site3 16 ... .. Each 'Value' is a formula field and is simply a total of...
  5. Kenny100

    Hide values on a chart but still show the data?

    Hi Folks I have a chart showing a range of data: Place(x) Value (y) Site1 10 Site2 15 Site3 16 Site4 8 Site5 5 Site6 10 Site7 5 ... .. I'd like to be able to show all 'Place' values on the chart but 'hide' the names of the values. See the following...
  6. Kenny100

    Showing an average value on a chart

    Hi Folks I'm using the following data in my chart: Place Value Site1 10 Site2 15 Site3 16 ... .. Each 'Value' is a formula field and is simply a total of all values for that 'Place' e.g. for Site1 there are 3 values - 4 + 5 + 1 = 10. The chart shows a 'Value' for each change of...
  7. Kenny100

    Excel Chart Values

    I have the following data values in two columns in my Excel spreadsheet: Location Quantity Site 001 12 Site 001 21 Site 001 34 Site 002 12 Site 002 11 Site 003 23 Site 003 24 Site 003 43 Site 003 12 These come from a SQL database and are constantly changing. I'd like to create a...
  8. Kenny100

    SQL Query: Moving 12-month Data Window

    Hi Folks Just starting out in the world of SQL and am having a problem with dates. I have the following in a table called tblData: Date,Data 01/01/2004,123123123 01/02/2004,123123123 01/03/2004,123123123 01/04/2004,123123123 01/05/2004,123123123 01/06/2004,123123123 01/07/2004,123123123...
  9. Kenny100

    DTS Package: How can I save the source file with a new name?

    Hi Folks I've just successfully setup a DTS Package that takes data from a CSV file and imports it into a table in my database. This is scheduled to run each day at noon. My problem is that I only want the package to run when it finds a file with a particular name (data.csv) and, if it does...
  10. Kenny100

    Multiple site search results in a single page?

    Hi Folks Imagine you have three separate websites, each with their own search engine. I want to build a single search page on my website that passes a search term to each of these three websites and returns the results as a single page, with each site's results separated with an appropriate...
  11. Kenny100

    Passing HTML Page Title in Query String?

    Hi Folks Is there anyway using Javascript (or other technique) to access the title of the current HTML page i.e. the text between the <title> tags? I'd like to access this value and then pass it in the Query String. Can this be done? Cheers, Kenny.
  12. Kenny100

    Hi Folks I've got various blocks

    Hi Folks I've got various blocks of text in my html page that are individually identified using the id tag e.g. <li id=&quot;216&quot;>This is some text</li> Next to EACH of these text blocks is a small image. I'd like to include some Javascript on my page so that when I hover over a...
  13. Kenny100

    XSL: Creating HTML bullet lists

    Hi Folks I'm trying to use XSL to transform the following XML into HTML: *** XML Fragment *** <Clause> <Req> <para>Introductory text for bullet list 1:</para> <SubReq><para>List 1: Bullet 1</para></SubReq> <SubReq><para>List 1: Bullet 2</para></SubReq>...
  14. Kenny100

    XML&gt;HTML with XSL: Bulleted Lists ... argh!

    Hi Folks I'm a bit stumped to say the least. I've got an XML document (a fragment follows) and I've been trying to transform this into HTML using good old XSL. However, the bulleted list that I'm trying to create just doesn't work! ****** DTD Excerpt ****** <!ELEMENT ActReference (para |...
  15. Kenny100

    Excel Submit Button

    Hi Folks Is it possible using VB to create a 'Submit' button in Excel that will send the current Excel worksheet to a specified email address? If so, how the heck do I do it?! I'm using WinNT and Excel 97. Cheers, Kenny.
  16. Kenny100

    Baffling error in Crystal Reports 8.5

    Hi Folks Hopefully this is the correct forum for my query. I'm running Crystal Reports 8.5. on WinNT and whenever I try and print out a certain report I get the error: &quot;The page size was not large enough to format the contents of an object in the report&quot; Does anyone know what I...
  17. Kenny100

    Checking for a non-exisiting variable?

    Hi Folks I've got a little Perl program that reads in variables from an external file (config.txt). It uses a simple while loop to extract the contents of config.txt and split the name/values on the = sign. I'd like to put in some error checking into my program that makes sure that all...
  18. Kenny100

    Perl &gt; EXE - does it hide my code?

    Hi Folks Two very quick questions here ... Is perl2exe my only option for turning a Perl program into an executable? It's quite expensive considering my program is only 250 lines long and is going to be freeware! See: http://www.indigostar.com/perl2exe.htm Does converting a Perl script into...
  19. Kenny100

    Perl Program to EXE - Can it still be configured using require?

    Hi Folks I've written a small Perl program that I'd like to release as freeware. It is configurable by changing variable values in a separate file called 'config.txt'. This is read into the Perl program using 'require &quot;config.txt&quot;;'. However, before I let the program loose onto the...
  20. Kenny100

    How do I initialise my variables?

    Hi Folks I've got a small Perl program and I use the 'require' method to read in variables from an external &quot;config.txt&quot; file. The variables are $fname=&quot;kenny&quot; and $lname=&quot;ritch&quot;. However, when I use these variables in my Perl program (with 'use strict') I get...

Part and Inventory Search

Back
Top