RE: What hw to use for loadbalancing

2007-01-31 Thread WebSite CFtalk
Thanks, I think I'll look into LVS, we have a couple Compaq PL's that could be used to such a thing I guess. Time spent on things like that often adds up to the cost of a ready made solution, but it would be an interesting excercise.. :) Helge -Original Message- From: Russ

Re: What hw to use for loadbalancing

2007-01-31 Thread Dave Ross
Look into CoyotePoint We use Cisco Netscalers which I think are cheaper than the F5 but I'm not completely sure about that. I know that CoyotePoint makes some nicer entry-level LBs Dave Ross http://www.coldspringframework.org Hello, What (lower priced) options other than F5 Big IP LTM have I

Re: What hw to use for loadbalancing

2007-01-31 Thread Jochem van Dieten
WebSite CFtalk wrote: The problem is not always there, but happens especially with one customer using clustered terminal servers and Internet Explorer. It seems that they are always connected to one of the cluster nodes Are the terminal servers in the same subnet as your cluster? If so, what

legal resources re site code ownership

2007-01-31 Thread Tim Laureska
I hope this isn't too far off topic. does anyone have any online resources that talks about site code ownership, particularly when no written contract exists Thanks Tim ~| Upgrade to Adobe ColdFusion MX7 Experience Flex

lists SQL

2007-01-31 Thread Richard Cooper
Hi All, Just wondering if there is a better approach to dealing with a list of items and a table of results. I was hoping there is a method to deal with this completely from within the SQL. For example, if I had this code: !--- Delete if nolonger in list--- cfquery DELETE FROM myTable WHERE

RE: What hw to use for loadbalancing

2007-01-31 Thread WebSite CFtalk
Hi, No, the terminal servers is on another net, but since they are the only ones with problems I was guessing that it has something to do with NLB on both systems. We run with multicast/no IGMP, and with a hub on front of the cluster to prevent problems with switch flooding. And single affinity

Re: What hw to use for loadbalancing

2007-01-31 Thread John Beynon
I run Windows NLB on 2 cf7 enterprise servers each with 2 clustered instances of CF - to be honest, I've never had any problem whatsoever. Uptime of the servers was up till recently just shy of 600 days (and that's on Windows - and don't go on about not applying patches etc) CF has been rock

Re: Cluster File Management

2007-01-31 Thread John Beynon
our setup (kinda big bucks); dual cf enterprise servers clustered win2k enterprise attached via fibre to disk array - filesharing to cf servers IIS is mapped to clustered fileshare - CF goes a bit nuts when the fileshare moves between the two cluster fileshare nodes. If you enable trusted

Re: Quick Question: Should I lock Session Scope Reads in MX 7

2007-01-31 Thread James Holmes
If there is a race condition and you don't use readonly locks you are going to get inconsistent data from that read. On 1/31/07, Matt Robertson [EMAIL PROTECTED] wrote: writes=yes. reads=no. At least thats my basic rule of thumb nowadays -- with the race condition caveat. -- CFAJAX docs

Re: Cluster File Management

2007-01-31 Thread Jochem van Dieten
Peterson, Chris wrote: Well, I am running SQL 2005 Std (which supports clustering), but I would need another SQL 2005 Std license to do a true fault tolerant cluster. How can you create a fault tolerant cluster with only 2 servers? If the 2 servers get out of sync due to a network issue, which

Re: Reading from an Excel file through ColdFusion.

2007-01-31 Thread hussain shaikh
Thanks Ben. I am now able to parse through the excel file sucessfully. But how can I parse an excel file which is located in different server? Hussain. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

Coldfusion using network resources

2007-01-31 Thread So Kenfused
I am trying to allow Coldfusion (7 Enterprise) access to other network resources (I want to read and write to directories and files) on other servers within our network. Coldfusion logs on as a local user that has access to all the required local directories. However, if I create a windows

TNSNames.ORA vs. ColdFusion DSN

2007-01-31 Thread So Kenfused
We have recently started using .NET. The DBAs are questioning why we have to have DSN in ColdFusion while .NET is using the TNSNames.Ora file. Is it possible to configure COldFusion to use the TNSNAMES.ORA file rather than creating essentially duplicate entries in ColdFusion via DSN?

RE: Coldfusion using network resources

