Re: passing multiple CF vaules to a javascript variable

2004-04-14 Thread Joy Holman
But the onClick event doesn't recognize the CF variable. It has to be _javascript_. When I convert the #linkStyle# to _javascript_ -target(){return #linkStyle#} - and place the _javascript_ in the onClick event as (target(), there is no way for the value to change from what was originally

Concepts

2004-04-14 Thread Parker, Kevin
Is anyone aware of any concept search engines being developed with CFML. TIA!!! +++ Kevin Parker Web Services Manager WorkCover Corporation p: 08 8233 2548 e: [EMAIL PROTECTED] w: www.workcover.com +++

Re: passing multiple CF vaules to a javascript variable

2004-04-14 Thread Patric Stumpe
Hi Joy, could you possibly make a dump of your query? So we can understand what you data looks like? Patric JH onClick didn't understand a CF variable like: #linkStyle#. It wants _javascript_. I don't know how to make the _javascript_ variable I create from the CF variable return each of the

Re: OT ? CFHTTP Emulation

2004-04-14 Thread Thomas Chiverton
On Wednesday 14 Apr 2004 03:38 am, Nathan C. Smith [EMAIL PROTECTED] wrote: Certainly Perl has something - or more than one option- as well. LWP for instance. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business

Re: MX: Scheduler firing off too often

2004-04-14 Thread Thomas Chiverton
On Tuesday 13 Apr 2004 15:45 pm, Scott Weikert [EMAIL PROTECTED] wrote: great. Took it out... put it back... then it was running TWICE. Took it out... put it back again... it would run THREE times. Two guesses - something is resetting your system clock, or CF is not removing the schedule

how to save a document/spreadsheet/pdf into a database table when it is open?

2004-04-14 Thread cf coder
Hello Everybody, I'm hoping somebody will provide me with some help. I have this section on my site where a user can view his or her attachments. The attachments that can be a word documents, a spreadsheets or a pdf are stored in a database table as binary objects. I've done the bit to allow the

how to save a document/spreadsheet/pdf into a database table when it is open?

2004-04-14 Thread cf coder
Hello Everybody, I'm hoping somebody will provide me with some help. I have this section on my site where a user can view his or her attachments. The attachments that can be a word documents, a spreadsheets or a pdf are stored in a database table as binary objects. I've done the bit to allow the

access and cf5 performace

2004-04-14 Thread Chris Edwards
Hi This may be a multiple list question, but I figured I would ask here since many of you are familiar with this setup. I have a windows 2000 dedicated server running about 15 ablecommerce websites using Access and CF 5 Server.Lately I have been getting timeout errors from the database and cf

Re: How to streamline a request that uses many cfquery statements?

2004-04-14 Thread Deanna Schneider
Hm. I wasn't implying that a stored procedure would run asynchronously. But, I was implying that if you're making 15 separate calls to the database, your bottle neck could be right there. If you can encapsulate those 15 queries into one call to the database, that returns one recordset, you may

Timeout connecting to access DB

2004-04-14 Thread cfhelp
I just recently upgraded the Servers, Windows 2k and CF5.0 to Win2k3 and CFMX 6.1. The system is runs great for a few days and then all Access Database's start to timeout. This does not seem to affect any other system on the server just Access ODNC connections. OS is fully patched Rick

new---win

