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...
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...
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))...
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...
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...
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...
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...
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...
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...
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...
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.
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="216">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...
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>...
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 |...
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.
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:
"The page size was not large enough to format the contents of an object in the report"
Does anyone know what I...
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...
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...
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 "config.txt";'.
However, before I let the program loose onto the...
Hi Folks
I've got a small Perl program and I use the 'require' method to read in variables from an external "config.txt" file.
The variables are $fname="kenny" and $lname="ritch".
However, when I use these variables in my Perl program (with 'use strict') I get...
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.