2007-01-31 Thread Ryan, Terrence
What happens when you try and start the ColdFusion service? Is it starting? What do the Windows Security logs tell you? Is the service account authenticating properly? Terrence Ryan Senior Systems Programmer Wharton Computing and Information Technology   E-mail:     [EMAIL

Re: Cluster File Management

2007-01-31 Thread John Beynon
our setup (kinda big bucks); dual cf enterprise servers clustered win2k enterprise attached via fibre to disk array - filesharing to cf servers IIS is mapped to clustered fileshare - CF goes a bit nuts when the fileshare moves between the two cluster fileshare nodes. If you enable trusted

Re: Coldfusion using network resources

2007-01-31 Thread John Beynon
I seem to remember replacing permissions on my servers folder with the domain user. You're definitely on the right track one thing i did use is Filemon (http://www.microsoft.com/technet/sysinternals/utilities/filemon.mspx) which shows the file access in real time so you can diagnose where

Re: Coldfusion using network resources

2007-01-31 Thread Jochem van Dieten
So Kenfused wrote: Coldfusion logs on as a local user that has access to all the required local directories. However, if I create a windows user on the network (CFUser) and use that user as the ColdFusion and the Macromedia Instance logon in services everything goes to Hades in a heart a

Newsletter with HTML editor

2007-01-31 Thread Ali Majdzadeh
Hi everyone: I need a newsletter application which has an HTML editor (that the admin can create an html file to send to the users) in coldfusion. Do you know a good one. Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience

Re: Quick Question: Should I lock Session Scope Reads in MX 7

2007-01-31 Thread David Gardner
Dave, are you saying that it is NOT best practice, unnecessary in MX, and a bad idea in previous versions to (at beginning of script) copy your session structures to the request scope, utilize them from the request scope during processing, and then copy them back to session at the end? You

RE: TNSNames.ORA vs. ColdFusion DSN

2007-01-31 Thread Doug Bezona
It's Apples and Oranges. TNSNAMES.ORA essentially just defines how to access a particular Oracle instance. It's much like a TCP hosts file. It allows me to define, for example, that DATABASE1 is the Oracle instance DB1 on the server at 127.0.0.1 on port 1234 which uses TCP/IP to connect. So now I

Re: Quick Question: Should I lock Session Scope Reads in MX 7

2007-01-31 Thread Mary Jo Sminkey
to (at beginning of script) copy your session structures to the request scope, utilize them from the request scope during processing, and then copy them back to session at the end? Definitely unnecessary in CFMX. I'd certainly be interested to see where you have been reading that! The only

Re: Coldfusion using network resources

2007-01-31 Thread So Kenfused
Don't know what I did but it now appears to be working. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: EQ vs IS

2007-01-31 Thread Rick Root
I must be backwards, because I use is for numeric comparisons and eq for all others. Usually. =) Rick ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

RE: Reading from an Excel file through ColdFusion.

2007-01-31 Thread Peterson, Chris
You just need to give the permissions for that file to whatever user coldfusion is running as on your server. I don't know about best practices in this, but I created a 'coldfusion' domain user with very specific permissions, and I run all my services as this user. Chris Peterson -Original

Good Vendor/Supplier CF App out there?

2007-01-31 Thread Will Tomlinson
One thing I never built into my store app was a vendor/supplier with purchase order feature. I have too much work to do right now to build something. I thought about just buying one of quickbooks' software packages for $39.99, but wonder if there's somethin someone has already built in CF.

RE: EQ vs IS

2007-01-31 Thread Dave Francis
It's all a bit hazy, but I seem to remember having to use IS NULL because EQ NULL returned false results. -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 8:38 PM To: CF-Talk Subject: RE: EQ vs IS They are the same. Some people like to

Re: Quick Question: Should I lock Session Scope Reads in MX 7

2007-01-31 Thread David Gardner
When you're talking about only reading, I think you're right, but Dave seemed to go more general than that. I would much rather have full unlocked access to a request scope structure to do writes to, than to have to throw in locks around my writes to session scope. With what I'm saying, you

Re: Quick Question: Should I lock Session Scope Reads in MX 7

2007-01-31 Thread Jochem van Dieten
David Gardner wrote: Dave, are you saying that it is NOT best practice, unnecessary in MX, and a bad idea in previous versions to (at beginning of script) copy your session structures to the request scope, utilize them from the request scope during processing, and then copy them back to

Re: Quick Question: Should I lock Session Scope Reads in MX 7