2004-04-14 Thread Turetsky, Seth
In IE, doing a CTRL-N or NEW---WINDOW, doesn't fully run the CF code again. I have a variable based on a timestamp, so when opening a new window, the variable doesn't get the new time.I put in all of the cfheader and meta tags for disabling caching. Anything else I can do? -seth [Todays

RE: SOT: Flash Remoting vs Web Services vs XML

2004-04-14 Thread Dave Watts
I recommend Colin Moock's book'Flash Remoting' the definitive guide. I pretty much agree with everything Brook Davies said, except that I think Tom Muck wrote the O'Reilly Flash Remoting: The Definitive Guide. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax:

Writing/Opeing txt files

2004-04-14 Thread Christopher Farino
How can get ColdFusion to open a text file on my server in notepad and not the browser? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: Flash loop question

2004-04-14 Thread Burns, John D
I am returning an array of state abbreviations to Flash and I have a map of the US with each state as a separate button with the instance named as the state 2-letter abbreviation.I'm trying to do the following: for(i=0;istateList.length;i++){ stateList[i].enabled = false; } If I trace

RE: SOT: Flash Remoting vs Web Services vs XML

2004-04-14 Thread Andrew S. Peterson
Chris, There's a good (IHMO) ramp-up article in MXDJ (vol 2 issue 4) (http://sys-con.com/mx/ - I can't find the exact link to the article) ) entitled FlashFusion that describes how to consume webservices based around SOAP. A short comparison to Remoting is included as well. Sincerely,

Backing up MySQL InnoDB DB

2004-04-14 Thread Spectrum WebDesign
Hi all our app run this .bat file to create a sql script(backup) from our MySQL DB. c:\mysql\bin\mysqldump.exe --single-transaction -quick -u name_user -ppass_user ourDB c:\mysql\data\backups\ourDB_#datePart#.sql But results 0(zero) size... what's happened? Do you have experience in backing

RE: CFMX6.1 updater

2004-04-14 Thread Kenneth Wilson
Hey does anyone have any idea when an updater for CFMX6.1 might be out? Following is the 3/19 CF-Talk email where there was specific mention of a 6.1 cumulative hotfix due in April. I've not seen any further information posted about it. Ken -Original Message- From: Stephen Dupre

Check server memory and CFMX restarts

2004-04-14 Thread Tyler Silcox
Is there a way to check available memory for CFMX from code?(i.e. I do not have access to the physical server.) I've seen it done before for Java based custom tags, but I was wondering if there is a way to tell if CFMX is running out of memory (because I keep losing my application variables way

onClick Nightmare!

2004-04-14 Thread cf coder
Hello everybody. Thebelow code works, however when I don't know how to put the same code in the windows.open. I've tried really hard but keep getting errors. Please can somebody show me how to do it. document.write(a href=""> I am trying to do this: > return false; I would really appreciate

SQL Challenge

2004-04-14 Thread Ian Skinner
I've got a challenge for any and all SQL guru's.I need to return a record set consisting of all records with a date in the future of today as well as one and only one record previous to the current date, if one exists. Would this best be done with a union of two selects, or is there a trick that

RE: how to save a document/spreadsheet/pdf into a database table when it is open?

2004-04-14 Thread Burns, John D
Nope, imagine the problems you'd have if you let users save directly to your server.That's a hacker's paradise.The only way I can think to do it would be to have some kind of an editor built into your page that creates the files or allow a user to upload files from their computer and save it into

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
We have had that problem quite a bit as well. Same set up. We tried both the standard install of CFMX and with JRUN with little luck. We are completely updated with all the patches from MM, even tried the garbage collecting fix on the MacroMedia website. Anyone knows how to correct this I would

Re: Writing/Opeing txt files

2004-04-14 Thread Jochem van Dieten
Christopher Farino wrote: How can get ColdFusion to open a text file on my server in notepad and not the browser? Not. Which application is used for which MIME-type is defined by the visitor in his browser settings. Jochem -- I don't get it immigrants don't work and steal our jobs - Loesje

Re: Concepts

2004-04-14 Thread Bryan Stevenson
Hey Kevin, I'm not aware of any other than the one I may be developing soon ;-) A current client recently mentioned his idea for just such a tool that he had worked with another developer a few years back and it lost steam (developer kept saying it couldn't be done).So there is a chance that

RE: new---win

2004-04-14 Thread Burns, John D
Ummm, it should get a new copy.It depends on your browser settings for caching and also your server settings with caching.If you want it to refresh you need to go through the headache of insuring that your page isn't cached. John Burns -Original Message- From: Turetsky, Seth

