Re: beta fckeditor out

2004-07-06 Thread Massimo Foti
And Massimo Foti's WYSIWYG at cfmentor.com is by far the most promising. It runs as a coldfusion custom tag, (or cfmodule if you prefer) but it only works on IE6+.If you have mozilla users or netscape users you're stuffed. And it would be good to be able to offer a choice of styles from the

OT: eCommerce/shop tracking software

2004-07-06 Thread cf-talk
Good day, some customers of mine want to track what web shoppers are doing on their eCommerce Web-Site. I have identified 4 potential firms (Omniture, Webtrends, Deepmetrix, ClickTracks) with analyzing/tracking software. Most of them are extremely expensive, when you calculate it, if you have more

Can originating mail server be spoofed?

2004-07-06 Thread Samuel R. Neff
In mail headers, it shows a trail of mail servers between the originating smtp server and the receiving user.Are any of these servers guaranteed accurate, particularly the originating server or is it easy to spoof the servers along the trail? I'm working on an app that allows submitting some info

RE: Can originating mail server be spoofed?

2004-07-06 Thread Alistair Davidson
Very easy to spoof. I wouldn't even bother fiddling with this - a whole load of effort for a whole world of pain! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Can originating mail server be spoofed?

2004-07-06 Thread Jochem van Dieten
Samuel R. Neff wrote: In mail headers, it shows a trail of mail servers between the originating smtp server and the receiving user.Are any of these servers guaranteed accurate, particularly the originating server or is it easy to spoof the servers along the trail? The only ones that are

RE: Can originating mail server be spoofed?

