RE: Integrating ColdFusion with ACT!

2003-08-18 Thread Rafael Bleiweiss
I've been reading through the ACT! What is ACT? Can you post some links... ACT Contact manager (now in version 6.0) It's one of the most robust and widely accepted contact management software solutions in the business world... (Although personally I use Notepad and sticky pads myself!)

RE: Removing extra space between images

2003-08-18 Thread Hugo Ahlenius
I just encountered this problem recently. What I did: I put the code as I usually do in a nicely indented way, but enclosed it in a cfsavecontent block, then I rereplaced all CRLF:s and tabs from that string (I don't use spaces for indenting), and outputted it. That gives good readability or using

RE: check through all open sessions?

2003-08-18 Thread Tim Blair
Now, can anyone tell me how to get a list of application names? I've just posted details about one way of doing this by using the ApplicationScopeTracker object on my weblog: http://tech.badpen.com/ -- it uses the same functionality of the SessionTracker object as described before but extends it

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
Can somebody please tell me how to fix this? I have this strange problem. I'm running coldfusion MX on my Win2k server and IIS 5.0. For some reason when I run a .cfm file on my localhost: http://localhost/test.cfm, all I see is a BLANK Page. When I view the source, I see this: !DOCTYPE HTML

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Vernaillen Tim
Is your coldfusion server still running?? check your services -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent: maandag 18 augustus 2003 12:47 To: CF-Talk Subject: See a blank page when I run a .cfm file Can somebody please tell me how to fix this? I have

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
yes it is still running, I've even restarted my services a couple of times, it doesn't seem to parse the coldfusion code or anything for that matter. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Randell B Adkins
First of all if this is the FILE in which you are running and can not view any output, might be cause there is no output to be displayed. You have nothing between your body tags. Unless I missed something. [EMAIL PROTECTED] 08/18/03 07:02AM Is your coldfusion server still

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
No, this is not the file I'm trying to execute. I see this code on every coldfusion page. If I run the coldfusion administrator (http://127.0.0.1/cfide/administrator/index.cfm), I see a blank page and this code when I view the source. I see this code for each and every coldfusion file I try to

calling all RegEx gurus

2003-08-18 Thread Robertson-Ravo, Neil (RX)
OK...looking to all you RegEx gurus out there... I need a Client Side JS Regex which will look for the following pattern : A1234567B [alpha][numeric][numeric][numeric][numeric][numeric][numeric][numeric][alpha ] And then strip out the two trailing and leading edge alpha's N

RE: calling all RegEx gurus

2003-08-18 Thread webguy
Top of my head Something like [a-zA-Z]([0-9]{7,})[a-zA-Z] \1 -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 12:33 To: CF-Talk Subject: calling all RegEx gurus OK...looking to all you RegEx gurus out there... I need a Client

cfgraph and xhtml

2003-08-18 Thread Hugo Ahlenius
OK, I am still in CF5, and yes -- I know cfgraph sucks. Is anyone using cfgraph, with the flash fileformat and XHTML (it spews out a bunch of not-so-clean HTML 4). Or does anyone know of any decent workaround? It would be nice if one could make a HTML 4 island in the code, but I don't think so...

Re: calling all RegEx gurus

2003-08-18 Thread Thomas Chiverton
On Monday 18 Aug 2003 12:32 pm, Robertson-Ravo, Neil (RX) wrote: OK...looking to all you RegEx gurus out there... I need a Client Side JS Regex which will look for the following pattern : A1234567B [alpha][numeric][numeric][numeric][numeric][numeric][numeric][numeric][alph a ] Off the top

Re: See a blank page when I run a .cfm file

2003-08-18 Thread Randell B Adkins
I am sure you have this in the IIS Configuration for the Default Website for Application Mappings: Extension: .cfm Executable Path: C:\CFusion\bin\iscf.dll Versb: (all) [EMAIL PROTECTED] 08/18/03 07:27AM No, this is not the file I'm trying to execute. I see this code on every coldfusion page.

Re: calling all RegEx gurus

2003-08-18 Thread Thomas Chiverton
On Monday 18 Aug 2003 12:47 pm, webguy wrote: [a-zA-Z]([0-9]{7,})[a-zA-Z] Snap ! :-) -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749