RE: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Ian Skinner
The concept that took me awhile to get my head around.You don't usually pass variables to _javascript_ in examples like this.If you need to truly pass variables to _javascript_ from CFML you need to use some kind of intermediary technology such as WDDX.But for what you seem to be trying to do, you

Re: onClick Nightmare!

2004-04-14 Thread Nick de Voil
Hello everybody. Thebelow code works, however when I don't know how to put the same code in the windows.open. Put it in a function script language=_javascript_ function openPopup(number, otherNumber) { x = window.open(...); } /script ... > Nick [Todays Threads] [This Message]

Re: new---win

2004-04-14 Thread Ben Doom
It is possible that by disabling IE's cache you might be able to stop that behavior, but no bets. I don't think that there's anything you can do on the server side, though.I believe it's just IE's default behavior to replicate the page as loaded when creating a new window. --Ben Turetsky,

RE: Check server memory and CFMX restarts

2004-04-14 Thread Douglas.Knudsen
yes, restarts are logged in the server log.You should prob figure out why the restarts are occuring though, eh?You have an app with long running SQL or something? This will tell you the memory stuffs.Curteousy of Pete Frietag's blog. cfset runtime =

Re: access and cf5 performace

2004-04-14 Thread Claude Schneegans
I don't know what else to look at to determine what is causing the problem. I would have a look at CFLOCKs and also see if all tables are correctly indexed. -- ___ See some cool custom tags here: http://www.contentbox.com/claude/customtags/tagstore.cfm Please

RE: onClick Nightmare!

2004-04-14 Thread Adkins, Randy
do something like var url =""> 'attachment.cfm?id=cfoutput#url.Number#/cfoutputfilename=+escape(field s[n])' then > zable=Yes'); or atleast something along those lines -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 10:40 AM To: CF-Talk

Re: MX: Scheduler firing off too often

2004-04-14 Thread Scott Weikert
At 03:33 AM 4/14/2004, Thomas wrote: Two guesses - something is resetting your system clock, or CF is not removing the schedule correctly, I'm sure someone will know a neo-XXX.xml that holds this info, or you could try a grep for the URL concerned... I've already looked over the neo-cron.xml file

RE: new---win

2004-04-14 Thread Turetsky, Seth
Ben/John, Yeah doesn't seem to be something I can reliably do.So, I switched things up, so that it is created in _javascript_ with an onLoad and form submitted. Thanks, seth -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 11:15 AM To: CF-Talk

RE: Check server memory and CFMX restarts

2004-04-14 Thread Tyler Silcox
Awesome, that is exactly what I was looking for! And, it doesn't look like the server's restarting from what I can tell, I just wanted to make it would list it in the logs if it did...thanks for the help- Tyler S _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: MX: Scheduler firing off too often

2004-04-14 Thread Stacy Young
You know what...we may be experiencing a similar issue. Up until now I've chalked it up to a code anomaly (not having the time to hunt it down yet) but perhaps it's related to what you're seeing. All of our scheduled items seem to be running just fine except for this one that runs once right

RE: onClick Nightmare!

2004-04-14 Thread Ian Skinner
cfcoder I am trying to do this: > return false; The first two problems I see is that the + operator is the concatenate operator in _javascript_ the operator is the concatenate operator in CFML, so you will need to change the + to an .Secondly escape is a JS function not a CFML function, I

RE: AXIS error

2004-04-14 Thread Tom Jordahl
Check for a file in your WEB-INF directory named server-config.wsdd. This is the Axis configuration file. See if the class you are having problems with is mentioned in there, possibly as a handler.It should not be. -- Tom Jordahl Macromedia Server Development -Original Message- From:

Generating WSDL

2004-04-14 Thread Thomas Chiverton
I can't get the example 'echo' cfc working on my CFMX6.1 box. I've cut'n'pasted the code from http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/webser28.htm and am accessing http://charles-compaq.bluefinger.com:7001/echo.cfc?wsdl All I get is a 500 error, nothing in the CF logs. Could

RE: AXIS error