2007-01-31 Thread Mary Jo Sminkey
When you're talking about only reading, I think you're right, but Dave seemed to go more general than that. I would much rather have full unlocked access to a request scope structure to do writes to, than to have to throw in locks around my writes to session scope. You do NOT have to lock writes

Re: Reading from an Excel file through ColdFusion.

2007-01-31 Thread hussain shaikh
One more thing Ben, Why does your piece of code gives error when we have more than 1 sheet embedded in the excel file(Why the assumption that the excel should have a single sheet in it)? Hussain. ~| Upgrade to Adobe ColdFusion

Error Executing Database Query.

2007-01-31 Thread Jim H
Can anyone help me with this? CFMX7 connecting to a SQL2000 SP4 server. The DSN's connect, but the connection drops and the error below is posted: Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned:

Dynamic variable syntax question

2007-01-31 Thread Les Mizzell
For MyVar1, MyVar2 - through 8 And values value1_a, value2_a - through 8 Will this work? cfloop from=1 to=8 index=i pMyVar#i# = #value[i]_a/p /cfloop ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

Re: Dynamic variable syntax question

2007-01-31 Thread Les Mizzell
cfloop from=1 to=8 index=i pMyVar#i# = #value[i]_a/p /cfloop Whoop - make that... cfloop from=1 to=8 index=i pMyVar#i# = #value[i]_a#/p /cfloop ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7

Re: Dynamic variable syntax question

2007-01-31 Thread Teddy Payne
cfoutput cfloop from=1 to=8 index=i p#variables[MyVar#i#]# = #variables[value#i#_a]#/p /cfloop /cfoutput This should work. On 1/31/07, Les Mizzell [EMAIL PROTECTED] wrote: For MyVar1, MyVar2 - through 8 And values value1_a, value2_a - through 8 Will this work? cfloop from=1 to=8 index=i

Re: Dynamic variable syntax question

2007-01-31 Thread Gert Franz
It depends... If you want to have something in the output like this: pMyVar1 = #value[i]_a/p pMyVar2 = #value[i]_a/p pMyVar3 = #value[i]_a/p pMyVar4 = #value[i]_a/p pMyVar5 = #value[i]_a/p pMyVar6 = #value[i]_a/p pMyVar7 = #value[i]_a/p pMyVar8 = #value[i]_a/p So first of all you forgot the #

cfdirectory loading time issue

2007-01-31 Thread Keith McGee
I am trying to display a file directory with 761 folders and 4,423 files and 4.53 gigs in size. When I load at the top directory inside our network it takes 40-50 seconds to load the tree (outside the network well over a minute). The are 28 subdirectories under the initial directory. If I load

Client Lock Issue

2007-01-31 Thread Rich Sloan
Anyone know why we would be getting this issue in CFMX7? Could not unlock the named lock 761328825CLIENTSCOPESERVICE because no lock is known by that name. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

Re: cfdirectory loading time issue

2007-01-31 Thread Jake Churchill
try this: http://www.forta.com/blog/index.cfm/2006/11/1/improving-cfdirectory-performance Keith McGee wrote: I am trying to display a file directory with 761 folders and 4,423 files and 4.53 gigs in size. When I load at the top directory inside our network it takes 40-50 seconds to load

Re: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Teddy Payne
What are you trying to achieve? Teddy On 1/30/07, Andy Matthews [EMAIL PROTECTED] wrote: Is there a shortcut which allows you to jump from editing into the Navigator window? Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747

Re: EQ vs IS

2007-01-31 Thread Charlie Griefer
On 1/31/07, Rick Root [EMAIL PROTECTED] wrote: I must be backwards, because I use is for numeric comparisons and eq for all others. dude that's just wrong. :) -- Charlie Griefer ...All the world shall be your enemy, Prince with a Thousand

RE: EQ vs IS

2007-01-31 Thread Peterson, Chris
I try and use both, just to be sure cfif 1 eq 1 and 1 is 1 do something very important /cfif -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 11:12 AM To: CF-Talk Subject: Re: EQ vs IS On 1/31/07, Rick Root [EMAIL PROTECTED]

Re: legal resources re site code ownership

2007-01-31 Thread Alan Rother
LEGAL DISCLAIMER I AM NOT A LAWYER AND ANYTHING I SAY IN THIS EMAIL IS JUST MY PERSONAL THOUGHTS. In my experience, if you don't have a contract specifically stating that YOU the developer own all the rights to the code you wrote, then whomever paid you to do it owns it completely and

