Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
So I want to display the time between 2 events (down to the second). I have the following code.. cfset Years = #DateDiff(, Leaderboard.CreatedOn, Leaderboard.DateOfDeath)# + 18 cfset Months = #DateDiff(, Leaderboard.CreatedOn,

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
Found this.. http://www.cflib.org/index.cfm?event=page.udfbyidudfid=377 This seems to work. Thanks anyway. :) On Sat, Aug 9, 2014 at 5:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I want to display the time between 2 events (down to the second). I have the following code..

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
I stand corrected. That only calculated up to days.. I need months and years (and not just the calculation, but actual days and months.. Grrr... Going to get some wake up juice. :) On Sat, Aug 9, 2014 at 6:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: Found this..

Re: Logical looking dates reporting..

2014-08-09 Thread John M Bliss
http://cflib.org/udf/longTime On Sat, Aug 9, 2014 at 8:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I want to display the time between 2 events (down to the second). I have the following code.. cfset Years = #DateDiff(, Leaderboard.CreatedOn,

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
Thank you. :) On Sat, Aug 9, 2014 at 9:40 AM, John M Bliss bliss.j...@gmail.com wrote: http://cflib.org/udf/longTime On Sat, Aug 9, 2014 at 8:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I want to display the time between 2 events (down to the second). I have the

Comparing two data sets for changes and reporting the changes

2010-05-26 Thread Gerald Guido
Here is the situataion: The user submits a form to edit a record from the database and I want to capture the changes that were made and send them off in an email. Does anyone know of an easy(ish) way to compare the original data set (be it saved as a query row, bean, structure,array etc.) with

Re: Comparing two data sets for changes and reporting the changes

2010-05-26 Thread Mike Chabot
If you are only dealing with 20-30 items it would be faster to write a bunch of conditionals instead of trying to find or develop something generic. If you are going to reuse this throughout the site then making a generic function would be more worth the investment. -Mike Chabot On Wed, May 26,

Re: Reporting

2009-07-30 Thread denstar
Yup. And iReport is a swell report builder, IMO. Nifty tie-in with JasperServer ta boot! -- Angels dancing on the head of a pin dissolve into nothingness at the bedside of a dying child. Waiter Rant On Wed, Jul 29, 2009 at 9:21 PM, David Mineermin...@gmail.com wrote: Are you able to

Re: Reporting

2009-07-29 Thread denstar
On Tue, Jul 28, 2009 at 3:21 PM, David Mineermin...@gmail.com wrote: Is anyone using Jasper Reports or Crystal Reports with coldfusion. I use JasperReports/JasperServer, and I love 'em. -- You cannot be mad at somebody who makes you laugh - it's as simple as that. Jay Leno

Re: Reporting

2009-07-29 Thread David Mineer
Are you able to invoke the reports from your web page and output them to .pdf? On Wed, Jul 29, 2009 at 2:42 PM, denstar valliants...@gmail.com wrote: On Tue, Jul 28, 2009 at 3:21 PM, David Mineermin...@gmail.com wrote: Is anyone using Jasper Reports or Crystal Reports with coldfusion. I

Reporting

2009-07-28 Thread David Mineer
Is anyone using Jasper Reports or Crystal Reports with coldfusion. For years I have been using asp code to interact with cyrstal reports, but now that I need to move to a new server (been trying that for 2 years) I need to upgrade my code and am searching for a solution. We publish a 3 column

reporting batch abends from CICS with coldfusion

2009-02-06 Thread Rick Root
Back when I worked at Progress Energy, one of the things I did in IT Operations was to have coldfusion and perl report on all kinds of crazy stuff... ranging from remedy tickets in our change management system, backup reports from ADSM/Tivoli, and batch abends from the mainframe. Sadly, I don't

CF Errors Reporting to IIS