2004-04-14 Thread Dave Carabetta
Check for a file in your WEB-INF directory named server-config.wsdd. This is the Axis configuration file. See if the class you are having problems with is mentioned in there, possibly as a handler.It should not be. Since I didn't get an initial response to my post, I just never posted back

Re: SOT: Flash Remoting vs Web Services vs XML

2004-04-14 Thread webmaster
Chris, There’s a great (IHMO) ramp-up article in MXDJ (vol 2 issue 4) (http://sys-con.com/mx/ - I can’t find the exact link to the article)entitled FlashFusion that describes how to consume webservices based around SOAP. A short comparison to Remoting is included as well. Sincerely, Andrew

Re: Generating WSDL

2004-04-14 Thread Thomas Chiverton
On Wednesday 14 Apr 2004 16:55 pm, Thomas Chiverton wrote: I can't get the example 'echo' cfc working on my CFMX6.1 box. Of course, following up my own idea (!) I checked the line in Application.cfm, and that's where the login checks are :-) Whoops. -- Tom Chiverton Advanced ColdFusion

Re: Timeout connecting to access DB

2004-04-14 Thread Thomas Chiverton
On Wednesday 14 Apr 2004 15:56 pm, Robert Bailey wrote: We have had that problem quite a bit as well. Same set up. There are apperently updated DB drivers coming soon from MM. Don't give up yet ! -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

Re: passing multiple CF vaules to a javascript variable

2004-04-14 Thread Joy Holman
Hi Patric, I'll try to consolidate information I've provided so far. I'm not at work today so I can't generate the exact code, but I'll do my best to simulate it. Here goes: Purpose of the code: When a user clicks on a menu link (generated by the CF code prior to the user interaction), an

Re: onClick Nightmare!

2004-04-14 Thread Charlie Griefer
> lename=' + escape(fields[n]), 'document', 'top=10,left=10,height=500,width=600,resizable=yes'); return false; - Original Message - From: Ian Skinner [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 8:24 AM Subject: RE: onClick Nightmare! cfcoder I am

RE: Timeout connecting to access DB

2004-04-14 Thread Dave Watts
We have had that problem quite a bit as well. Same set up. There are apperently updated DB drivers coming soon from MM. Don't give up yet ! They have recently been released. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads]

RE: Backing up MySQL InnoDB DB

2004-04-14 Thread Barney Boisvert
That's very similar to what we do, though we only do a dump once a month, and use the binary log (you do keep a binary log, right?) for incremental backups.If we need to restore near the end of the month, it's a bit of a pain, but better than forking all that cash for the bandwidth to do complete

striping url again...

2004-04-14 Thread Bailey, Neal
Hello all... I am trying to strip a url up into sections... for example: If a have a url like http://www.mysite.com/ http://www.mysite.com/ I want to take just the mysite part a store as a variable and then store the .com part as another variable then remove all the http:// and www parts.

RE: Timeout connecting to access DB

2004-04-14 Thread Nathan C. Smith
Here is the link to the MM hotfix list :'http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm#MX61 ' By OS fully patched, do you mean it was run through all the Windows update patches?If so you may still be missing a recent MDAC update, you may wish to check that too.I can't

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
That is what we heard when we contacted them about these issues about 3 months ago, lol. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 12:08 PM To: CF-Talk Subject: Re: Timeout connecting to access DB On Wednesday 14 Apr 2004 15:56

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
Which one? We have installed all the patches current as of about a week ago, and nothing has changed, problems are still going on with any access databases. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 12:19 PM To: CF-Talk Subject: RE:

RE: Timeout connecting to access DB

2004-04-14 Thread Robert Bailey
Yeah, we tried that one, and did not help, made the problem not happen 10 times a day down to like 2 or 3 times a day. -Original Message- From: Nathan C. Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 12:23 PM To: CF-Talk Subject: RE: Timeout connecting to access DB

Re: MX: Scheduler firing off too often

