Cfchart alternative to be compatible with CF and BD

2005-04-02 Thread CFDEV
Hi What are you using to do chart and be compatible with CF MX and BlueDragon? Thanks Pat ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on

jump menu

2005-04-02 Thread dave
anyone got a good dynamic jump menu? thanks ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware toda

RE: Access query problem in CF

2005-04-02 Thread CFDEV
Yes, the documentation is exactly what the query is.. And it works in queries of Access, but when I do it through CF it doesn't :( Pat -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: April 2, 2005 21:54 To: CF-Talk Subject: RE: Access query problem in CF Have you l

RE: Access query problem in CF

2005-04-02 Thread Adrian Lynch
Have you looked at the docs for DatePart() in Access? What does it say about the arguments required? Ade -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: 03 April 2005 03:49 To: CF-Talk Subject: RE: Access query problem in CF Thanks but it still says too few parameters :(

RE: Access query problem in CF

2005-04-02 Thread CFDEV
Thanks but it still says too few parameters :( I'm on CFMX 6.1 with a MS Accecss datasource. Pat -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: April 2, 2005 19:41 To: CF-Talk Subject: Re: Access query problem in CF How about this: SELECT COUNT(no_stats) AS nb_

RE: Web Based Mail Merge? (not email!)

2005-04-02 Thread Rick Faircloth
Hi, Al... Thanks for the explanation. How do you code a page break in CSS? Rick -Original Message- From: Al Musella, DPM [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 4:53 PM To: CF-Talk Subject: RE: Web Based Mail Merge? (not email!) I am actually using 4.5.2 on my server

Re: testing....is this thing on?

2005-04-02 Thread Michael Dinowitz
If I made a lot of money on advertising, it would be nice. The offer was 100% of what I made in advertising over the last 12 months (not much) plus 1/12 of that per month to keep me on. I've never been in this for the money and my advertising revenue reflects that. :) >I gotta ask - was it a "

RE: Web Based Mail Merge? (not email!)

2005-04-02 Thread Rick Faircloth
Hi, Eric... Can you provide more detail on how CF would generate the RTF? Rick -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 6:57 PM To: CF-Talk Subject: Re: Web Based Mail Merge? (not email!) you could generate RTF files on the files.

Re: Access query problem in CF

2005-04-02 Thread Howie Hamlin
How about this: SELECT COUNT(no_stats) AS nb_visite FROM statistique WHERE datepart("h",statistique.date_in) = 11 Access has a DatePart function like CF does... HTH, Howie --- On Saturday, April 02, 2005 6:04 PM, CFDEV scribed: --- > > Hi all, > > This query works great in Access but through

Re: Filter Output Based on List

2005-04-02 Thread Les Mizzell
> 1. Do your processing on a scheduled basis and parse the feed into a > database. I hadn't really thought about that before. This isn't a super high traffic site but I'm sure the host would appreciate it since it's on a shared server and all Thanks, -- --- Les Mizzell ~

Re: Web Based Mail Merge? (not email!)

2005-04-02 Thread Eric Dawson
you could generate RTF files on the files. add <> to a word document - save as RTF and us CF to generate RTF and make available for download. - Original Message - From: "Andy Mcshane" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, April 02, 2005 2:02 AM Subject: Web Based Mail Merge?

Access query problem in CF

2005-04-02 Thread CFDEV
Hi all, This query works great in Access but through CF and datasource, it says too few parameters, any ideas? SELECT COUNT(no_stats) AS nb_visite FROM statistique WHERE FORMAT(statistique.date_in,"hh") = 11 Thanks Pat ~|

RE: Filter Output Based on List

2005-04-02 Thread Bryan F. Hogan
Others have given you your answer on what you were looking for, but I want to give you and others who are working with feeds some ideas to better work with them. 1. Do your processing on a scheduled basis and parse the feed into a database. 2. Do any other processing on the feed before you enter

RE: Web Based Mail Merge? (not email!)

2005-04-02 Thread Al Musella, DPM
I am actually using 4.5.2 on my server as well! (It is a small non-profit brain cancer organization - and they can't afford to upgrade:) As I see it, your problem is creating multiple pages. There are a few approaches. The nicest is to use CSS to force a page break after each page, but when I

RE: Filter Output Based on List

2005-04-02 Thread Justin D. Scott
> > > >Display this feed entry > > > > > >Display this feed entry > I like Jochem's solution better than mine. Less code, more elegant. --- Justin D. Scott Vice President Sceiron Interactive, Inc. www.sceiron.com [EMAIL PROTECTED] 941.378.5341 - of

RE: Filter Output Based on List

2005-04-02 Thread Justin D. Scott
> >Display this feed entry > Assuming rejectLIST is a comma delimited list, run this for each entry to test... Display here. Since you're wanting to find any one of several words within a string, you need to break the list do

Re: Filter Output Based on List

2005-04-02 Thread Jochem van Dieten
Les Mizzell wrote: > Working on a page that outputs headlines and copy from several RSS News > Feeds. > > I need to do some filtering though, as the page is target towards kids > and the feeds can sometimes contain some iffy stuff. > > So, I've got a list of words "rejectLIST" and if the body c

RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Hi Rick, I'm afraid it isn't something that would allow me to update CFX_POP3 however this ne could actually be used in CFPOP if MM so chose to build it in :) On the other hand, I have found a component that will work with CFX_POP3 however it still requires some work as it has been neglected for

RE: CFPOP/CFX_POP3

2005-04-02 Thread Rick Eidson
I downloaded this and put in my class path but it still doing the same thing. Is there something I need to do to the file? And can I do it on the server for all users. Is this something that will allow you to update CFX_POP3? Rick -Original Message- From: Paul Vernon [mailto:[EMAIL PROTE

Filter Output Based on List

2005-04-02 Thread Les Mizzell
Working on a page that outputs headlines and copy from several RSS News Feeds. I need to do some filtering though, as the page is target towards kids and the feeds can sometimes contain some iffy stuff. So, I've got a list of words "rejectLIST" and if the body copy contains any of the words fr

flashservices with virtual domain

2005-04-02 Thread Bob Flynn
I know this has to be a common issue, so I'm surprised I have not been able to find anything more recent on it. We have a shared hosting environment with CFMX6.1 and IIS6. Most of the domains are your standard www.ourdomain.com/account/... There are, however 2-3 virtual domains on the server. I

RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Rick, I just found a free java implementation of a TNEF decoder http://www.freeutils.net/source/jtnef/ Paul ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and docume

RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Hi Rick, AFAIK, the winmail.dat attachment is an undocumented MS proprietary format for attachments when using Exchange. As CFPOP and CFX_POP and most other mail clients only know about the rfc compliant mail formats. The content-type for that attachment should be microsoft/tnef if you search on

CFPOP/CFX_POP3

2005-04-02 Thread cfhelp
When I download attachments the file is named winmail.dat. I have striped it down for testing and it doesn't make a dif. The value of #attachments# is always winmail.dat CFPOP does the same. Windows 2003 MX7 The mail server is ArgoSoft. The same attachment come through fine in OutLook. Rick

CF 5 & Windows 2003 Web Edition

2005-04-02 Thread Seth Jacobs
I'm trying to get CF 5 running under Windows 2003 Web Edition. I found a technote at Macromedia (www.macromedia.com/go/tn_18689) that provides directions on how to get 5.0 can run under Windows 2003, but it doesn't specifically mention Windows 2003 Web Edition. I followed the instructions in t

Re: Is this campsite available

2005-04-02 Thread Matt Robertson
Keep the list of available campsites in an app-scoped array. When someone searches for available campsites, loop over the array and release the locks on all pending but uncompleted transactions over X minutes long. Then output the result. You'll also need a check so that if someone reserves a si

RE: Web Based Mail Merge? (not email!)

2005-04-02 Thread Rick Faircloth
Hi, Al... Would you explain a little more about how you cause the mail merge to execute? I'm still using CF 4.5.2...is what you're doing possible with that? I've created printable forms using CSS and CF variables, but only as single documents, not as multiple printouts from a mail merge... Rick

Re: Dedicated Hosting

2005-04-02 Thread Matt Robertson
I use mySQL. Net cost: $0. In the case of Crystaltech, they give you free SQL Server space of like 1/2 GB per server. So you're back to $0 again. Or you can use MSDE, which is a low-traffic version of SQL Server (it has a connection limit, but here again if you are just starting out its fine).

Re: Web Based Mail Merge? (not email!)

2005-04-02 Thread Al Musella, DPM
I do this all of the time with straight HTML.. Use style sheets to format the pages nicely and to display the letterhead part, and just use cold fusion to insert the variables at the right place. Make sure they set the browser to not print a header or footer. I have a button on a page tha

Re: testing....is this thing on?

2005-04-02 Thread Will The Game
>Please leave declarations regarding your personal preferences to the >CF-Community list ;-) Sorry about that guys. I shouldn't post that late on a friday evening! Will ~| Logware (www.logware.us): a new and convenient web-ba

Re: Web Based Mail Merge? (not email!)

2005-04-02 Thread Mark Drew
Its not quite like that... the example I posted showed creating a new serverside word com object that you can then manipulate. What the process would be (and you have to find the methods, I cant find them at the moment) create a word object, make that object open your mailmerge template, tell the

Re: Web Based Mail Merge? (not email!)

2005-04-02 Thread Andy Mcshane
Thanks, this looks interesting. This would be ideal if all of the word document formatting was converted also, i.e. page breaks, header, footer, etc. I could then run m y mailmerge against the HTML page and print that off! Maybe wishful thinking!. Would you be able to point me any resource that

Re: Web Based Mail Merge? (not email!)

2005-04-02 Thread Mark Drew
See this page how to convert a word document to html (as an example) http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=1585.htm Always remember that you have to have Word installed on the server (obvious I know) MD

Re: Web Based Mail Merge? (not email!)

2005-04-02 Thread Mark Drew
Thats what I meant :) Early saturday morning with hangover... cant seem to get words out MD On Apr 2, 2005 11:01 AM, James Holmes <[EMAIL PROTECTED]> wrote: > A COM object may be able to do the same work directly in CF. > > -Original Message- > From: Mark Drew [mailto:[EMAIL PROTECTED]

RE: Web Based Mail Merge? (not email!)

2005-04-02 Thread James Holmes
A COM object may be able to do the same work directly in CF. -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Saturday, 2 April 2005 5:50 To: CF-Talk Subject: Re: Web Based Mail Merge? (not email!) Hya I know this isnt a LOT of help, but a while back I did some stuff

Re: Web Based Mail Merge? (not email!)

2005-04-02 Thread Mark Drew
Hya I know this isnt a LOT of help, but a while back I did some stuff like this using ASP. Basicaly in ASP you can create a server object (like an instance of MS Word) and then run commands against it. How that translates to CF I dont know. If it cant be done with CF have a look at ASP and CF cou

Web Based Mail Merge? (not email!)

2005-04-02 Thread Andy Mcshane
Ok guy's, here's something that has been playing on mind now for far too long and I need to try to come up with a definitive answer of either yes it can be done or no it can't. Here's what I have been asked to do; We have a web based product that a number of our clients use to store information

RE: testing....is this thing on?

2005-04-02 Thread James Holmes
Please leave declarations regarding your personal preferences to the CF-Community list ;-) -Original Message- From: Will The Game [mailto:[EMAIL PROTECTED] Sent: Saturday, 2 April 2005 10:45 To: CF-Talk Subject: Re: testingis this thing on? [snip] POOF! ~~