2004-07-06 Thread Robertson-Ravo, Neil (RX)
Reverse DNS lookup adds some form of protection against spoofing - but it may not be available to your app. N _ From: Samuel R. Neff [mailto:[EMAIL PROTECTED] Sent: 06 July 2004 07:59 To: CF-Talk Subject: Can originating mail server be spoofed? In mail headers, it shows a trail of mail

CFMX Standard and Unicode

2004-07-06 Thread Aidan Whitehall
If you're using CFMX Standard and Oracle 9i, is it possible to save and retrieve Unicode? Every post relating to this suggests checking the String Format box in the DSN page, which doesn't appear on the CFMX Standard DSN page. I've successfully saved and retrieved Japanese characters to MySQL by

Re: Manipulation Excel files

2004-07-06 Thread Mickael
Thanks Geoff, This is great for Creating the excel files, but how do you manipulate existing one? - Original Message - From: Geoff Bowers To: CF-Talk Sent: Monday, July 05, 2004 8:50 PM Subject: Re: Manipulation Excel files This is a great little post on leveraging java libraries for

sql select statement help..

2004-07-06 Thread cf coder
Hello everybody, I need your help with some sql select statement. Let me expalin.. I'm working on a logging system for a support desk which allows customers to call the support desk and log a call if something needs to be done or say for example some equipment needs to be brought. So, coming

Active Directory / LDAP login

2004-07-06 Thread Tangorre, Michael
Is there a specific variable that is populated (cgi perhaps) when a user is authenticated off an AD/LDAP? I dumped the CGI structure but did not see anything to give me any insight. I thought I remember cflogin coming into play here... vaguely. Mike [Todays Threads] [This Message]

Re: Can originating mail server be spoofed?

2004-07-06 Thread Howie Hamlin
The last RECEIVED header (which is at the top and is added by your email server) should be the only header considered reliable.From that header you can assertain the host that the email was sent from.Unfortunately, most SPAM is sent from zombied broadband subscribers and/or open proxies so it's

what is the problem?

2004-07-06 Thread John Ho
I have a login page to login my application. The problem is it never login the first time (right password and username are of cause). It keeps tell the page can not be found. If I use the same error page and click back to go back to login form, then I am able to login. The problem seems like with

RE: what is the problem?

2004-07-06 Thread Douglas.Knudsen
CFMX tends to muck up its error reporting sometimes giving you a page can not be found when actually there is a CF error.Try adding a CFDUMP and CFABORT at the top of your action page to view the form post for one.Move this CFDUMP/CFABORT around in your page to debug.you can also look in the logs

Re: Manipulation Excel files

2004-07-06 Thread Mickael
Hi Matt, Will this plugin work with files that is not formatted nicely in rows and columns, can the tag read the file and determine cell positions? - Original Message - From: Matt Liotta To: CF-Talk Sent: Monday, July 05, 2004 10:16 PM Subject: RE: Manipulation Excel files I have an

Re: Alagad Image.cfc not working on MX6.1

2004-07-06 Thread Doug Hughes
As the author of the Alagad Image Component, I wanted to let everyone know that this issue is on my radar and I'll be doing what I can to fix or at least smooth over this problem in the future. Thanks all for the help! Doug On Mon, 5 Jul 2004 22:10:56 -0400, Ubqtous [EMAIL PROTECTED] wrote:

Re: what is the problem?

2004-07-06 Thread John Ho
if it is error in CF then why it works when I use the back button to go back to login form and it works. Plus I have the code like this in other machine and it works. Thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Manipulation Excel files

2004-07-06 Thread Matt Liotta
The tag will turn an XLS file into a CF query that has columns and rows to match the XLS file. If you know the exact cell you want information from it is pretty easy to get at. For example, say you want cell F on row 2, then you would use the following. cfset foo = queryName.F[2] -Matt

Re: Alagad Image.cfc not working on MX6.1

2004-07-06 Thread Adrocknaphobia
Doug, could you clarify an issue for me. Is AWT part of the JRE installed with CF? I always thought it wasnt. -Adam - Original Message - From: Doug Hughes [EMAIL PROTECTED] Date: Tue, 6 Jul 2004 09:54:57 -0400 Subject: Re: Alagad Image.cfc not working on MX6.1 To: CF-Talk [EMAIL

Re: Can originating mail server be spoofed?

2004-07-06 Thread Claude Schneegans
Are any of these servers guaranteed accurate Yes, thet are, in the sense that it is always possible to detect if they are forged or real. But sometimes this means a lot of work. -- ___ REUSE CODE! Use custom tags; See

Re: DateFormat

2004-07-06 Thread Asim Manzur
Thanks all of you. This is what I've done. CFSET putDate = DateFormat(Now(), d) CFSET variables.i = DateFormat(Now(), d) CFIF variables.i IS 1 OR (LEN(variables.i) GTE 2 AND RIGHT(variables.i,1) EQ 1 AND RIGHT(variables.i,2) NEQ 11) CFOUTPUT#DateFormat(Now(), ,

Re: Active Directory / LDAP login

2004-07-06 Thread Arden Weiss
Take a look at this link: http://www.macromedia.com/devnet/mx/coldfusion/articles/ntdomain.html and also at this link: http://www.macromedia.com/devnet/mx/coldfusion/articles/ntdomain_1.html and this link:

moving CFserver and CFStudio settings

2004-07-06 Thread Nando
Hi All, Someone managed to hack into my dev server and is slowly destroying my dev environment. I've abandoned ship before the idiot decides to wipe my data - I'm setting up anew in another partition, and wanted to ask you guys for help moving some settings over ... for CF server and CF Studio.

CFINVOKE fails to call SOAP service

2004-07-06 Thread Pratte, Paul S.
I changed a sample SOAP HELLO web service to spit back the parms sent. It works fine being called from a PERL SOAP-LITE application at a command prompt. But when called via CFINVOKE in CF I get: Could not generate stub objects for web service invocation. Name:

Need Serious Help - query broken

2004-07-06 Thread hammerin hankster
I've got the following query that hangs the MX ODBC service (at least I attempt to stop it after 20 minutes). CFQUERY NAME=readesi DATASOURCE=esidb1 SELECT DISTINCT tblmasterclients.ClientName, AliasName, AlphaPrefix, SiteID, Infinity, AuthCode, POBox, POBoxCombo, tblmasterclients.Comments, DID,

CFINVOKE fails to call SOAP service

2004-07-06 Thread Pratte, Paul S.
I changed a sample SOAP HELLO web service to spit back the parms sent. It works fine being called from a PERL SOAP-LITE application at a command prompt. But when called via CFINVOKE in CF I get: Could not generate stub objects for web service invocation. Name:

RE: Need Serious Help - query broken

2004-07-06 Thread James Smith
The first thing that springs to my attention is that you have selected data from 3 tables but only joined 2 of them.If the tblbillingaddr table (the unjoined one) has a lot of records you will be creating a massive amount of useless data that could be causing the apparent hang. -- Jay

re: Need Serious Help - query broken

2004-07-06 Thread Scott Brady
Original Message: From: hammerin hankster FROMtblMasterClients, tblbillingaddr, tbllegaladdr wheretblmasterclients.clientname = tbllegaladdr.legalname andtblmasterclients.acctstatus = 'A' ORtblmasterclients.acctstatus = 'ACT' It might help if you can post a relationships screen capture.

RE: Need Serious Help - query broken

2004-07-06 Thread Pratte, Paul S.
I would guess that every row from tblbillingaddr is being returned for each row of tblmastercleints = tblelegaladdr. You need to add a where to link tblbillingaddr to something from one of the other tables. SELECT DISTINCT tblmasterclients.ClientName, AliasName, AlphaPrefix, SiteID, Infinity,

RE: Need Serious Help - query broken

2004-07-06 Thread d.a.collie
how many records you taking about in the tables... 100's, 1000's, millions? doesn't look like you are joining between either tblemsterclients and tblbillingaddress or tbllegaladdr and tblbillingaddress without one of the joins above you would get a cartesian join. and it could

Re: Need Serious Help - query broken

2004-07-06 Thread Stephen Moretti (cfmaster)
Hankster, CFQUERY NAME=readesi DATASOURCE=esidb1 SELECT DISTINCT tblmasterclients.ClientName, AliasName, AlphaPrefix, SiteID, Infinity, AuthCode, POBox, POBoxCombo, tblmasterclients.Comments, DID, SVCType, tblmasterclients.AcctStatus, PreparedDate, URL, TerminationReason,

RE: Need Serious Help - query broken

2004-07-06 Thread James Smith
Sorry, missed the suggested fix of the last email. You should be aiming for something like this. cfquery name= datasource= SELECT DISTINCT mc.ClientName, AliasName, AlphaPrefix, SiteID, Infinity, AuthCode, POBox, POBoxCombo, mc.Comments, DID, SVCType, mc.AcctStatus, PreparedDate, URL,

RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-06 Thread Jon Block
Dave, Apparently the new security model of Windows 2003 doesn't allow Services to access mapped network drives. I'm now forced to create ColdFusion application scoped variables that reference UNC paths which is a pain. I wish the ColdFusion mappings worked with all types of directory access and

Re: CFINVOKE fails to call SOAP service

2004-07-06 Thread Thomas Chiverton
On Tuesday 06 Jul 2004 15:53 pm, Pratte, Paul S. wrote: Emitter failure. There is an undefined binding (TLCAudit_Binding) in the WSDL document. There probably is. Hint: make sure is fully qualified. It is recommended that you use a web browser to retrieve and examine the requested WSDL

Re: Error trapping when a file is not found

2004-07-06 Thread Thomas Chiverton
On Tuesday 06 Jul 2004 02:02 am, Todd Ashworth wrote: In IIS, you can go into the Application Mappings and set an option to Check if the file exists.Is there a similar option in Apache? Well, Yes. What would you want to happen if the file was/was not found ? -- Tom Chiverton Advanced

Windows NT Error 2

2004-07-06 Thread Greg.Morphis
Anyone familiar with this error as it pertains to running gzip.exe on the server using cfexecute? DATETIME 07/06/04 10:19:53 DETAIL Windows NT error 2 occurred. DIAGNOSTICS Cannot execute GZIP.EXE Windows NT error 2 occurred. Greg Morphis Rapid Response Team Client Server Dev/Analyst I

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
I downloaded this package but it includes no documentation, no source code (so one can't figure out the interface) and I e-mailed the author but got no response. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 6:21 AM To: CF-Talk Subject: Re:

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
Matt, do you know if the tag can be used to create a spreadsheet from a query? specifically, I'm looking for a way to create pivot tables from sql data -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 7:10 AM To: CF-Talk Subject: RE:

RE: Windows NT Error 2

2004-07-06 Thread Ryan Duckworth
Your path is wrong.NT Error 2 means wrong path... Try outputting the path. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66207 (913) 754-4272 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

sessions or form post - which to use

2004-07-06 Thread Jeremy
Hello, I have an application that using many form post (hidden) to pass values between templates, as the data is maniputlated and used. Some have maybe 75 form vars. I am wondering if this is the best way to pass these vars. It seems to work fine, but would a session (75 of them) or somethign

RE: Manipulation Excel files

2004-07-06 Thread Matt Liotta
All the source code is up on the sourceforge site in CVS. You are correct there is no documentation and I didn't respond to your email. It's an open source project; feel free to write the documentation. -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: Windows NT Error 2

2004-07-06 Thread Marlon Moyer
use the command net helpmsg 2 Which gives you The system cannot not find the file specified -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:25 AM To: CF-Talk Subject: Windows NT Error 2 Anyone familiar with this error as it

can I have .net and coldfusionmx run in the same machine?

2004-07-06 Thread John Ho
Original I have coldfusion and run ok. Since I have addictional .net then I have a problem. When I login to coldfusion application,Error page can not be found. But If I use the same error page and click back to go back to login form, then I am able to login. Can someone shows me how to fix this

Re: Error trapping when a file is not found

2004-07-06 Thread Todd
Run a custom error page that otherwise doesn't run if the error is a plain 404. - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 11:17 AM Subject: Re: Error trapping when a file is not found On Tuesday 06 Jul 2004

Re: Manipulation Excel files

2004-07-06 Thread Jim McAtee
It's been a while since I've done it, but it's pretty simple using the Excel ODBC drive.If I recall correctly, the worksheet names are treated as table names and then the first non-blank row in the Excel spreadsheet is treated as containing the field names (in Excel they would generall be column

Re: moving CFserver and CFStudio settings

2004-07-06 Thread Robert Munn
I'm setting up anew in another partition, and wanted to ask you guys for help moving some settings over ... for CF server and CF Studio. I'm looking for shortcuts like copying and pasting xml files from one installation directory to another, etc. What version of CF are you using? If you are on

RE: CFINVOKE fails to call SOAP service

2004-07-06 Thread Pratte, Paul S.
Here it is. The location is behind a firewall to the outside. ?xml version=1.0 encoding=UTF-8? definitions name=TLCAudit targetNamespace=http://huckfin.umsl.edu/soap/TLCAudit.wsdl xmlns=http://schemas.xmlsoap.org/wsdl/ xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/

RE: can I have .net and coldfusionmx run in the same machine?

2004-07-06 Thread Dave Watts
Original I have coldfusion and run ok. Since I have addictional .net then I have a problem. When I login to coldfusion application,Error page can not be found. But If I use the same error page and click back to go back to login form, then I am able to login. Can someone shows me how to

RE: Windows NT Error 2

2004-07-06 Thread Dave Watts
Anyone familiar with this error as it pertains to running gzip.exe on the server using cfexecute? DATETIME 07/06/04 10:19:53 DETAIL Windows NT error 2 occurred. DIAGNOSTICS Cannot execute GZIP.EXE Windows NT error 2 occurred. I suspect that gzip.exe isn't in your PATH environment

RE: Windows NT Error 2

2004-07-06 Thread Greg.Morphis
that's pretty cool, thanks! Only problem is that the file exists.. D:\wwwroot\Advantage\eCount\files\alltelrewards_8148_070604_103913.txt does gzip take a path like this? -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:36 AM To: CF-Talk

Query multiple databases

2004-07-06 Thread Phill B
I need to write a join that calls to tables in different databases. I created a user that can access both databases. I then created the datasource in CF and it points to the DB that will be hit the most. I then wrote the query select a.*, b.* from db.tablea a inner join db.tableb b Beside

RE: Error trapping when a file is not found

2004-07-06 Thread Dave Watts
In IIS, you can go into the Application Mappings and set an option to Check if the file exists. Is there a similar option in Apache? I believe this is the default behavior in Apache, actually. I'm not sure if it can be changed, though. Dave Watts, CTO, Fig Leaf Software

Re: CFINVOKE fails to call SOAP service

2004-07-06 Thread Thomas Chiverton
On Tuesday 06 Jul 2004 16:49 pm, Pratte, Paul S. wrote: xmlns:tns=http://huckfin.umsl.edu/wsdl/TLCAudit.wsdl Is that valid ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5

RE: Windows NT Error 2

2004-07-06 Thread Dave Watts
Only problem is that the file exists.. D:\wwwroot\Advantage\eCount\files\alltelrewards_8148_070604 _103913.txt does gzip take a path like this? Yes, it should take any valid file path on a local partition. Out of curiosity, though, what exactly are you trying to do? If you want to deliver

Re: Error trapping when a file is not found

2004-07-06 Thread Thomas Chiverton
On Tuesday 06 Jul 2004 16:38 pm, Todd wrote: In IIS, you can go into the Application Mappings and set an option to Check if the file exists.Is there a similar option in Apache? Well, Yes. What would you want to happen if the file was/was not found ? Run a custom error page that

RE: Windows NT Error 2

2004-07-06 Thread Greg.Morphis
Dave thanks, this corrected the problem -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 11:01 AM To: CF-Talk Subject: RE: Windows NT Error 2 Anyone familiar with this error as it pertains to running gzip.exe on the server using cfexecute?

Re: OT: eCommerce/shop tracking software

2004-07-06 Thread Thomas Chiverton
On Tuesday 06 Jul 2004 07:37 am, [EMAIL PROTECTED] wrote: web shoppers are doing on their eCommerce Web-Site. Depending on the requirements, you may be able to write your own. You just need to log when whatever events you need are done, and then post-process that log on an (ir)regular basis to

Re: CFMX Standard and Unicode

2004-07-06 Thread Thomas Chiverton
On Tuesday 06 Jul 2004 11:16 am, Aidan Whitehall wrote: Every post relating to this suggests checking the String Format box in the DSN page, which doesn't appear on the CFMX Standard DSN page. It doesn't ? Even under 'advanced' ? -- Tom Chiverton Advanced ColdFusion Programmer Tel:

RE: Query multiple databases

2004-07-06 Thread Marlon Moyer
If this is mssql, you'll need to specify the owner of the table also like db.dbo.tablea Marlon -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:54 AM To: CF-Talk Subject: Query multiple databases I need to write a join that calls to

Re: Need Serious Help - query broken

2004-07-06 Thread hammerin hankster
Thanks for the quick responses!Here's a link to a Word document with the screen capture: http://home.ripway.com/2004-2/72361/tables.doc Thanks again. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Query multiple databases

2004-07-06 Thread Dave Watts
I need to write a join that calls to tables in different databases. I created a user that can access both databases. I then created the datasource in CF and it points to the DB that will be hit the most. I then wrote the query select a.*, b.* from db.tablea a inner join db.tableb b

Re: Need Serious Help - query broken

2004-07-06 Thread Dick Applebaum
That's a distinct on an awful lot of fields! You realize that a distinct causes every record in every table (referenced in the query) to be examined, and the specified fields compared to assure uniqueness. This can easily bring a db server to its knees. What db server are you using? Can you

RE: Windows NT Error 2

2004-07-06 Thread Greg.Morphis
This application generates a flat file which is sent to the business via email, problem is the size of the attachment is larger than allowed. I'm using gzip to compress the file and then send. Though due to your previous email about giving the path to gzip, it works. -Original Message-

RE: Query multiple databases

2004-07-06 Thread Mark A. Kruger - CFG
Phil, Try db.username.tablename.If the user is an aliased dbo (ms sql) use db.dbo.tablename. -Mark -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:54 AM To: CF-Talk Subject: Query multiple databases I need to write a join that calls to tables

What can I do..

2004-07-06 Thread Hassan Arteaga Rodriguez
Hi all: I have a simple cfform with two cfinputtxtLogin and txtPass when i click submit button i got the message in my Error template: Element TXTLOGIN is undefined in FORM.it's not true. Any help ? Please Regards __ M.Sc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer

RE: moving CFserver and CFStudio settings

2004-07-06 Thread Nando
Thanks Robert, i'm on 6.1 - i'll give that a try ... I hadn't seen that before. -Original Message- From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 5:51 PM To: CF-Talk Subject: Re: moving CFserver and CFStudio settings I'm setting up anew in another partition, and

Re: sql select statement help..

2004-07-06 Thread cf coder
Can somebody please help me! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
hmm... the javacfx tarball contains .class files, not .java files... am I supposed to download some other tarball? -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 8:35 AM To: CF-Talk Subject: RE: Manipulation Excel files All the source code

Re: CFMX Standard and Unicode

2004-07-06 Thread Paul Hastings
Every post relating to this suggests checking the String Format box in the DSN page, which doesn't appear on the CFMX Standard DSN page. It doesn't ? Even under 'advanced' ? i *think* its a jdbc vs odbc thing? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

re: What can I do..

2004-07-06 Thread Scott Brady
Original Message: From: Hassan Arteaga Rodriguez I have a simple cfform with two cfinputtxtLogin and txtPass when i click submit button i got the message in my Error template: Element TXTLOGIN is undefined in FORM.it's not true. It might help to show us some of your code (both the form and

Re: What can I do..

2004-07-06 Thread Joe Rinehart
Hassan, Can you post the code of your form? -joe - Original Message - From: Hassan Arteaga Rodriguez [EMAIL PROTECTED] Date: Wed, 7 Jul 2004 11:22:25 -0700 Subject: What can I do.. To: CF-Talk [EMAIL PROTECTED] Hi all: I have a simple cfform with two cfinputtxtLogin and txtPass when

RE: Manipulation Excel files

2004-07-06 Thread Matt Liotta
Again, the source code is in CVS on the sourceforge site; not in any downloadable form. Either use your favorite CVS client to access the source or use the web-based client provided by sourceforge. http://cvs.sourceforge.net/viewcvs.py/*checkout*/openxcf/javacfx/src/net/sou

Fw: Counting weekdays only

2004-07-06 Thread dan . bracuk
The DayOfWeek or DayOfWeekAsString functions would probably come in handy. If you are selecting your dates from a database, there might be some date functions available from there. * Does anyone have a way to remove weekends and count only weekdays between two

RE: What can I do..

2004-07-06 Thread Ben Forta
A) Check that your form fields are spelled correctly. B) Make sure METHOD=post in your form. C) Make sure quotes are all matched up. Those 3 account for most occurrences of the problem you are seeing. If those don't help, turn on debugging to see what form fields (if any) are present.