2004-04-14 Thread Thomas Chiverton
On Wednesday 14 Apr 2004 16:33 pm, Scott Weikert wrote: I've already looked over the neo-cron.xml file on the server in question - it's got just the data it should, based on what shows in the scheduler page in the CF admin. And I assume stopping and starting the server doesn't cure the problem

RE: passing multiple CF vaules to a javascript variable

2004-04-14 Thread Dave Francis
Hi Joy, It looks like your query results must not be what you expect. I've included a skeleton example of what I think you're aiming for, but which loops through a list since I don't have your data. HTML HEAD TITLEUntitled/TITLE style type=text/css #aaa {display:none;} #bbb {display:none;} #ccc

RE: Timeout connecting to access DB

2004-04-14 Thread Dave Watts
Which one? We have installed all the patches current as of about a week ago, and nothing has changed, problems are still going on with any access databases. They've been out for about a week or two, I forget the exact date. You might try using the Unicode Access driver, instead of the

Re: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Joy Holman
Hi Patric, I'll try to consolidate information I've provided so far. I'm not at work today so I can't generate the exact code, but I'll do my best to simulate it. Here goes: Purpose of the code: When a user clicks on a menu link (generated by the CF code prior to the user interaction), an

Re: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Joy Holman
Hi Patric, I'll try to consolidate information I've provided so far. I'm not at work today so I can't generate the exact code, but I'll do my best to simulate it. Here goes: Purpose of the code: When a user clicks on a menu link (generated by the CF code prior to the user interaction), an

RE: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Ian Skinner
I created the following test code and it runs just fine, I believe it does basically what you are asking code to do. HTH !--- Test Code --- cfscript aQuery = queryNew(menu_bmarkLink,menu_Text,menu_nonBmarkLink); tmp = QueryAddRow(aQuery,4); tmp =

help needed with variables, loops, and multi-step forms

2004-04-14 Thread npetersn
Please bear with me as this is the first time I have attempted this. I am creating variables that will be used as initial empty values for form fields in a multi-step process. I am creating the variables as follows: cfscript variables.numPeople = 3; variables.stPeople = structNew(); for (i=1;

'this' in CFCs

2004-04-14 Thread Thomas Chiverton
Is it right that 'this' does not exist in CFC's where invoked with '?wsdl' to generate a WSDL description ? I'd say it was a bug, rather than a feature if so... Either, any good work arounds ? Our objects call a logger on init., and pass in '#this#'. The logger uses getMetaData() to write log

Proving you are legitimate from CFMail

2004-04-14 Thread Craig Earls
I am developing a service that sends email to registered users about upcoming events.I keep getting errors about my mails being bounced as spam.Even test emails I am sending to myself are getting bounced by my ISP.What procedures does a business need to go through to prove they are legitimate?

Re: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Joy Holman
So there was nothing wrong with my original code and I shouldn't have gotten an error saying that onClick didn't understand the CF variable #menu_bmarkLink#. Maybe it failed because there was no value for #menu_bmarkLink# when that variable was blank - which would be the case when the

Re: Proving you are legitimate from CFMail

2004-04-14 Thread Bryan Stevenson
A few things to look out for 1) make sure the FROM address is a valid account with your ISP 2) alter the subject line for each recipient as sometimes a bunch of mails with the same subject get caught up 3) talk to your ISP about their e-mail policies...they know best ;-) HTH Cheers Bryan

RE: 'this' in CFCs

2004-04-14 Thread Raymond Camden
Is it right that 'this' does not exist in CFC's where invoked with '?wsdl' to generate a WSDL description ? I'd say it was a bug, rather than a feature if so... Incorrect. Consider... cfcomponent cfset this.name = ThisRaymond cffunction name=test access=remote returntype=string

RE: help needed with variables, loops, and multi-step forms

2004-04-14 Thread Raymond Camden
Use value=#variables.stPeople['stPerson#i#'].firstname# -Raymond Camden variables.numPeople = 3; variables.stPeople = structNew(); for (i=1; i LTE variables.numPeople; i=i+1) { variables.stPeople['stPerson' i] = structNew(); variables.stPeople['stPerson' i]['firstName'] = ;