RE: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Andy Matthews
Just trying to avoid taking my hands off the keyboard to select a file. If I'm typing something and see that I need to open another file from within my project, it would be great for me to hit a key sequence, switch over to the navigation pane, bring up the file, then switch back to editing. All

Re: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Mark Drew
In Eclipse 3.2 for mac its Apple + Alt + W and you can select where to view the current document in the editor. (to see what it is for windows, dont have Eclipse on Windows handy) right click on a document and see what the shortcut for Show In... is Eclipse 3.1 doesnt have this functionality...

Re: EQ vs IS

2007-01-31 Thread Damien McKenna
On 1/30/07 8:22 PM, Russ wrote: I always use eq, I always use ==. Oh, maybe that's why it doesn't work g I'm honestly surprised more books (inc the beginning training materials) don't explicitly state that eq and is are the same, just to help save people having a doh moment later on and

RE: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Andy Matthews
Okay...it's ALT + SHIFT + W. Thanks Mark. -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 10:20 AM To: CF-Talk Subject: Re: CFEclipse: jump from editing to Navigator pane? In Eclipse 3.2 for mac its Apple + Alt + W and you can select

RE: EQ vs IS

2007-01-31 Thread Russ
In SQL you have to use IS NULL, but CF has no concept of NULL, AFAIK. Russ -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 10:04 AM To: CF-Talk Subject: RE: EQ vs IS It's all a bit hazy, but I seem to remember having to use IS

Re: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Teddy Payne
Ctrl-F7 to cycle through views. You can also use Ctrl-E to show all views instead of just the open views. Teddy On 1/31/07, Andy Matthews [EMAIL PROTECTED] wrote: Just trying to avoid taking my hands off the keyboard to select a file. If I'm typing something and see that I need to open

Re: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Teddy Payne
On a side note, you can see your capabilities from looking at Window - Preferences - General - Keys - View Tab and then look for the key bindings specifically for Window category. Cheers, Teddy On 1/31/07, Teddy Payne [EMAIL PROTECTED] wrote: Ctrl-F7 to cycle through views. You can also use

Re: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Teddy Payne
I was in 3.2 and 3.3M4 for the view cycling. Teddy On 1/31/07, Teddy Payne [EMAIL PROTECTED] wrote: On a side note, you can see your capabilities from looking at Window - Preferences - General - Keys - View Tab and then look for the key bindings specifically for Window category. Cheers,

Re: legal resources re site code ownership

2007-01-31 Thread Jim Wright
Tim Laureska wrote: I hope this isn't too far off topic. does anyone have any online resources that talks about site code ownership, particularly when no written contract exists This is a pretty good overview... http://www.freibrun.com/articles/articl0.htm basically, my understanding is

RE: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Andy Matthews
Okay... The CTRL + F7 might work, but do you know if it's possible to jump straight to the navigator, without having to scroll through a list of the available views? -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 10:26 AM To: CF-Talk

Re: Dynamic variable syntax question

2007-01-31 Thread Les Mizzell
I think I made that rather confusing. Output needs to be pValue 1 = Green/p pValue 2 - Something else/p p So for database fields MyField1_a, MyField2_a, MyField3_a ... cfloop from=1 to=8 index=i pValue #i# = #MyField[i]_a#/p /cfloop

RE: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Doug Bezona
It works much like ALT-TAB in windows, where it defaults to toggling between the last two selected views. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 11:32 AM To: CF-Talk Subject: RE: CFEclipse: jump from editing to Navigator

Re: Dynamic variable syntax question

2007-01-31 Thread Scott Weikert
I think you need: cfloop from=1 to=8 index=i pValue #i# = #Evaluate(MyField#i#_a)#/p /cfloop ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Multiple Instances and Virtual Directories...

2007-01-31 Thread Matthew Williams
We have multiple CF instances (all clustered) on our production systems. The problem is, we don't run multiple websites (although this could change). Every application has a /something site off of the root website. I've mapped sites that use a different instance to the correct JRun filter

CF 5 dev. edition - no job scheduling?

2007-01-31 Thread Eric P
Hi, I have CF 5.0 dev. edition w/Apache on my work station (we run 5.0/IIS on production), and I set up a test scheduled job that doesn't seem to execute. The job runs every minute, and I see 'initiated' and 'completed' lines in my scheduler.log. But other than that it just flat out isn't

New Project: codeShare.ulatu.com