Re: calling all RegEx gurus

2003-08-18 Thread Matthew Walker
Hmm how about [A-Z]([0-9]{7})[A-Z] that's not JavaScriptised but it's a starting point. - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:48 PM Subject: Re: calling all RegEx gurus On Monday 18 Aug 2003 12:32

Re: Group and CurrentRow MOD

2003-08-18 Thread Bud
I'm trying to group people by state, with two columns of names under each state heading. This works, other than some states don't always fill the second top column in the group. Some rows display correctly, and others don't. I have some states with 3 names that work correctly. I get STATE name1

RE: search performance

2003-08-18 Thread Tony Weeg
mike whats the best way to turn a query into a struct, since I know its *almost* a struct, but not really accessible like one...how would one best turn a query object into a struct, to do structStuff with it :) this is all very interesting to me, since all I do all day long is query tune, and

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
yes I've checked all coldfusion app mappings are there in the IIS Default website. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

RE: search performance

2003-08-18 Thread Qasim Rasheed
Hello Tony Have you looked at www.cflib.org. I assume there are couple of UDF which can help you. An example is linkified http://cflib.org/udf.cfm?ID=523 -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:50 AM To: CF-Talk Subject: RE: search

RE: search performance

2003-08-18 Thread Tony Weeg
linkifiedi love it! thanks! tw tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 9:26 AM To: CF-Talk

Re: Another install problem with CFMX 6.1 on Linux/Apache

2003-08-18 Thread Doug White
Missed this one during the beta. Running the installer for 6.1 on a Red Hat Linux box. the installer changes ownership of all HTML files, and removes the default .cfm document in httpd.conf. This requires re-editing the httpd.conf file in between the installer operation for each web site, and

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Alan Ford
As the size of your codebase that accesses shared resources grows linearly, the speed with which that code may safely execute slows exponentially if you use scoped locks rather than named locks That's very interesting. Do they say why? And do they say this applies to session scope, application

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Alan Ford
Scoped vs Named locks - CFMX Bible (Wiley - Arehart et al.): Authors recommended approach is to plan a set of named locks for accessing shared resources. I know you say it comes from the cfmx bible (is that worth buying, by the way? Charlie told me it was, but then he would, wouldn't he? :-))

RE: calling all RegEx gurus

2003-08-18 Thread Pascal Peters
function StripCode(c){ var pattern = /[a-z](\d{7})[a-z]/ig; return c.replace(pattern,$1); } -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: maandag 18 augustus 2003 13:33 To: CF-Talk Subject: calling all RegEx gurus OK...looking to all

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Alan Ford
No it doesn't because the documentation is talking about a *specific* fragment of code which *by definition* must have the same name/scope value. I think that is far from clear in the documentation (and I've been around CF for more than 3 years). I am certain it is far from clear if you are a

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Alan Ford
You are very welcome. It's a topic that many have tried to explain to me and your explanation was by far the best I've heard so far. I'm not sure if there has been a CFDJ article on this topic (I suspect that there has been at least one), but I think another would be very welcome, especially

RE: cflock - what does it do? Exactly?

2003-08-18 Thread charlie
Alan, I didn't write the chapter that Johan quoted that from, but I can guess the logic. Using the SCOPE attribute does mean that then ANY code that also CFLOCKs on that scope will be impacted by running concurrently. While the same is true of a named lock, I think the author (probably Adam

RE: calling all RegEx gurus

2003-08-18 Thread Robertson-Ravo, Neil (RX)
you da man -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 15:28 To: CF-Talk Subject: RE: calling all RegEx gurus function StripCode(c){ var pattern = /[a-z](\d{7})[a-z]/ig; return c.replace(pattern,$1); } -Original Message-

RE: Optimizing W2k Professional

2003-08-18 Thread Haggerty, Mike
PC Magazine said you can use MSCONFIG, the tool provided with Windows XP, to view / edit the processes running at startup. They advised against using the version of MSCONFIG supplied with any other version of Windows, as it can cause system instability. Check out their Web site for details. M