RE: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Ian Skinner
I think you might be right, when I added a row to my test query with a blank menu_bmarkLink it produced output such as this: lia ... > That is definitely incorrect syntax in the onClick property and my test threw a JS error, but it did not say anything about not understanding #menu_bmarkLink#

RE: Proving you are legitimate from CFMail

2004-04-14 Thread Mark Leder
Also, you may want to consider running your email message through a spam checker first.This will flag for potential problems.There's a free message checker at www.lyris.com/contentchecker Thanks, Mark _ From: Craig Earls [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 1:05 PM

Re: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Patric Stumpe
Joy, taht's what I think too. The code sample Dave provided does the same thing your code should render. That's why I thought you could provide a dump of your database query to see if it's serving unexpected data... Patric So there was nothing wrong with my original code and I shouldn't have

Re: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Joy Holman
Thank you for testing that,Ian. I must have jumped to the wrong conclusion. I didn't expect that onClick would read the cfelse portion of my cfif when the condition was met for the menu_nonbmarkLink. I think you might be right, when I added a row to my test query with a blank menu_bmarkLink

Re: passing multiple CF values to a JavaScript variable

2004-04-14 Thread Joy Holman
I see.I'll definitely incorporate that strategy. Thanks, Patric. Joy Joy, taht's what I think too. The code sample Dave provided does the same thing your code should render. That's why I thought you could provide a dump of your database query to see if it's serving unexpected data...

Issue with Loops and queries

2004-04-14 Thread Robert Everland III
I am running into an issue where Cf doesn't want to execute a query. Here is what I'm doing cfloop query cfquery cfloop query cfquery cfloop query cfquery The last cfquery isn't executing. The query is good as for testing purposes I copied a query from above in the loop, and renamed it and it

RE: Issue with Loops and queries

2004-04-14 Thread Barney Boisvert
I don't have an answer to your question, but that looks like a REALLY bad way to have a page execute.Surely you can avoid some of those nested queries with JOINs, and then use CFOUTPUT with a GROUP attribute? You might be running into some variable collisions.I've had interesting situations arise

RE: Issue with Loops and queries

2004-04-14 Thread Philip Arnold
From: Robert Everland III I am running into an issue where Cf doesn't want to execute a query. Here is what I'm doing cfloop query cfquery cfloop query cfquery cfloop query cfquery The last cfquery isn't executing. The query is good as for testing purposes I copied a query from

RE: Issue with Loops and queries

2004-04-14 Thread Tony Weeg
yah, can you show the query? we can probably dress it up real nice... tw -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 2:19 PM To: CF-Talk Subject: RE: Issue with Loops and queries From: Robert Everland III I am running into an

Advanced search examples, field based searches

2004-04-14 Thread Samuel Neff
I'm looking for examples of search interfaces for end users that provide fully query type functionality in an interface simple enough for a non-technical end user to take advantage of. Specifically we're searching for values in named fields, allowing the user to specify groupings (parenthesis),

RE: Check server memory and CFMX restarts

2004-04-14 Thread Brook Davies
When I try this I get an error that the maxMemory function does not exist. The other two functions work fine. CFMX 6.1on windows 2000 sp4. Brook At 08:41 AM 4/14/2004, you wrote: Awesome, that is exactly what I was looking for! And, it doesn't look like the server's restarting from what I

RE: Advanced search examples, field based searches