2007-01-31 Thread Ryan Everhart
Just thought I'd let you all know of a new project that was updated today. The project is called codeShare and is a resource for developers to share their code with other developers. Check out my blog enrtry for more information along with some good stuff from Mark Drew! Ryan's Blog

Re: Quick Question: Should I lock Session Scope Reads in MX 7

2007-01-31 Thread Matt Robertson
keep reading that post you copied in your message. You missed something. and as Dave said... a meaningful race condition is not particularly likely in any event in the session scope. On 1/31/07, James Holmes [EMAIL PROTECTED] wrote: If there is a race condition and you don't use readonly locks

Re: CFset problem

2007-01-31 Thread Patrick Farabee
Your select statement will always return 1 row, and it will either contain the max number, or So, use: cfquery name=qryHighestNum datasource=ocreodsn Select Max(ReqNum) as HighestNumber from PrintingReq /cfquery cfset NextReqNumber = val(qryHighestNum.HighestNumber) + 1 No need for a

Re: Dynamic variable syntax question

2007-01-31 Thread Judah McAuley
Evaluate is almost never needed. Best CF programming practice discourages its use. Try this: cfloop from=1 to=8 index=i pValue #i# = #MyField[value i _a]#/p /cfloop Judah Scott Weikert wrote: I think you need: cfloop from=1 to=8 index=i pValue #i# =

RE: Multiple Instances and Virtual Directories...

2007-01-31 Thread Russ
Matt, I'm a little confused on what the problem is. You're saying you have several sites such as www.example.com/app1 www.example.com/app2 www.example.com/app3 and what you're saying is that app1, app2, and app3 are virtual folders, and you've set up each virtual folder to go to a different

Plotting CFChart from Right to Left.

2007-01-31 Thread Patrick Farabee
No big rush, since I've already changed some logic to get what I needed, but anyone know if there is a way to chart data points in a cfchart from right to left? That is, the ability to either loop through a query or assign the query directly to the series, but have the data points appear with

URLDecode quirk in MX

2007-01-31 Thread Patrick Farabee
This may be working to spec, but I've noticed that the URLDecode function in MX does not perform any checking after a percent sign to ensure that there is actually something to be decoded. For example, most URLDecode functions I've seen or written in perl/javascript/php/etc do a check to

CFExecute hanging

2007-01-31 Thread Derek Bezuidenhout
I have been trying to use cfexecute (MX7) to convert a qt mov to Flash Video flv, but it seems to hang as if waiting for something. Read on... The converter is mencoder that ships with mplayer. It works spledidly from the command line or a batch file. When I run it from a cfexecute,

Newsletter with HTML editor

2007-01-31 Thread Ali Majdzadeh
Hi everyone: I wonder is there any Newsletter application (CFM) that has HTML editor? Do you know a good one. Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: legal resources re site code ownership

2007-01-31 Thread Alan Rother
Wow, great article. Thanks Jim. Bottom line... Get it in writing On 1/31/07, Jim Wright [EMAIL PROTECTED] wrote: Tim Laureska wrote: I hope this isn't too far off topic. does anyone have any online resources that talks about site code ownership, particularly when no written contract

Re: CFExecute hanging

2007-01-31 Thread Derek Bezuidenhout
To answer my own question... The problem is with mencoder using both stdout and stderr for output. CF only listens on one, so mencoder can't send some of its output anywhere, and hangs. The solution it to redirect the stderr output to stdout. This is my line from the batch file: mencoder %1

RE: URLDecode quirk in MX

2007-01-31 Thread Russ
Shouldn't the % sign have been encoded before you try decoding it? Russ -Original Message- From: Patrick Farabee [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 12:07 PM To: CF-Talk Subject: URLDecode quirk in MX This may be working to spec, but I've noticed that

Re: Multiple Instances and Virtual Directories...

2007-01-31 Thread Matthew Williams
Matt, I'm a little confused on what the problem is. You're saying you have several sites such as www.example.com/app1 www.example.com/app2 www.example.com/app3 and what you're saying is that app1, app2, and app3 are virtual folders, and you've set up each virtual folder to go to a different

OT-Image Maps

2007-01-31 Thread Smith, Daron [PA]
Hello, This is OT but I'm sure someone on this list knows the answer. I'd like to show an image map without the image. In other words just a border of the mapped regions on a white background. Is this possible? Or is there a way to draw an image with the screen cordinates? Thanks, Daron Smith

How to open excel and flashpaper files?