Re: Need Serious Help - query broken

2004-07-06 Thread hammerin hankster
You realize that a distinct causes every record in every table (referenced in the query) to be examined, and the specified fields compared to assure uniqueness. No, I didn't realize that.Thanks for the insight though! What db server are you using? Acess Can you simplify the query, perhaps

fusebox 3 rename fuseaction

2004-07-06 Thread Doug James
Is it possible to easily change the 'fuseaction' within a URL to something else like 'page'? This would produce a url such as 'http://www.domain.com/index.cfm?page=home.main' rather than 'http://www.domain.com/index.cfm?fuseaction=home.main'. Thanks! Doug [Todays Threads] [This Message]

RE: CFINVOKE fails to call SOAP service

2004-07-06 Thread Pratte, Paul S.
I changed that and then got an error about the parms which is listed. I eliminated the TRANSLATIONMODE and it works fine now. Apparently translationmode is an input parm to the servlet. Thanks for the help. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent:

Re: Need Serious Help - query broken

2004-07-06 Thread Dick Applebaum
On Jul 6, 2004, at 10:21 AM, hammerin hankster wrote: You realize that a distinct causes every record in every table (referenced in the query) to be examined, and the specified fields compared to assure uniqueness. No, I didn't realize that.  Thanks for the insight though! What db server are