2004-04-14 Thread Tony Weeg
besides crystal reports? -Original Message- From: Samuel Neff [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 2:23 PM To: CF-Talk Subject: Advanced search examples, field based searches I'm looking for examples of search interfaces for end users that provide fully query type

Re: Advanced search examples, field based searches

2004-04-14 Thread srnlists
Crystal reports is not an end user tool, it's a developer tool. I'm looking for something for an end user to within the HTML application. Thanks, Sam -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 06:26 PM To: 'CF-Talk' Subject: RE:

Re: Issue with Loops and queries

2004-04-14 Thread Robert Everland III
Here you go, I've been thinking of a better way of doing it and haven't come up with anything. cfset request.dsn1 = fidelityifs cfset request.self = index.cfm cfset fusebox.targetcircuit = test cfquery name=listcategories datasource=#request.dsn1# dbtype=ODBC Select CatID as itemid ,

CFMX 6.1 Active Directory

2004-04-14 Thread Tangorre, Michael
We have a new test environment setup (isloated envrionment) utilizing Active Directory (AD). I was asked to look into tying AD authentication into our 4 main CFMX apps. I am doing my homework on AD, and would like to know if anyone knows of some articles, papers, blogs, etc, that might have some

RE: Proving you are legitimate from CFMail

2004-04-14 Thread Samuel Neff
CFMail has an attribute to set the mail agent, which by default identifies the mailer as CF.Set this to be something more common like the Outlook agent. X-Mailer: Microsoft Office Outlook, Build 11.0.5510 It won't fix all things that cause mail to be caught as spam, but it's a biggie. HTH, Sam

RE: Proving you are legitimate from CFMail

2004-04-14 Thread Paul Kenney
Craig, One of the mail headers (I can't remember which one) identifies the sender as ColdFusion Application Server (or something like that).I think the header is something like X-Mailer.Anyhow, this is one of the things that spam filters look out for.Fortunatly, you can change this header's value

CFLDAP and French characters on CFMX

2004-04-14 Thread pop.videotron.ca
Hi, I am having trouble with CFLDAP and Fench (accented) characters. Any accented character is being returned as a non-printable character. I used the ASC() function to see what it was and it is a 65533. This worked fine on CF 5. So far I have tried CFCONTENT and CFProcessingDirective to to

RE: Issue with Loops and queries

2004-04-14 Thread Barney Boisvert
How about this.I didn't take into account the joins on the article table, nor selecting all your columns, but those should be straightforward. cfquery name=listcategories datasource=#request.dsn1# SELECT cat.CatID AS itemID, sub.CatID AS subitemID, subsub.CatID AS subsubitemID, subsubsub.CatID

RE: Issue with Loops and queries

2004-04-14 Thread Tony Weeg
so its one table...correct? cfquery name=listcategories datasource=#request.dsn1# dbtype=ODBC Select CatID as itemid , Category as description, ParentId as ParentItemID, catlevel, catid, category, parentid From Categories_internal ci where group by catId order by

Re: Proving you are legitimate from CFMail

2004-04-14 Thread Howard Fore
On Apr 14, 2004, at 1:05 PM, Craig Earls wrote: I am developing a service that sends email to registered users about upcoming events.I keep getting errors about my mails being bounced as spam.Even test emails I am sending to myself are getting bounced by my ISP.What procedures does a

RE: help needed with variables, loops, and multi-step forms

2004-04-14 Thread npetersn
Thanks Raymond. Nate Quoting Raymond Camden [EMAIL PROTECTED]: Use value=#variables.stPeople['stPerson#i#'].firstname# -Raymond Camden variables.numPeople = 3; variables.stPeople = structNew(); for (i=1; i LTE variables.numPeople; i=i+1) { variables.stPeople['stPerson' i]

Printable forms in HTML

2004-04-14 Thread Tilley . Chris
Does anyone have experience with producing an official form in HTML that can also be printed?I am required to take a pre-existing official form (hard copy, not electronic) and make it appear in HTML for end users.I have to query some of the information on the form from a database.The user needs to

RE: CFMX 6.1 Active Directory

2004-04-14 Thread Ian Skinner
We're beginning to do this ourselves.I have found it takes a lot of trial and error to get this to work.This resource has helped some. This link provides a lot of useful information for the User field attributes in Active Directory.?xml:namespace prefix = o ns =

Re: Advanced search examples, field based searches

2004-04-14 Thread Don
Sam, sounds like I may have some tools that fit the bill.Question though, you mentioned about non-technical end user, well, if so, IMHO, they are less likely to know AND/OR/NOT operators and let alone RELATIONS etc., on the other hands, there might be a group of savvy users who know about them,

Re: Printable forms in HTML

2004-04-14 Thread Bryan Stevenson
Well printing from the web is a nasty piece of work ;-) If you can I'd suggest making a PDF document instead of doing this in HTML.There are packages such as iText.jar (found on SorceForge) that will allow you to dynamically create the PDF (as you mentioned needing to run some queries which I

Re: Proving you are legitimate from CFMail

2004-04-14 Thread Claude Schneegans
I keep getting errors about my mails being bounced as spam. I know someone who has the same problem. Messages sent by his CF server are rejected by my ISP because the message header does not contain a Message-ID header although this is mandatory according to standard. I don't think the CF server

Re: Issue with Loops and queries

2004-04-14 Thread Robert Everland III
Here is what I ended up coming up with. cfquery name=listcategories datasource=#request.dsn1# dbtype=ODBC Select CatID as itemid , Category as description, ParentId as ParentItemID, catlevel, catid, category, parentid From Categories_internal order by Orderby desc /cfquery

Re: Advanced search examples, field based searches

2004-04-14 Thread Adrocknaphobia
Sam, I think the best model you can use is the one employed by google. Some users may already be familiar with the syntax, as its more usable than AND/OR/NOT. It's not that hard to roll your own based on the principles google uses, as I've done it a number of times before. You should also check

OT: qForms v2.0 News...

2004-04-14 Thread Dan Switzer
For those of you using qForms, there's some news over at my blog about the upcoming release: http://www.pengoworks.com/index.cfm?action=""> - Dan : Dan G. Switzer, II   : : e-mail:  [EMAIL PROTECTED] : : url:

Re: OT: qForms v2.0 News...

2004-04-14 Thread Nick Han
qforms rocks.saved me tons of work and time. Nick Han [EMAIL PROTECTED] 04/14/04 01:55PM For those of you using qForms, there's some news over at my blog about the upcoming release: http://www.pengoworks.com/index.cfm?action="" - Dan : Dan G.

RE: Proving you are legitimate from CFMail

2004-04-14 Thread Nathan C. Smith
Make sure your e-mail server has a reverse lookup in DNS so that your IP can be validated to your host-name.This is a huge problem in my limited experience with SMTP. You may want to consider adding an SPF or caller-ID record to DNS as well. In case you are not familiar with SPF here is a link:

RE: Proving you are legitimate from CFMail

2004-04-14 Thread Nathan C. Smith
I should have added make sure your messages are going through a legitimate mail host or a smart host with valid DNS information. -Original Message- From: Nathan C. Smith Sent: Wednesday, April 14, 2004 4:08 PM To: CF-Talk Subject: RE: Proving you are legitimate from CFMail Make sure

RE: Printable forms in HTML

2004-04-14 Thread Donnie Bachan
Will the user be required to print the form after completing the form or will the form be popluated with information from the database? For printing solutions I would go the PDF route. You can use either FDF (http://partners.adobe.com/asn/acrobat/forms.jsp) some useful tutorials on this can be

ANNOUNCE: ColdFusion and Fusebox classes April and May 2004; New Hal Helms class

2004-04-14 Thread Michael Smith
Here are upcoming ColdFusion and Fusebox classes in Wash DC area including a new class by Hal Helms in two weeks on complex variables. Class Schedule ** Mon 4/26/04 CF 208 - Hal Helms Mastering Complex Variables $349 - NEW! Sat 5/01/04 CF 101 - Welcome to ColdFusion $9.95 Tue 5/04/04

RE: Printable forms in HTML

2004-04-14 Thread Matt Robertson
Does this stuff or anything else allow me to take a formatted pdf (that contains merged data) and print it to disk... specifically, to a .ps like what Acrobat Distiller would use? I need to store a .ps source document for every document.I have a system I built for an insurance company that churns

  1   2   >