RE: cflock - what does it do? Exactly?

2003-08-18 Thread charlie
Actually, I'd like to make a slight correction to that. I've been careful not to offer an opinion on the book based on my own opinion. I only wrote part of the book and still have not read all that I did not. But I have pointed out that the Amazon reviews (and all comments from readers I've seen

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Stephenie Hamilton
What version of CF? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 6:47 AM To: CF-Talk Subject: See a blank page when I run a .cfm file Can

OT: packet sniffer

2003-08-18 Thread Michael T. Tangorre
I am in the hunt for a tool that will allow me see the http traffic to and from ym machine. I am trying to debug an application that makes http posts to some servers and need to see what im sending and receiving. I have ethereal now, are there any alternatives (free if possible). Thanks,

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Alan Ford
I've been careful not to offer an opinion on the book based on my own opinion You are quite correct - I misquoted you (sorry). I heard you mention the book at the CF get together in London and all you did say was what others had said about it. Regards, Alan Ford

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
I was having this problem with CFMX with Updater 3 installed, I updated to CFMX 6.1 (Redsky) and still see a blank page when I run a .cfm file on a browser. This is what I'm trying to do: .cfm file - cfset myName = TestUser This is a test cfoutput#myName#/cfoutput -- When I run

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
I was having this problem with CFMX with Updater 3 installed, I updated to CFMX 6.1 (Redsky) and still see a blank page when I run a .cfm file on a browser. This is what I'm trying to do: .cfm file - cfset myName = TestUser This is a test cfoutput#myName#/cfoutput -- When I run

Re: packet sniffer

2003-08-18 Thread David Brown
This is tool might work. http://www.ipswitch.com/Products/WS_Ping/index.html - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:21 AM Subject: OT: packet sniffer I am in the hunt for a tool that will allow me

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
I was having this problem with CFMX with Updater 3 installed, I updated to CFMX 6.1 (Redsky) and still see a blank page when I run a .cfm file on a browser. This is what I'm trying to do: .cfm file - cfset myName = TestUser This is a test cfoutput#myName#/cfoutput -- When I run

Re: OT: packet sniffer

2003-08-18 Thread zac spitzer
Michael T. Tangorre wrote: I am in the hunt for a tool that will allow me see the http traffic to and from ym machine. I am trying to debug an application that makes http posts to some servers and need to see what im sending and receiving. I have ethereal now, are there any alternatives (free

ambiguous

2003-08-18 Thread Robert Orlini
I get a How do I fix this SQL error please? ODBC Error Code = 37000 (Syntax error or access violation)PP [Microsoft][ODBC SQL Server Driver][SQL Server]Ambiguous column name 'customerid' Both orders and customers have a customerid column My statement: cfquery name=Getcustomer

Re: OT: packet sniffer

2003-08-18 Thread ksuh
Telnet is your cheapest alternative, and lets you see all the info that gets passed. - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] Date: Monday, August 18, 2003 9:21 am Subject: OT: packet sniffer I am in the hunt for a tool that will allow me see the http traffic

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
I was having this problem with CFMX with Updater 3 installed, I updated to CFMX 6.1 (Redsky) and still see a blank page when I run a .cfm file on a browser. This is what I'm trying to do: .cfm file - cfset myName = TestUser This is a test cfoutput#myName#/cfoutput -- When I run

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
I was having this problem with CFMX with Updater 3 installed, I updated to CFMX 6.1 (Redsky) and still see a blank page when I run a .cfm file on a browser. This is what I'm trying to do: - cfset myName = TestUser This is a test cfoutput#myName#/cfoutput -- When I run this file on

Re: packet sniffer

2003-08-18 Thread Massimo Foti
I am in the hunt for a tool that will allow me see the http traffic to and from ym machine. I am trying to debug an application that makes http posts to some servers and need to see what im sending and receiving. If you just need to debug HTTP requeests and responses from a browser I would

RE: packet sniffer

2003-08-18 Thread Broner, Mark, CON, OASD(HA)/TMA
If you are using the stand alone CF they have an apache tool that is installed with CF. Use {cfmx-root}/runtime/bin/sniffer.exe It will bring up a sniffer GUI interface to allow TCP monitoring. For example, you can set up Listen port as '8501' and Target port '80' and make a request 8501, it

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Sean A Corfield
On Monday, Aug 18, 2003, at 09:32 US/Pacific, Adam Churvis wrote: Think of a SCOPE lock as being kind of like a NAME lock uses the name of the scope as its value, so that lots and lots of code uses the same synchronization key, then imagine how much more locking contention you are likely

RE: packet sniffer

2003-08-18 Thread Hugo Ahlenius
Wouldn't a packet sniffer be overkill? Are there no proxy that would do? Personally I think I get quite far with curl -I to see any headers I receive, and cfdump of the CGI structure gives me most of the relevant client information... /Hugo

RE: packet sniffer

2003-08-18 Thread Andrew Golden
Take a look at PacketMon which is a free download from here...they also have some other really cool little network utilities for d/l http://www.analogx.com/contents/download/network.htm Andrew Golden ~| Archives:

ambiguous

2003-08-18 Thread Jeremy Brodie
Robert, Both orders and customers have a customerid column This is the cause of the error. Since both columns have the same field, SQL Server is not sure which customerID to pull. In this case you may want to use an alias to determine the columns. Here's an example cfquery name=Getcustomer

RE: packet sniffer

2003-08-18 Thread Tony Weeg
im certainly running windows, yet I do not have netmon? where that is? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Monday, August

whitespace and CFMX for J2EE

2003-08-18 Thread Douglas.Knudsen
OK, I got CFMX 6.1 installed over JRun and I noticed something. The suppress whitespace option thingy is not available anymore. Ugh, anyone else notice this. I'm new to the J2EE install of CFperhaps this is the casewith this and has been? dugOUT ô¿ô When I was kidnapped, my

RE: packet sniffer

2003-08-18 Thread Sarsoun, Jeff
I like PacketMon for it's flexibility. http://www.analogx.com/contents/download/network.htm Or you can always use an http proxy like http://www.kestral.com.au/devtools/stretch/. Jeff Sarsoun -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Monday, August 18,

Re: packet sniffer

2003-08-18 Thread Doug White
If you are running Windows, you already have a good sniffer: netmon.exe very versatile and configurable as well. == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com ISP rated:

Re: Integrating ColdFusion with ACT!

2003-08-18 Thread Jeffry Houser
ACT! doesn't inherently support ODBC (unless I'm completely missing something). Based on my research, the ODBC drivers for ACT! (provided by a 3rd party developer) cost about twice as much as I paid for ACT!. Realistically writing a CFX custom tag for it may not be cheaper (depending on

Re: Integrating ColdFusion with ACT!

2003-08-18 Thread Joe Eugene
Aha.. feasible to be able to write a CFX custom tag to read and write data from the ACT! database tables. It seems like ACT Intergrates with a Few DeskTop DB's... Why CFX Custom tags, if there is Standard Enterprise DB involved, why not use JDBC? Joe Eugene - Original Message -

RE: machII(too much)

2003-08-18 Thread Mark Stewart
That's what I was saying last week, but not so fast... To get the fast times, you need to turn off the debug output and then you'll see those times *drastically* reduced. I was banging my head against the wall last week not understanding why a simple contact manager would take 500 - 1000ms

Re: packet sniffer

2003-08-18 Thread cf-talk
Ethereal is one of the best ones I've come across. -Novak - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:21 AM Subject: OT: packet sniffer I am in the hunt for a tool that will allow me see the http

RE: packet sniffer

2003-08-18 Thread Angel Stewart
IRIS. It's not free, but its darn full featured. The trial version will run, but only work with traffic from your own machine. -Gel -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] I am in the hunt for a tool that will allow me see the http traffic to and from

Re: packet sniffer

2003-08-18 Thread Ben Densmore
Try packetmon from analog x. They make some cool tools to use for free. www.analogx.com Ben - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:21 AM Subject: OT: packet sniffer I am in the hunt for a tool

RE: ambiguous

2003-08-18 Thread Robert Orlini
Thank you! -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 1:17 PM To: CF-Talk Subject: RE: ambiguous Try not to use *, especially on multiple tables. And you need to link in your customers table somehow or you'll have a complete mess... Do

RE: packet sniffer

2003-08-18 Thread Debbie Dickerson
You could probably use the TCPMonitor utility included with CF as well (cf_root\runtime\lib\sniffer.jar). http://livedocs.macromedia.com/jrun/4/Programmers_Guide/servletoptimizing6.htm Deb -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] I am in the hunt for a

RE: ambiguous

2003-08-18 Thread Mark A. Kruger - CFG
Rob, You need to alias the ambiguous column. to do this you will need to spell out your columns rather than use the wild card. For example: SELECT B.bookTitle, B.author, O.orderId, C.customerName, C.CustomerID FROM bookinfo B JOIN Orders O on B.bookid = o.bookid

RE: packet sniffer

2003-08-18 Thread Dave Watts
I am in the hunt for a tool that will allow me see the http traffic to and from ym machine. I am trying to debug an application that makes http posts to some servers and need to see what im sending and receiving. I have ethereal now, are there any alternatives (free if possible).

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Mike Kear
Sorry if this is a really dumb question, but in your .cfm template, you DO have the !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META http-equiv=Content-Type content=text/html; charset=windows-1252/HEAD BODY/BODY/HTML around the output don't you? So that your output of

Re: packet sniffer

2003-08-18 Thread Neculai Macarie
Hi! Mozilla with livehttpheaders (http://livehttpheaders.mozdev.org/). mack / I am in the hunt for a tool that will allow me see the http traffic to and from ym machine. I am trying to debug an application that makes http posts to some servers and need to see what im sending and receiving. I

RE: ambiguous

2003-08-18 Thread Heald, Tim
Prefix it with the table name of the one you really want. Probably want to alias it as well. myTable.customerID as thisCustomerID Timothy Heald Information Systems Specialist Overseas Security Advisory Council U.S. Department of State 571.345.2235 -Original Message- From: Robert Orlini

Re: packet sniffer

2003-08-18 Thread Michael T. Tangorre
Dave, Ethereal is nice you are correct, but the clunkyness is annoying. I downloaded the trial you sent a link to (EtherDetect). It works very nice. Thanks! Mike - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 18, 2003 12:24

RE: packet sniffer

2003-08-18 Thread John Wilker
not free but you get like 5 days to trial. http://www.snmp.co.uk/netboy/ It's more graphical but I think you can view the packets too. -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:42 AM To: CF-Talk Subject: Re: packet sniffer This is

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Adam Churvis
Note that the following has changed meaning between CFMX and CFMX 6.1: cflock scope=session type=exclusive ... /cflock In CFMX (6.0) this would behave as you say, i.e., as if it were a named lock, and so it would single-thread for every user. In CFMX 6.1, this only locks per-session so

Re: OT: packet sniffer

2003-08-18 Thread jon hall
http://www.effetech.com/sniffer/ -- jon mailto:[EMAIL PROTECTED] Monday, August 18, 2003, 11:21:58 AM, you wrote: MTT I am in the hunt for a tool that will allow me see the http traffic to and from ym machine. I am trying to debug an application that makes http posts to some servers and

RE: ambiguous

2003-08-18 Thread Ben Doom
You need to explicitly tell SQL which table to pull customerid from, or else you need to use as clauses to make the result set nonambiguous. Like this: select orders.customerid as order_c_id, customers.customerid as this_can_be_anything, orders.bookid as bookid from Any time you have the

RE: machII(too much)

2003-08-18 Thread Stacy Young
Yep, I average about 40-80ms on my portable. I imagine on a production box I'm looking at 10-20ms. That's pretty acceptable to me for overhead! Stace -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:49 AM To: CF-Talk Subject: RE:

Re: OT: packet sniffer

2003-08-18 Thread Oliver Tupman
Michael T. Tangorre wrote: I am in the hunt for a tool that will allow me see the http traffic to and from ym machine. I am trying to debug an application that makes http posts to some servers and need to see what im sending and receiving. I have ethereal now, are there any alternatives

Re:ambiguous

2003-08-18 Thread jlangevin
You really should only select the individual columns you need. Selecting the customer ID twice is inefficient since it has the same data. But if you must have it, try something like: SELECT orders.customerID as OrdCustomerID, customers.customerID as CustCustomerID etc, etc. And my guess is

Repost: Recommendation for Job Posting system

2003-08-18 Thread Thanh Nguyen
I'm looking for a career center, or job posting application. Anybody have a recommendation? Thanks. Thanh Nguyen -Original Message- From: Thanh Nguyen [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 3:20 PM To: CF-Talk Subject: Recommendation for Job Posting system Anyone

Re: See a blank page when I run a .cfm file

2003-08-18 Thread Randell B Adkins
We all understand that, but please do not send the email to the list over and over.. some have tried to assist you. However you seem to have a very unique problem as none of us have experienced it previously. [EMAIL PROTECTED] 08/18/03 12:49PM I can't get to the ColdFusion Administrator, I

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Stephenie Hamilton
Have you followed this tech note http://www.macromedia.com/support/coldfusion/ts/documents/java_lang_outo fmemory.htm ? Also, are you getting outofmemory errors in your cfusionmx/runtime/logs files? If you restart CF does the issue resolve itself? Is this happening only on this page or multiple

RE: ambiguous

2003-08-18 Thread Janine Jakim
Try not to use *, especially on multiple tables. And you need to link in your customers table somehow or you'll have a complete mess... Do something like cfquery name=Getcustomer datasource=printprices SELECT Lastname, firstname, c.customerid, o.orderid, b.booktitle FROM customers c inner join

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Adam Churvis
Scoped vs Named locks - CFMX Bible (Wiley - Arehart et al.): Authors recommended approach is to plan a set of named locks for accessing shared resources. I know you say it comes from the cfmx bible (is that worth buying, by the way? Charlie told me it was, but then he would, wouldn't he?

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
I can't get to the ColdFusion Administrator, I have clearly mentioned in my previous posts, I can't browse coldfusion pages. I just see a blank page. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Re: MX Caching when it shouldn't be

2003-08-18 Thread Scott Ashman
On Sunday, Aug 17, 2003, at 10:41 US/Pacific, Scott Ashman wrote: Is there a quick way to clear MX caching? It's referencing old custom tags that have been deleted and not taking new changes to any existing custom tag. Trusted cache is not enabled. It started doing this after

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Douglas.Knudsen
good god mon, layoff the send button will you? Your message got through dude. -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:30 AM To: CF-Talk Subject: See a blank page when I run a .cfm file I was having this problem with

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Sean A Corfield
On Monday, Aug 18, 2003, at 07:13 US/Pacific, Alan Ford wrote: What it does affect are other threads running concurrently, so it's a nonsense to deal with the documentatuion as if the only thread that exists is this one. You're still misunderstanding: the documentation specifically

Removing extra space between images

2003-08-18 Thread Mike Alberts
You're trying to jam up to 3 50px wide images into a table cell that is only 50px wide. Put line breaks after your image tags, and set the valign of your table cell to top. HTH Mike I an trying to dynamically build an html table and draw wall modules and am having a problem with html or CF

Re: Possible RedSky/CFC Bug...

2003-08-18 Thread Sean A Corfield
On Sunday, Aug 17, 2003, at 22:40 US/Pacific, Stacy Young wrote: LOL, my god I'm a dork. Sorry, one of my test case templates was in fact a cfc. ;-) Well, that's what the output indicated - hence my surprise / confusion :) Glad we got to the bottom of that! Sean A Corfield --

Display CFSET Vars

2003-08-18 Thread Terry Troxel
Is there a method, tag, etc. available in CF5 that allows me to display all CFSET variables and their values like CF_DUMP does? I get everything BUT the cfset variables with CF_dump. Terry Troxel ~| Archives:

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Tony Weeg
why do you keep sending the same message? everyone gets the point...i think? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent:

Re: MX Caching when it shouldn't be

2003-08-18 Thread Sean A Corfield
On Monday, Aug 18, 2003, at 09:52 US/Pacific, Scott Ashman wrote: We did figure out the problem though .. Apparently the auto-updater can cause problems with compiled CFMs. If you clear out WEB-INF/cfclasses, mx recompiles everything. We did this and it worked fine. Ah, yes, I can see how

MX61 admin password problem

2003-08-18 Thread Moneymaker, Jon S CONT (WPNSTA Yorktown)
Hello all got a problem... just installed CFMX61 on a NT4.0 (fully patched) server (IIS4) and during the install I entered an admin password, finished the configuration (no problems yet) and then later, attempted to re-enter the config pagethe password repeatedly is refused as being

Re: ambiguous

2003-08-18 Thread Randell B Adkins
I believe this has already been answered You will have to specify which table you want the customerid to be pulled from. Look in the previous messages for the code or atleast look in the archives. [EMAIL PROTECTED] 08/18/03 11:36AM I get a How do I fix this SQL error please? ODBC Error

TCPMonitor (was packet sniffer)

2003-08-18 Thread Tony Weeg
debbie that's cool, how can I do it and watch whats happening on my devbox... versus, watching a live machine? thanks. tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Debbie

RE: Display CFSET Vars

2003-08-18 Thread Raymond Camden
Nope. However, if you need this ability, simply place all your variables in a structure, like myData, or local, or whatever. Then you can inspect/dump/etc. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Re: OT: packet sniffer

2003-08-18 Thread Tony Schreiber
This is VERY cool!! If you can install Mozilla on the client system, then you could download the 'LiveHTTP Headers' extention - this enables you to go through the requests and responses made by the browser. You can find LiveHTTP at http://livehttpheaders.mozdev.org/ -- Oliver Tupman

RE: Removing extra space between images

2003-08-18 Thread Ian Skinner
Unfortunately that is what you need to do as any white space used to make your code more readable, will translate into at least one single white space character between each image. If you would rather use a lot of cfoutput's you could try something like this at the top of the page. cfsetting

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Brook Davies
Check the exception log. I got a blank white page when the neo-runtime.xml file was corrupted. The exception log should help you in the right direction.. Brook At 01:41 PM 8/18/2003 -0400, you wrote: why do you keep sending the same message? everyone gets the point...i think? tony weeg

Display CFSET Vars

2003-08-18 Thread Mike Mertsock
Is there a method, tag, etc. available in CF5 that allows me to display all CFSET variables and their values like CF_DUMP does? I get everything BUT the cfset variables with CF_dump. Terry Troxel Hmm I'm not sure if it's possible to look at EVERYTHING in one shot. To get all your variables in

question about CFLOCK

2003-08-18 Thread McNamara Kyle W CONT PORT
Can anyone recommend a standard for the required timeout attribute? with perhaps a few words about why that is a good standard? thank you! Kyle ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

See a blank page when I run a .cfm file

2003-08-18 Thread ColdFusion Programmer
It wasn't intentional. I just kept getting a javascript error when trying to submit my message, I'm sorry guys ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Re: question about CFLOCK

2003-08-18 Thread Matt Robertson
Kyle wrote: Can anyone recommend a standard for the required timeout attribute? 10 works for me. long enough to do its work but not so long that it'll interfere with the server's thread timeouts. I used to use 2 and never had a problem, although the sites were low-traffic. 2000ms is a long

Group and CurrentRow MOD

2003-08-18 Thread Mike Mertsock
Try this out: cfset totalColumns = 2 cfoutput query=Pull_All_Members group=State tr valign=top td colspan=#totalColumns# valign=topstrong#RTrim(state)#/strong/td /tr cfset subRowNumber = 0 cfoutput cfset columnNumber = (subRowNumber MOD totalColumns) + 1

Re: question about CFLOCK

2003-08-18 Thread Jochem van Dieten
McNamara Kyle W CONT PORT wrote: Can anyone recommend a standard for the required timeout attribute? with perhaps a few words about why that is a good standard? As long as possible, but limited by how long your visitors want to wait and how many threads do want to have running at a time.

  1   2   >