RE: fusebox 3 rename fuseaction

2004-07-06 Thread Barney Boisvert
Sure, just add this to your Aapplication.cfm file: cfif structKeyExists(url, page) cfset url.fuseaction = url.page / /cfif cfif structKeyExists(form, page) cfset form.fuseaction = form.page /cfif And then go change your 'self' variable from '#cgi.script_name#?fuseaction=' to

RE: sql select statement help..

2004-07-06 Thread Calder, Erick
maybe it would help if you rephrased your query a little... in partcular the statement below is confusing: If I was now to link Log B to Log C, the LinkedLog column for Log C would have Log A's logNumber, however, if I understand correctly, you have something like: lognbr | linkedlognbr

RE: Manipulation Excel files

2004-07-06 Thread Calder, Erick
ah!I missed that little word IN CAPS :) thx.I will grab and will probably even write some docs! -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:03 AM To: CF-Talk Subject: RE: Manipulation Excel files Again, the source code is in CVS on the

CSE HTMLValidator, checking/validating markup

2004-07-06 Thread Earl, George
Do you check/validate your markup with a software tool? Do you use CSE HTMLValidator or a similar tool? Or do you just use the validator in Dreamweaver? George [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Deeply suspicious of this pricing ..

2004-07-06 Thread Scott Ashman
We need to pick another copy of MX 6.1 and I came across this : http://dailysoft.biz/?page=studiomx2004pid=9583cart= Something doesn't add up, but I thought I'd pose the question to you all if you thought it was legit or have done business with them before. Thanks. - Original Message -

RE: CSE HTMLValidator, checking/validating markup

2004-07-06 Thread Sandy Clark
I use CSE Validator, as well as the style check in topstyle (for CSS validation) _ From: Earl, George [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 1:52 PM To: CF-Talk Subject: CSE HTMLValidator, checking/validating markup Do you check/validate your markup with a software tool?

RE: Deeply suspicious of this pricing ..

2004-07-06 Thread Barney Boisvert
You looking for Studio MX, or ColdFusion MX?That link is to studio. Cheers, barneyb -Original Message- From: Scott Ashman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 11:10 AM To: CF-Talk Subject: Deeply suspicious of this pricing .. We need to pick another copy of MX

Re: Manipulation Excel files

2004-07-06 Thread Sean Corfield
I blogged some very brief instructions on how to use Matt's tag: http://www.corfield.org/blog/past/2004_06.html#000474 - Original Message - From: Calder, Erick [EMAIL PROTECTED] Date: Tue, 6 Jul 2004 08:29:23 -0700 Subject: RE: Manipulation Excel files To: CF-Talk [EMAIL PROTECTED]

Re: fusebox 3 rename fuseaction

2004-07-06 Thread Doug James
Thanks! Worked like a champ! Doug Barney Boisvert wrote: Sure, just add this to your Aapplication.cfm file: cfif structKeyExists(url, page) cfset url.fuseaction = url.page / /cfif cfif structKeyExists(form, page) cfset form.fuseaction = form.page /cfif And then go change your 'self' variable

Re: fusebox 3 rename fuseaction

2004-07-06 Thread Damien McKenna
On Jul 6, 2004, at 1:43 PM, Barney Boisvert wrote: cfif structKeyExists(url, page) cfset url.fuseaction = url.page / /cfif cfif structKeyExists(form, page) cfset form.fuseaction = form.page /cfif Man, I feel like a twit.I was wanting to do that for a while but never thought of those simple

Re: Deeply suspicious of this pricing ..

2004-07-06 Thread Matt Robertson
We need to pick another copy of MX 6.1 and I came across this : http://dailysoft.biz/?page=studiomx2004pid=9583cart= ... Something doesn't add up The last I heard this was an Eastern European firm selling bootleg disks.Sent me spam about once weekly.They used to say in their FAQ that the

RE: What can I do..

2004-07-06 Thread Hassan Arteaga Rodriguez
This code worked very well one week before...I reinstall my laptop and wao The strange thing is that i have another sites now working in my laptop that use the similar, almost the same form to authenticate to the sitei they works fine... cfform action="" method=post br table

RE: What can I do..

2004-07-06 Thread Hassan Arteaga Rodriguez
Hi Ben: I think it's something with the CF Server , because one week before it works great I have this site working in our intranet in our company and work great if i copy via ftp these files to my laptop , config the site when all is ready ..wao doesn't work the same error message..

Re: Query multiple databases

2004-07-06 Thread Phill B
That did it. Thanks every one. Phillip B - Original Message - From: Mark A. Kruger - CFG Phil, Try db.username.tablename.If the user is an aliased dbo (ms sql) use db.dbo.tablename. -Mark [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

search engine safe URLs

2004-07-06 Thread Chris Alvarado
Hello all, I have an app that calls pages dynamically via switching statements and url variables similar to early fusebox applications. Something like: http://www.mysite.com/index.cfm?page=productSummarycatID=12 however, most search engines will only index the index.cfm page sine the remainder

Re: CSE HTMLValidator, checking/validating markup

2004-07-06 Thread Damien McKenna
I use the Firefox/Mozilla plugin Web Developer which has links to different validators.Works _really_ well! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 Nothing endures but change. - Heraclitus [Todays Threads] [This

Re: Deeply suspicious of this pricing ..

2004-07-06 Thread Damien McKenna
On Jul 6, 2004, at 2:25 PM, Matt Robertson wrote: The last I heard this was an Eastern European firm selling bootleg disks.Sent me spam about once weekly.They used to say in their FAQ that the software was a 'backup' ... not-so-secret code for 'burned copy'. A while back I went looking for a

Re: beta fckeditor out

2004-07-06 Thread Robert Munn
I'm still looking for a choice of WYSIWYG editors that will produce valid XHTML.Up till now I have a list of zero. http://www.ektron.com/ewebeditproxml.aspx Ektron's latest editor apparently produces valid XHTML, though I haven't tested the code it produces. It does a lot of other stuff as well,

Re: Fw: Counting weekdays only

2004-07-06 Thread S . Isaac Dealey
I'm pretty sure someone's posted some functions to count work-days on www.cflib.org hth s. isaac dealey214.823.9345 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.sys-con.com/story/?storyid=44477DE=1 The DayOfWeek or

Re: sessions or form post - which to use

2004-07-06 Thread S . Isaac Dealey
Hi Jeremy, Form variables should be fine in most instances as long as you remember to htmleditformat() your hidden fields... If you want a more seemless user experience, you might consider storing submitted form variables in a session structure and then using those to pre-populate the form if the

Re: Query multiple databases

2004-07-06 Thread S . Isaac Dealey
What they said. :) The word owner is a MS SQL specific term (afaik) for what is known as a schema in RDBMS lingo. With SQL Server it makes sense because I believe the schemas in SQL are all tied directly to a user(name), so that user would be the table's owner, although I don't think this is a

Re: Alagad Image.cfc not working on MX6.1

2004-07-06 Thread Doug Hughes
To the best of my knowledge (I'm still learning too!) AWT is part of the base implementation of Java.I believe it was added pre Java 2, but don't quote me on that.I do know that AWT expects an X server, which would be x11 or xfree86... or, I assume, windows. The thing is that Java can be

retrieve datasource password

2004-07-06 Thread Phill B
How can I retrieve a CF datasource password? Is it even possible? -- Phillip B. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

  1   2   >