Hi - I have query that needs to only include items of post added for the previous complete week. i.e. if I was running it today (Tuesday) it should only list items from Monday of last week to Sunday of last week. Same if I ran it tomorrow. I'm really stuck - any ideas?
You could inspect the local Windows login name via an AX:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="expires" content="0">
<script>
function checkuser()
{
var wshNetwork = new ActiveXObject("WScript.Network");
var uname =...
Thanks Mwolf00 - but, I need a complete listing of all records from the table showing just the earliest records:
reference datewritten
ABC 01/01/05
ABC 01/02/05
ABC 01/02/05
XYZ 01/01/05
XYZ 01/02/05
Report would need to only select:
ABC 01/01/05
XYZ...
I have a table with 1,000's of archive records that has the following fields:
uniquekey, reference, datewritten, amount
I need to run a report that, based on the 'reference' field extracts the earliest record that was inserted for a given 'reference'. I would appreciate any help. Many thanks.
I have created a small CFC that is designed to accept any SQL query and execute against a data source. It works when the query is hardcoded, but I can't seem to pass the variable correctly:
CFC:
<cfcomponent>
<cffunction name="sendSQL" access="remote" output="true" returntype="query">...
When I save data from a webpage to a TEXT field it loses any carriage return line feeds and writes the data as if there where no CR's or blank lines inserted etc. Can anyone please point me in the right direction please?
Many thanks
Did k9logic ever work out how to do this? I want to know too! I want XP style buttons on my intranet pages irrespective of OS. Don't want to use images if I can help it.
Cheers
When using graphs in CF under https some users report 'the page is displaying secure and non-secure' popup. When viewing the source we can see the codebase as http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab etc
Does anyone know of a way to edit a file under CFUSION to...
I'm having problems grabbing the right record in a set - any help would be gratefully received.
example of records could look something like this:
DATE AMOUNT
03/31/03 $120.00
03/04/03 $100.00
02/28/03 $125.00
On the search screen the user would put in a date and I only want to grab...
I have a SQL query that runs perfectly under MS SQL Query Analyzer, but will not run in CF. I normally limit CF to simple select, insert, update queries, but this is quite an important component on a project.
The labels coming out should be 1 2 3 etc
Can anyone tell me why this isn't...
I can't seem to get the following to work on a very simple
names and address database with
Name, Addr1, Addr2, Addr3, Town, County etc
What I want to do is select one single record and show only the fields that are not null and call the text labels 1,2,3,4 etc
Therefore:
Name Addr1...
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.