2009-01-14 Thread Steve Keator
Hi Gang! This one has me perplexed a little bit, and after doing some Googling, I'm still stuck on square one, so I hope SOMEONE here might know what's up... We recently did an install of CF on a Win 2008 server. Despite having some issues with the install (and yes, we DID have the IIS 6

Re: Integrating SQL Reporting Services with ColdFusion

2008-10-22 Thread Anabel Fernandez
Hello: I am able to call the reports from coldfusion using cfhttp.Pass the username and password since cfhttp works with Windows Basic Authentication. Need,therefore, to change the IIS virtual mapping to ReportServer to use also Basic Authentication (we use https in an intranet environment).We

Re: Integrating SQL Reporting Services with ColdFusion

2008-09-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Before I start trying to crack this nut I'll check-in to see if anyone else has made progress since the last posting. From what I see on the MSDN site, there may be problems in doing this from a non-ASPdotNET site while retaining all of the SSRS functionality, because the reporting controls

Re: Need a Google Analytic like reporting tools for CF Application

2008-08-15 Thread David Stockton
We're releasing a new tool called FusionAnalytics soon. This will allow you= to analyse all sorts of data. However, with our experience from ColdFusion= FusionReactor we're going to be focusing on CF at first. The tool will let you cross analyse data from your CF logs, FR logs, Web lo= gs,

Need a Google Analytic like reporting tools for CF Application use history

2008-08-14 Thread coldfusion . developer
I want to analize the historical activies of our applications that Google Analytics can't track. We recently started using GA some there's isn't a lot of history. I’m trying to get a sense of utilization of the various sections of our site, especially those supported by a specialized

Re: Need a Google Analytic like reporting tools for CF Application use history

2008-08-14 Thread Wil Genovese
Weblog expert can do this. It uses your webserver logs and you can customize reports. Even generate reports based on the query string. hey have a free trial so it does not hurt to try it. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong.

Re: Reporting system too heavy

2008-02-24 Thread AJ Mercer
ms sql server has OLAP built in check out http://www.microsoft.com/sql/technologies/analysis/default.mspx On Sun, Feb 24, 2008 at 3:02 PM, Dave Watts [EMAIL PROTECTED] wrote: Hi... I have reporting system that is causing big problems. This is a e-commerce website that runs heavy

Re: Reporting system too heavy

2008-02-24 Thread Don L
output to web would help too (I'm starting to play with this one myself...) Hi... I have reporting system that is causing big problems. This is a e-commerce website that runs heavy database transactions every day. We have a web-based (coldfusion) system that displays daily/monthly/yearly sales reports

Reporting system too heavy

2008-02-23 Thread Web Exp
Hi... I have reporting system that is causing big problems. This is a e-commerce website that runs heavy database transactions every day. We have a web-based (coldfusion) system that displays daily/monthly/yearly sales reports. It runs heavy queries on a single page that do hundreds of complex

Re: Reporting system too heavy

2008-02-23 Thread Craigsell
What database are you running? Things like this are much better left to the database than the web server. For example, on Oracle I'd write a stored procedure to calculate and return each report's data, then use CF/Flex to show the resulting data. Or I'd make an Oracle view, depending on how

Re: Reporting system too heavy

2008-02-23 Thread Web Exp
I am using MS SQL Server 2005. On Sat, Feb 23, 2008 at 10:08 PM, Craigsell [EMAIL PROTECTED] wrote: What database are you running? Things like this are much better left to the database than the web server. For example, on Oracle I'd write a stored procedure to calculate and return each

RE: Reporting system too heavy

2008-02-23 Thread Dave Watts
Hi... I have reporting system that is causing big problems. This is a e-commerce website that runs heavy database transactions every day. We have a web-based (coldfusion) system that displays daily/monthly/yearly sales reports. It runs heavy queries on a single page that do hundreds

Re: questions on CF8 reporting

2007-11-06 Thread Jane zheng
You can build your reports on windows, and then deploy them to your Linux cf server The Builder creates cfr that you can justs drop into your webroot or wherever you cfm files are. Thanks. So I can download the report builder component to my PC and start to create cfr from there. Do I need to

RE: questions on CF8 reporting

2007-11-06 Thread Dave Watts
Thanks. So I can download the report builder component to my PC and start to create cfr from there. Do I need to install anything on the server in order to use cfr file? No, you're all set. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest

questions on CF8 reporting

2007-11-05 Thread Jane zheng
Hi there, I need to build and print 4 reports and labels for one of my web applications. I have tried cfdocument, but the reports didn't have the formats the users wants and I couldn't print labels properly. I am thinking to try cfreport. Here I got a few questions: 1. since the report

Re: questions on CF8 reporting

2007-11-05 Thread Todd
For #1: You can download the ColdFusion 8 Report Builder: http://www.adobe.com/support/coldfusion/downloads.html On Nov 5, 2007 1:59 PM, Jane zheng [EMAIL PROTECTED] wrote: Hi there, I need to build and print 4 reports and labels for one of my web applications. I have tried cfdocument, but

Re: questions on CF8 reporting

2007-11-05 Thread Jane zheng
For #1: You can download the ColdFusion 8 Report Builder: http://www.adobe.com/support/coldfusion/downloads.html Hi, the system requirements for Report Builder include: Operating System: Windows 2000, XP , Server 2003, Vista My coldfusion server runs Linux. So it seems the report builder is

Re: questions on CF8 reporting

2007-11-05 Thread AJ Mercer
You can build your reports on windows, and then deploy them to your Linux cf server The Builder creates cfr that you can justs drop into your webroot or wherever you cfm files are. On Nov 6, 2007 7:53 AM, Jane zheng [EMAIL PROTECTED] wrote: For #1: You can download the ColdFusion 8 Report

SQL Reporting Services

2007-08-21 Thread Lee
OK I have done all my home work and searched the archives of this list and the Internet. I need to find a simple example of a CF page calling a SQL Server 2005 Reporting Services report. I'm fairly certain that it requires a Web service. Are there any examples out there? Is anyone doing

CFUNITED news: interview with Hal Helms on CFCs and OO, podcast on reporting with CF, Early bird ends 3/31/07

2007-03-21 Thread Michael Smith
Here is the ColdFusion and Fusebox news: * CFUNITED early bird price ends 3/31/07 * CFUNITED pre-conference classes announced http://cfunited.com/go/classes * New podcast released - Glenda Vigoreaux - ColdFusion Printing and Reporting * CFUNITED early bird price ends 3/31/07 * Interview with Hal

Re: CFMX Reporting Times 5 Hours Ahead of Current Time

2007-03-04 Thread Paul Hastings
Robertson-Ravo, Neil (RX) wrote: OK, don't post the same question twice. What Locale is Windows in? What Local is ColdFusion in? locales have nothing to do w/timezones. ~| Deploy Web Applications Quickly across the

Re: CFMX Reporting Times 5 Hours Ahead of Current Time

2007-03-04 Thread Robertson-Ravo, Neil (RX)
. Visit our website at http://www.reedexpo.com -Original Message- From: Paul Hastings To: CF-Talk Sent: Sun Mar 04 08:05:06 2007 Subject: Re: CFMX Reporting Times 5 Hours Ahead of Current Time Robertson-Ravo, Neil (RX) wrote: OK, don't post the same question twice. What Locale

Re: CFMX Reporting Times 5 Hours Ahead of Current Time

2007-03-04 Thread Paul Hastings
Robertson-Ravo, Neil (RX) wrote: Yeah not directly but I was thinking that when installed the local timezone/local may have played a part.. Maybe US Locale install on a GMT server? nope. ~| ColdFusion MX7 by Adobe®

Re: why is my cfmx reporting the wrong time?

2007-03-04 Thread Paul Hastings
James Holmes wrote: 1.4.2_12 isn't a supported JVM version for CFMX 7 11 later is ok to update the JVM's tz data for the new DST or so says sarge: http://www.sargeway.com/blog/index.cfm/2007/1/22/ColdFusion-DST most likely the server's tz got bumped in the OS or during installaton of the new

Re: why is my cfmx reporting the wrong time?

2007-03-04 Thread Robertson-Ravo, Neil (RX)
within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Paul Hastings To: CF-Talk Sent: Sun Mar 04 08:20:42 2007 Subject: Re: why is my cfmx reporting the wrong time? James Holmes wrote

Re: why is my cfmx reporting the wrong time?

2007-03-04 Thread Paul Hastings
Robertson-Ravo, Neil (RX) wrote: If it got bumped during a JDK install I would be having serious words with the vendor of said JDK as their install is obviously flawed :-) a user bumping it would be more plausible at this stage. Also, although JDK higher that _11 will work it is not

Re: why is my cfmx reporting the wrong time?

2007-03-04 Thread James Holmes
Right, it's not: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=d2ab4470 Sun's JVM version 1.4.2_11 and above incorporates the new Daylight Savings time calculations. ColdFusion MX 6.1 Updater 1, ColdFusion MX 7.0.2, JRun 4 Updater 6 have been certified for JVM 1.4.2_11.

Re: why is my cfmx reporting the wrong time?

2007-03-04 Thread Jake Pilgrim
Have you checked the simple things? Like the system time, system timezone, etc? ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

CFMX Reporting Times 5 Hours Ahead of Current Time

2007-03-03 Thread Jonathan Block
Although my production server has the system clock set correctly in the correct time zone, when I use the coldfusion now() function, its reporting the time being 5 hours ahead. What can i do? My dev box has the same version of coldfusion and its working correctly on dev. Help!? Jon

why is my cfmx reporting the wrong time?

2007-03-03 Thread Jonathan Block
System Information Server Details Server Product ColdFusion MX Version 7,0,2,142559 Edition Standard Serial Number xx Operating System Windows 2003 OS Version 5.2 JVM Details Java Version 1.4.2_12 Java Vendor Sun Microsystems Inc.

Re: CFMX Reporting Times 5 Hours Ahead of Current Time

2007-03-03 Thread Robertson-Ravo, Neil (RX)
-Original Message- From: Jonathan Block To: CF-Talk Sent: Sun Mar 04 01:15:26 2007 Subject: CFMX Reporting Times 5 Hours Ahead of Current Time Although my production server has the system clock set correctly in the correct time zone, when I use the coldfusion now() function, its reporting the time

Re: why is my cfmx reporting the wrong time?

2007-03-03 Thread James Holmes
1.4.2_12 isn't a supported JVM version for CFMX 7 On 3/4/07, Jonathan Block [EMAIL PROTECTED] wrote: System Information Server Details Server Product ColdFusion MX Version 7,0,2,142559 Edition Standard Serial Number xx Operating System

Re: why is my cfmx reporting the wrong time?

2007-03-03 Thread Robertson-Ravo, Neil (RX)
: James Holmes To: CF-Talk Sent: Sun Mar 04 07:32:43 2007 Subject: Re: why is my cfmx reporting the wrong time? 1.4.2_12 isn't a supported JVM version for CFMX 7 On 3/4/07, Jonathan Block [EMAIL PROTECTED] wrote: System Information Server Details Server Product ColdFusion MX Version

CF7 Enterprise - Reporting Speed

2007-02-08 Thread Greg Griffin
I've used the CF reporting system quite a bit in Standard Edition, but I'm curious about the performance gains when using the Enterprise Edition of CF. I've looked for some sort of benchmarks, but all I can find in the literature are mentions of performance gains - nothing solid on which

RE: CF7 Enterprise - Reporting Speed

2007-02-08 Thread Dave Watts
I've used the CF reporting system quite a bit in Standard Edition, but I'm curious about the performance gains when using the Enterprise Edition of CF. I've looked for some sort of benchmarks, but all I can find in the literature are mentions of performance gains - nothing solid

Re: Integrating SQL Reporting Services with ColdFusion

2007-01-25 Thread Alice Burnes
the reports...splat! At the moment I'm trying the render method and getting nowhere. Any pointers/references would be very welcome! I'm actually stunned that I can't find any concrete examples of using webservices to display reports using CF MX (MX or MX7) given that Reporting Services has

Re: Integrating SQL Reporting Services with ColdFusion

2007-01-25 Thread Mike Chabot
I never got around to pursuing this much. It is still on my todo list. I used ASP.NET 2.0 instead of ColdFusion to connect to reporting services. I am still interested in how to do this using ColdFusion. Does the web service return a rendered report, or does the web service return the instructions

RE: Integrating SQL Reporting Services with ColdFusion

2007-01-25 Thread Brad Wood
Hmm, if someone has actually used CF to call MS SQS reporting services as a web service, please let us know. We have talked about doing this for a while, but have never tried. I would be very interested in seeing it actually demonstrated. ~Brad -Original Message- From: Mike Chabot

RE: Integrating SQL Reporting Services with ColdFusion

2006-10-04 Thread Christine Davis
: Integrating SQL Reporting Services with ColdFusion I am looking to embed SQL Server 2005 Reporting Services reports inside of a ColdFusion application. The options that come to mind are: 1. Run the report on the Reporting Services server (not good for security reasons) 2. Run the report

RE: Integrating SQL Reporting Services with ColdFusion

2006-10-04 Thread Brad Wood
Also along these lines... I just picked up and starting reading the October 2006 issue of SQL Server Magazine from my DBA's desk. It has an entire article on integrating MS SQL Server Reporting Services into a web application. (Page 27) It's pretty high-level so far, but might prove helpful

Integrating w/ Credit Reporting Agencies

2006-09-08 Thread Rey Bango
I have a client that would like to be able to offer payment plans to customers for some of their products. They'd like to do a pre-approval process based on credit scores. Has anyone integrated with the credit reporting agencies to do this? If so, which ones and which services

Exception reporting

2006-09-05 Thread Charles Sheehan-Miles
Hello all, Up until recently, I¹ve been using a setup to email me any exception reports, with cfdumps of all of the interesting scopes. It¹s helpful, but as I rework my app I¹ve building in a bug tracking function. Right now, when the onError method in application.cfc is called, it: 1. checks

RE: Exception reporting

2006-09-05 Thread Dawson, Michael
: Tuesday, September 05, 2006 8:16 PM To: CF-Talk Subject: Exception reporting Hello all, Up until recently, I¹ve been using a setup to email me any exception reports, with cfdumps of all of the interesting scopes. It¹s helpful, but as I rework my app I¹ve building in a bug tracking function

Flash Forms and reporting server validation errors

2006-08-07 Thread Zaphod Beeblebrox
Any strategies for displaying server validation errors in flash forms, stuff like a duplicate email address that you only know once you make a trip to the server? I'd like to have it presented the same as the other validation errors (client side ones) Thanks zB -- Soy un perdedor I'm a loser

RE: Flash Forms and reporting server validation errors

2006-08-07 Thread Brad Wood
To: CF-Talk Subject: Flash Forms and reporting server validation errors Any strategies for displaying server validation errors in flash forms, stuff like a duplicate email address that you only know once you make a trip to the server? I'd like to have it presented the same as the other validation

Custom Reporting

2006-05-19 Thread Brian Peddle
We currently use a custom tool built in house to create custom reports. We list dropdowns and you pick fields etc, criteria and so on. We are looking for something better, more intuitive, web based preferably and easy to use and configure. Our end users will need this in the existing tool

Re: Custom Reporting

2006-05-19 Thread Douglas Knudsen
I'll build one for you. Where can I send a resume? lol! 'Intuitive' requirements are always the toughest, eh? I recently looked at openreports. oreports.org I think it is. Runs under Tomact simply, have not got it to run under JRun yet though. It does quite a bit of cool stuff built in.

Re: What is High-Performance in the statement High-Performance Reporting and Document Generation

2006-05-08 Thread dcooper
Correct: Enterprise Edition takes out all all the stops...(and kicks butt compared to Crystal and other Enterprise Class Java-based reporting engine report generation, in our internal tests prior to CF7 ship). Standard Edition is effectively single-threaded for doc and report generation. Any

Re: What is High-Performance in the statement High-Performance Reporting and Document Generation

2006-05-05 Thread Marty Johll
Thanks to: http://www.dmxzone.com/showDetail.asp?TypeId=28NewsId=8105LinkFile=page2.htm where I found this: *cfdocument differences in ColdFusion MX 7 versions* There is a performance limitation with the cfdocument tag in the CFMX 7 Standard edition. It processes the cfdocument requests one at

What is High-Performance in the statement High-Performance Reporting and Document Generation

2006-05-04 Thread Stephen Cassady
Been doing some PDF creation, and am hitting a wall sometimes in creation speed, which causes users interface issues (they don't think the document is being created), with dynamically created documents of upwards of 350 pages is size. Adobe uses the term High-Performance Reporting and Document

Re: What is High-Performance in the statement High-Performance Reporting and Document Generation

2006-05-04 Thread Paul Hastings
Stephen Cassady wrote: Is the Standard edition not multithreaded? If multi-threaded, will this improve the rendering time, or just allow more documents to be printed at once. Or, well? i *think* the number of threads for standard is limited for this compared to enterprise.

Reporting, listing with CF, Java and so on

2005-12-08 Thread Michel Deloux
Hi all I'm searching experiences about reporting or listing with CF. Html tables or Java reporting tools(like ReportMill)? CFReport is not available(I'm using CFMX 6.1). Give me your comment. Cheers MD ~| Logware

Re: CF Reporting / Report Builder Questions

2005-11-17 Thread jonese
of time, though I will return to cfr's sometime in the next few days. It would be great if you would post your findings. Mark -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 3:04 PM To: CF-Talk Subject: CF Reporting / Report Builder Questions

CF Reporting / Report Builder Questions

2005-11-16 Thread jonese
Ok i'm just diving into Report builder and i'm trying to build a report for the first time. My question is can i have multiple queries instead of just one massive query, and if so how do i referance the values in these other queries. I've found the Report Query tool and have seen the advanced

RE: CF Reporting / Report Builder Questions

2005-11-16 Thread Mark Fuqua
will return to cfr's sometime in the next few days. It would be great if you would post your findings. Mark -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 3:04 PM To: CF-Talk Subject: CF Reporting / Report Builder Questions Ok i'm just diving

CF and SQL Server Reporting Services

2005-02-10 Thread Gavin Brook
Hi All, Does anyone have any experience of integrating CFMX and SQL Server Reporting services. I've managed to cobble something together, but I not happy with the lack of security (from the reporting services front) Has anyone managed to achieve a happy medium or have any advice? Many

Reporting

2004-10-21 Thread Tangorre, Michael
Our internal application users have been requesting some pretty complicated reports... anywhere from 20-75 data fields organized 25 ways from sunday, etc. What they really desire is to pick any field from any page in the application and generate a custom report, etc. and have the ability to save

Re: Reporting

2004-10-21 Thread G
In spite of some early growing pains, MS SQL Server Reporting Services can serve up some pretty nice looking reports. Very customizable (you can write complicated logic in .NET and access these modules in your report). It requires SQL Server for it's operation (which you have), but the data

RE: Reporting

2004-10-21 Thread d.a.collie
All I would say and it's pretty obvious but wasn't for me a year ago or so... Cache the crunched report data and the presentation separate... got an app now that I would love to change the fact that I cached the HTML page generated (mixing the data with the presentation) Would have helped me

Re: Reporting

2004-10-21 Thread Douglas Knudsen
I usually ask them if its cost effective to build so many reports or a huge reporting tool when there are other products out there, crystal, business logic, etc. In my company we usually build a couple canned reports then give the user a CSV dump of all the data. They can tehn use excel

RE: Reporting

2004-10-21 Thread Tangorre, Michael
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Cache the crunched report data and the presentation separate... got an app now that I would love to change the fact that I cached the HTML page generated (mixing the data with the presentation) The app is in FB4, so the data is

RE: Reporting

2004-10-21 Thread Tangorre, Michael
From: Douglas Knudsen [mailto:[EMAIL PROTECTED] I usually ask them if its cost effective to build so many reports or a huge reporting tool when there are other products out there, crystal, business logic, etc. In my company we usually build a couple canned reports then give the user

Re: Reporting

2004-10-21 Thread G
Lemme know if you got any questions about reporting services MT, i've been immersed in it for months now...for better and worse :) - Original Message - From: Tangorre, Michael [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 21, 2004 11:18 AM Subject: RE: Reporting

RE: Reporting

2004-10-21 Thread Tangorre, Michael
From: G [mailto:[EMAIL PROTECTED] Lemme know if you got any questions about reporting services MT, i've been immersed in it for months now...for better and worse :) Will do! Thanks for the offer :-) Mike ~| Sams Teach

Re: Need help with Reporting area

2004-10-20 Thread Donna French
other variables that can be set to True/False - and these will be the variables I need to build the reporting around. What I've done is built a page with several elements the user can specifiy values for: StartDate EndDate Param1 Param2 Param3 Now, what I hope

Need help with Reporting area

2004-10-18 Thread Donna French
various other variables that can be set to True/False - and these will be the variables I need to build the reporting around. What I've done is built a page with several elements the user can specifiy values for: StartDate EndDate Param1 Param2 Param3 Now, what I hope to accomplish is let the user

Re: Need help with Reporting area

2004-10-18 Thread Greg Morphis
to True/False - and these will be the variables I need to build the reporting around. What I've done is built a page with several elements the user can specifiy values for: StartDate EndDate Param1 Param2 Param3 Now, what I hope to accomplish is let the user indicate start and end dates

Re: Need help with Reporting area

2004-10-18 Thread Douglas Knudsen
Client_Address the table has various other variables that can be set to True/False - and these will be the variables I need to build the reporting around. What I've done is built a page with several elements the user can specifiy values for: StartDate EndDate Param1 Param2

OT: Need a SQL Reporting Services guru

2004-06-24 Thread G
Sorry for the off topic, i'm completely stuck on a report im generating using SQL Server Reporting Services. Its a simple report, and i'm simply trying to read a URL variable within the report. If you think you can help, please contact me off list at: [EMAIL PROTECTED] Much appreciated, Brian

Reporting Tools

2004-05-18 Thread Rick Root
I have a need to produce some simple reports using Cold Fusion. They are simple, text only reports, but I must have control over page layout, the ability to put row headers and the like on every page,etc. Currently, we have a VB app that generates these reports using Crystal on an Access

RE: Reporting Tools

2004-05-18 Thread Robertson-Ravo, Neil (RX)
Upgrade to SQL2K and download/get SQL Reporting Tools - very very good and free. _ From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 18 May 2004 12:56 To: CF-Talk Subject: Reporting Tools I have a need to produce some simple reports using Cold Fusion. They are simple, text only reports

Re: Reporting Tools

2004-05-18 Thread Jas Panesar
Is there any reason you couldn't use the crystal java report viewer to open run the report off the server?It works quite well, and could save you some time and headache if you have reports already made. -J Upgrade to SQL2K and download/get SQL Reporting Tools - very very good and free

Re: Reporting Tools

2004-05-18 Thread Rick Root
Jas Panesar wrote: Is there any reason you couldn't use the crystal java report viewer to open run the report off the server?It works quite well, and could save you some time and headache if you have reports already made. Are you referring to the built in CFREPORT functionality?That may

Re: Reporting Tools

2004-05-18 Thread Jas Panesar
CFREPORT could concievably work very well too -- it would only generate the report and drop it to a specified file.Have you tried the examples provided from CF 4.5+ documentation to use cfreport? if all else fails, google +cfreport +example without the quotes.I was referring to a activex/java

[Fwd: OT: SQL2000 Reporting Services]

2004-01-26 Thread Dan O'Keefe
No one? Original Message Subject: OT: SQL2000 Reporting Services Date: Fri, 23 Jan 2004 15:37:13 -0500 From: Dan O'Keefe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Organization: TriPoint technologies To: [EMAIL PROTECTED] Microsoft is releasing this next week (tomorrow

RE: [Fwd: OT: SQL2000 Reporting Services]

2004-01-26 Thread Michael T. Tangorre
I signed up for the wbcast and some people here at work are actively looking into it... Mike _ From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 1:26 PM To: CF-Talk Subject: [Fwd: OT: SQL2000 Reporting Services] No one? Original Message

OT: SQL2000 Reporting Services

2004-01-23 Thread Dan O'Keefe
with CF 5 apps. I know MX 6.1 would be better, but wondering if anyone else has looked into this? http://www.microsoft.com/sql/reporting/ http://www.microsoft.com/sql/reporting/productinfo/architecture.asp Dan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

2003 Dishonest Reporting Award

2003-12-15 Thread Michael Dinowitz
http://www.honestreporting.com/a/2003dishonest.htm Communique: 15 December 2003 2003 DISHONEST REPORTING AWARD Dear HonestReporting Subscriber, 2003: It was the year of the road map, the year of the hudna. Abu Mazen and Abu Ala, war in Iraq, targeted strikes in Gaza, the security fence

RE: 2003 Dishonest Reporting Award

2003-12-15 Thread Samuel R. Neff
--- -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 3:51 PM To: CF-Talk Subject: 2003 Dishonest Reporting Award http://www.honestreporting.com/a/2003dishonest.htm Communique: 15 December 2003 2003

RE: 2003 Dishonest Reporting Award

2003-12-15 Thread Tony Weeg
Subject: RE: 2003 Dishonest Reporting Award Michael, I'm confused.Does being admin mean you ignore the topic of the list?This is waaay OT.:-) Or did someone spoof your address? Sam --- Blog: http://www.rewindlife.com Charts: http://www.blinex.com

Datawarehouse Reporting

2003-11-21 Thread DeMarco, Alex
Is there any good Cf tools out their for doing adhoc report against a datawarehouse? - alex [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Verity Logging - Store Keywords and Do Reporting

2003-08-14 Thread Jillian Carroll
Does anybody have / seen code the does some slick and easy keyword storage / data for reporting on verity search? -- Jillian ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

OT: reporting spam

2003-07-28 Thread Phillip B
I get tons of attempts to relay off my email server everyday. I am doing my part by stopping the spam from going through but is there a place to report it and if so should I bother? Phillip B. www.LoungeRoyale.com www.FillWorks.com

Re: reporting spam

2003-07-28 Thread Michael Dinowitz
If you can see the mail that's being blocked then you can see the IP that they're sending it from to your server. Using that, you can report them or block the IP. I report every piece of spam that comes my way as well as archive it for future reference. If everyone did this then maybe some of the

Re: reporting spam

2003-07-28 Thread Howie Hamlin
You could try spamcop.net Regards, Howie - Original Message - From: Phillip B [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 28, 2003 5:27 PM Subject: OT: reporting spam I get tons of attempts to relay off my email server everyday. I am doing my part by stopping

Re: reporting spam

2003-07-28 Thread Doug White
PROTECTED] Sent: Monday, July 28, 2003 7:08 PM Subject: Re: reporting spam | You could try spamcop.net | | Regards, | | Howie | | - Original Message - | From: Phillip B [EMAIL PROTECTED] | To: CF-Talk [EMAIL PROTECTED] | Sent: Monday, July 28, 2003 5:27 PM | Subject: OT: reporting spam | | | I

Re: Reporting Software

2003-07-19 Thread Ewok
we've been using sawmills for a while now and pretty satisfied http://www.sawmill.net/ Dave Sueltenfuss [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Afternoon Everyone, I am looking for some software to write reports for distribution through ColdFusion. I have tried using

Business reporting

2003-07-15 Thread Parker, Kevin
Is anyone aware of any CF type products that do this type of business reporting. http://aladdin.sdm.com.au/ ** Kevin Parker Web Services Manager WorkCover Corporation e: [EMAIL PROTECTED] w: www.workcover.com p:+ 61 8 8233 2548 f: +61 8 8233 2282 m: 0418 806 166

  1   2   >