2007-01-31 Thread chr chr
Hi Everybody, Using CFREPORT tag i'm creating pdf, excel, or flashpaper reports. How to open these(pdf, excel, flashpaper) files in one browser? I tried this for pdf cfcontent file=C:\Reports\#rpt_name# type=application/pdf it is working fine. To open excel files

Re: CFEclipse: jump from editing to Navigator pane?

2007-01-31 Thread Teddy Payne
As Doug has mentioned, it will put Navigator at the top of your view tab as the last view accessed. Not much more that I have used. You are the only person who I have heard to ask for the shortcut specifially for Navigator view. If you think it would be valueable to other people, submit it to

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
That wouldn't be an image map then. At that point, you could use CSS to draw rectangular areas and make them links. If you just want to show the borders of the area, then make that your image. Just the borders. andy -Original Message- From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]

RE: OT-Image Maps

2007-01-31 Thread Sandra Clark
Homesite has a function for image maps. I think you do need an image file (since it's the image file that associates with the map), but you could just do a big transparent gif. Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and

cfajax

2007-01-31 Thread Chad McCue
I am running the following code to check if a username exists. function CheckUsersettings() { //Check to see if the username is already taken using AJAX TheUsername = document.ProfileStep1Form.Username.value; DWREngine._execute(_cfscriptLocation, null, 'FindUsername', TheUsername,

Re: How to open excel and flashpaper files?

2007-01-31 Thread chr chr
Any ideas please? Hi Everybody, Using CFREPORT tag i'm creating pdf, excel, or flashpaper reports. How to open these(pdf, excel, flashpaper) files in one browser? I tried this for pdf cfcontent file=C:\Reports\#rpt_name# type=application/pdf it is

RE: Multiple Instances and Virtual Directories...

2007-01-31 Thread Russ
It sounds like you need at least separate domains for clustera and clusterb. Maybe something like www.mysite.com/ www.mysite.com/site1-m and www2.mysite.com/somesite1 You can also just combine the 2 clusters and have all 4 instances server all the requests. What is the reason that the

Re: cfajax

2007-01-31 Thread Jacob Munson
I'd not use cfajax. Arjun has abandoned that project, and started MXAjax to replace it. CFAjax has unpatched security holes, and doesn't work on Safari. That said, I think I ran into the same problem once, and found that submit() isn't supported by all of the browsers. I can't remember what I

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
If you don't SHOW the users the border areas, then how will they know where to click? -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 1:19 PM To: CF-Talk Subject: RE: OT-Image Maps Homesite has a function for image maps. I think you

.Net pass to ColdFusion MX 6.1 Web Service

2007-01-31 Thread Rob Sherman
Hi, I wrote and am trying to support a web service written on ColdFusion MX 6.1 (windows environment) that will allow a vendor to consume using .Net. My vendor has a .Net guy that is asking me how to pass a 'struct/class' from ..Net to ColdFusion and I don't know the answer. My web service

Re: URLDecode quirk in MX

2007-01-31 Thread Patrick Farabee
Shouldn't the % sign have been encoded before you try decoding it? Russ No, When dealing with data from external sources, you don't always have the luxury of knowing for sure whether some string of info has already been URLEncoded or not. Call it bad coding on the part of the source or

SQL 2005 SELECT of nvarchar(max) in system view returns NULL

2007-01-31 Thread Peter Armstrong
I have a problem with SQL Server 2005 system views. In SQL 2005, system tables (e.g. sysobjects, syscolumns) are now hidden and their contents are made available through special system views. We have a CF data dictionary application here we have been using for years with SQL 2000 and now need

Re: Multiple Instances and Virtual Directories...

2007-01-31 Thread Jochem van Dieten
Matthew Williams wrote: We have multiple CF instances (all clustered) on our production systems. The problem is, we don't run multiple websites (although this could change). Every application has a /something site off of the root website. I've mapped sites that use a different instance

Re: CFset problem

2007-01-31 Thread Melissa Weber
Thanks everyone for your help. I add the val() and it worked perfectly. Now on to my next big coding project. Thanks again and I'm sure that I'll be asking more questions as the time comes. ~| Upgrade to Adobe ColdFusion MX7

Re: OT-Image Maps

2007-01-31 Thread dsmith
That wouldn't be an image map then. At that point, you could use CSS to draw rectangular areas and make them links. If you just want to show the borders of the area, then make that your image. Just the borders. andy Can I use x,y coordinates to draw a Polygon with CSS? I really want to

RE: OT-Image Maps

2007-01-31 Thread Sandra Clark
No, CSS supports something called cropping, but at this time, only rectangular cropping is available. And that simply crops an element. Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and Accessibility -Original Message- Subject:

Re: Multiple Instances and Virtual Directories...

2007-01-31 Thread Matthew Williams
It sounds like you need at least separate domains for clustera and clusterb. Maybe something like www.mysite.com/ www.mysite.com/site1-m and www2.mysite.com/somesite1 You can also just combine the 2 clusters and have all 4 instances server all the requests. What is the reason that the

Check Boxes not checked

2007-01-31 Thread Bruce Sorge
I have this line of code3: input type=checkbox name=emailgroup value=#EmailListArray[x][1]# cfif EmailListArray[x][1] IS getMemberEmailGroupsRet.GroupID Checked/cfif As you can see it is supposed to do a comparison and if there is a match, the corresponding checkbox should be checked. But what it

RE: cfajax

2007-01-31 Thread Gaulin, Mark
Hi First, if your callback function (ReturnCheckUser) sets a global JS variable then any other code can read it. Second, if you set DWREngine.setAsync(false); before calling _execute (so the _execute() call will be synchronous, meaning, it will wait) then the global variable set in the previous

Re: Check Boxes not checked

2007-01-31 Thread Alan Rother
Can you send a larger chunk of the code? I cant tell if this code is in a loop or not. Also the value getMemberEmailGroupsRet.GroupID I am assuming this is from a query? In any case, something above this is probably the cause of your problem. Best guess, the GroupID is not getting incremented,

Re: Check Boxes not checked

2007-01-31 Thread Bryan Stevenson
I'm not quite sure what your code is doing, but when I do what you appear to be doing, I'm always comparing the current value is found in a list...then I chek the box (as multiple checkboxes with the same name have their values passed as a list). So something like (assuming outputting

Re: using createobject (or javaloader.cfc) and OpenAMF to have CF talk Server to Server in AMF?

2007-01-31 Thread jerad sloan
i want to be able to pass complex data types in small payloads between two servers, and have the ability to consume webservices from other servers. sorry, i thought you just wanted to tell me not to bother and just use gzip, JSON, WDDX or any number of suggestions to NOT bother with AMF...

Re: Check Boxes not checked

2007-01-31 Thread Bruce Sorge
cfloop from=1 to=#ArrayLen(EmailListArray)# index=x cfoutput td width=20 input type=checkbox name=emailgroup value=#EmailListArray[x][1]# cfif EmailListArray[x][1] IS getMemberEmailGroupsRet.GroupID Checked/cfif /td td

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
Sure you can. #region_one { position: absolute; top: 50px; left: 230px; width: 75px; height: 200px; } -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 1:32 PM To: CF-Talk Subject: Re: OT-Image Maps That wouldn't

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
Ah...misunderstood your question. CSS (and HTML) only allows rectangles at this time. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 1:32 PM To: CF-Talk Subject: Re: OT-Image Maps That wouldn't be an image map

RE: Check Boxes not checked

2007-01-31 Thread Brad Wood
What is x? Are you incrementing it? Perhaps that needs to be currentrow? Are you looping over a query? Otherwise getMemberEmailGroupsRet.GroupID will always return the value for the first record in the result set? ~Brad -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]

Re: Check Boxes not checked

2007-01-31 Thread Bruce Sorge
In case anyone is wondering, regarding the checkbox issue, I am querying two tables. tblEmailGroups and tblEmailGroupNames tblEmailGroupNames has the names and ID of all of the email groups that a user can check to subscribe to. tblEmailGroups contains the GroupID of the email group and the

Re: Dynamic variable syntax question

2007-01-31 Thread Patrick Farabee
I think I made that rather confusing. Output needs to be pValue 1 = Green/p pValue 2 - Something else/p p So for database fields MyField1_a, MyField2_a, MyField3_a ... I think what is confusing people is that you aren't quite clear exactly what you are trying to do. I have a feeling

Re: Check Boxes not checked

2007-01-31 Thread Sam
getMemberEmailGroupsRet.GroupID will only return the first record. Is that your intention? If not try listFind() On 1/31/07, Bruce Sorge [EMAIL PROTECTED] wrote: In case anyone is wondering, regarding the checkbox issue, I am querying two tables. tblEmailGroups and tblEmailGroupNames

  1   2   >