Microsoft CRM and cf integration

2008-11-19 Thread Will Swain
Hello, Have a prospective client who runs a microsoft crm system internally and wants an extranet which will talk to it. I know crm has some built in webservices, and from looking at the docs, it all looks pretty straightforward, but I wondered if anyone on the list had done any work in this

How do you import data from Informix to MS-SQL tables?

2008-11-19 Thread Kamru Miah
Hello, I have been asked to amend the SQL functions of a ColdFusion application, after transferring the underlying tables from IBM Informix to Microsoft SQL tables (for performance reasons). I have already tried to import the daily backup text files having pipe (|) as column delimiters, but

Re: Official ColdFusion IDE announced

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Michael Dinowitz wrote: Lets be blunt - Bolt is a commercial product and it will have a price tag. It doesn't have to have one. -- Tom Chiverton Helping to collaboratively visualize end-to-end plug-and-play systems

Strange error with cffeed

2008-11-19 Thread Meghna Chopra
I am trying to use cffeed tag and it is giving following errors. Do you have any ideas, would be wrong? 500 ROOT CAUSE: java.lang.NoClassDefFoundError: Could not initialize class coldfusion.syndication.FeedDateParser at coldfusion.tagext.io.FeedTag.init(FeedTag.java:64) at

Re: To anyone at UPS.com

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Adam Churvis wrote: Tonight it also started throwing markup and session info onto the page. Seriously. Contact them directly, if they don't have a public security contact, try who ever is listed in their DNS. And for gods sake use an anoymous throw away account. Don't

Re: Official ColdFusion IDE announced

2008-11-19 Thread Tom Chiverton
On Tuesday 18 Nov 2008, Michael Dinowitz wrote: Ben just announced it. Sign up for access to the beta (or whatever) at Oh my. -- Tom Chiverton Helping to preemptively seize convergence This email is sent for and on behalf of Halliwells

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread Azadi Saryev
ismail cassiem wrote: I'm using aspx and not coldfusion at all. and what are you doing asking your question in a ColdFusion mailing list then??? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ ~| Adobe® ColdFusion® 8

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread Azadi Saryev
sorry, if you meant I know ASP and do not know CF, but have to do this in a CF site, then this is the place to ask your question. and the short answer is: - set up a DSN in CF Administrator - use cfquery tag to query your db - use cfoutput or cfloop to output the recordset returned by cfquery oh,

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread ismail cassiem
Well i'm actually in a mess. I'm customizing an aspx page. This page is loaded via apllication we use but i need to add lookups to it. Part of a previous post where i just had a textbox and onclikc pass parameter using javascript. Now i have to add a lookup and pass selected value: Previus

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread Dominic Watson
Its unlikely that you'll receive much abuse from this group; generally a friendly bunch. But you really should find an ASP list for your ASP question - this is a ColdFusion group. Dominic 2008/11/19 ismail cassiem [EMAIL PROTECTED]: Well i'm actually in a mess. I'm customizing an aspx page.

Re: Official ColdFusion IDE announced

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Azadi Saryev wrote: oh yeah. espacially since the beta is not even available yet - they are just accepting sign-up for it... Plus the whole* world is going to press that sign up button. I know Adobe said they were going to be more open over CF... -- Tom Chiverton

Re: How do you import data from Informix to MS-SQL tables?

2008-11-19 Thread Jason Fisher
Can you connect to the Informix server as a Linked Server in Management Studio? That would allow you to do this type of thing (pseudo code): INSERT INTO sqlTable SELECT * FROM informixServer.informixDB.informixTable Other option is to CFQUERY from one datasource, and then iterate over that

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread ismail cassiem
Thank You All ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: Create a lookup to point to a DB where I specify a query

2008-11-19 Thread ismail cassiem
I'm using aspx and not coldfusion at all. I don't know how to connect to the db from blank html. html body select id=test optionsQry/options /select /body /html Regards ~| Adobe® ColdFusion® 8 software 8 is the

RE: Strange error with cffeed

2008-11-19 Thread Adrian Lynch
Can you post your code? Adrian -Original Message- From: Meghna Chopra Sent: 19 November 2008 09:59 To: cf-talk Subject: Strange error with cffeed I am trying to use cffeed tag and it is giving following errors. Do you have any ideas, would be wrong? 500 ROOT CAUSE:

Re: Faxing with CF

2008-11-19 Thread Tom Chiverton
On Tuesday 18 Nov 2008, Alan Rother wrote: Not the answer you are looking for I am sure... The most common ways people accomplish this task are: There are many vendors who produce hardware that is capable of being accessed over the network through various protocols that CF can access to You

RE: Official ColdFusion IDE announced

2008-11-19 Thread brad
I don't think anyone's in the beta yet. Ben said that it wasn't ready yet, but if you signed up on labs you would be notified when it went to beta. They wouldn't have said that if they were ready to release it today. From the way they made it sound-- anyone could sign up for the beta who wanted

Re: Official ColdFusion IDE announced

2008-11-19 Thread Azadi Saryev
oh yeah. espacially since the beta is not even available yet - they are just accepting sign-up for it... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Tom Chiverton wrote: On Tuesday 18 Nov 2008, Michael Dinowitz wrote: Ben just announced it. Sign up for access to the beta (or

Re: Official ColdFusion IDE announced

2008-11-19 Thread Gerald Guido
So based on this comment I am curious what is your interest level in Bolt? As I like to put it: All of everything, twice, yesterday, to go please. But then again I am a bit of an IDE junkie. G! On Tue, Nov 18, 2008 at 11:19 PM, Adam Haskell [EMAIL PROTECTED] wrote: So based on this comment I

Re: How do you import data from Informix to MS-SQL tables?

2008-11-19 Thread Matthew Small
Not sure if this is what you already tried, but SQL Server 2005 has a DTS Wizrd located here: C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe ~| Adobe® ColdFusion® 8 software 8 is the most important and

RE: How do you import data from Informix to MS-SQL tables?

2008-11-19 Thread Adam Churvis
SSIS (SQL Server Integration Services) Respectfully, Adam Phillip Churvis President Productivity Enhancement -Original Message- From: Kamru Miah [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 4:36 AM To: cf-talk Subject: How do you import data from Informix to MS-SQL

RE: To anyone at UPS.com

2008-11-19 Thread Adam Churvis
No one's going to say shit, since this was during regular use of their site, but a specific sequence of events that may not be a clickpath for which they functionally tested their site. Otherwise I wouldn't have announced it on a public list giving my real name and phone number (archives, at

Re: Faxing with CF

2008-11-19 Thread Rob Parkhill
Okay, I have a Canon printer/fax on the network, that we use. It has a static IP, etc. Is there a way to send the required information here? I don't really want to use the server to send faxes through the modem. Maybe I will have to talk to Canon and see if they have a COM object or something

Re: Faxing with CF

2008-11-19 Thread Ian Skinner
Rob Parkhill wrote: Okay, I have a Canon printer/fax on the network, that we use. It has a static IP, etc. Is there a way to send the required information here? I don't really want to use the server to send faxes through the modem. Maybe I will have to talk to Canon and see if they have

Data Import

2008-11-19 Thread Jason Congerton
Hi I have been given the task of importing some data from one database into another. The data has been imported i now need to code the individual records. I have three msaccess tables candidates, cand_codings and search_criteria In the candidates table is field called currentposition this

RE: Faxing with CF

2008-11-19 Thread Dawson, Michael
Can you print a fax to the MFU and instruct it to fax rather than actually print? If so, you may have another option. Make sure your CF services run as a user that has permissions to send print jobs to your network printer. Log on to the CF server using the same account as your CF services.

Send generated output programmatically to specific printer

2008-11-19 Thread David Strong
Trying to get coldfusion server to send generated output to printer automatically. The output is NON PDF, so CFPRINT won't help. Anyone know of any Java techniques or COM? ~| Adobe® ColdFusion® 8 software 8 is the most

RE: Official ColdFusion IDE announced

2008-11-19 Thread Dawson, Michael
If you think about it. If we are now signing up for the Beta, that means there is an Alpha. Some of the people who walk among us may be using the Alpha but are bound not to talk about it. Kinda sounds kinky, doesn't it? Mike

Help With Spry Sliding Panels - Next Link

2008-11-19 Thread Jeffrey Lemire
I was hoping that someone might be able to give me with modifying the sample code for the Spry SlidingPanels from a dataset. Any help would be greatly appreciated. I've modified the sample code provided by Adobe

regular expression to find #

2008-11-19 Thread Mike Wesling
I am trying to make a regular expression to find # .. \ / and % in a string, but I am new to expressions. Anyone have a good link for beginners on doing this? ~| Adobe® ColdFusion® 8 software 8 is the most important and

RE: Send generated output programmatically to specific printer

2008-11-19 Thread Dawson, Michael
As I just mentioned in another thread... If it's text you are sending to the printer, write the content to a text file, then use CFEXECUTE to print it. (My other post has the rest of the details.) Can you not convert the non-PDF content to a PDF and then print it? Mike -Original

Re: Send generated output programmatically to specific printer

2008-11-19 Thread David Strong
PDF is possible, just trying to conserve server CPU. Here is the scenario: Batch signal is sent to server from client. UPS labels printed on the Thermal printer, then report sent to Accounting Department, then copies sent to fulfillment warehouse Printer. All network printers. I'll look at

Re: Data Import

2008-11-19 Thread David Strong
Take a look at DataMgr by Steve Bryant. Helpful tool in migrating data from various db sources. Make sure you grab the 2.2 alpha version as its the last version that supports MSAccess. http://www.bryantwebconsulting.com/cfcs/ Otherwise: Load Candidates into query object. Load Cand_codings

Re: Data Import

2008-11-19 Thread Aaron Rouse
I am not a big user of Access but had to take a training course on Access 2007 earlier this year and I believe it(probably prior versions as well) has some tools built into it for doing this type of thing into another table. Might be something worth looking into because if it has it then it would

RE: regular expression to find #

2008-11-19 Thread Andy Matthews
You'd treat those characters as a character set like so: cfset myString = 'a test ## to see . where I might find % in some string' cfset matches = REFind('[##.\/%]',myString,1,true) cfdump var=#myString# cfdump var=#matches# cfabort Putting the characters inside the square brackets forces the

Re: Data Import

2008-11-19 Thread Jason Fisher
Without knowing all your column names, I think you just need something like so: INSERT INTO search_criteria ( codingID, candidateID ) SELECT cc.codingID, c.candidateID FROM candidates c INNER JOIN cand_codings cc ON c.currentposition = cand_codings.positiontitle

Re: ColdFusion 8 + Oracle 9i + Datadirect Driver

2008-11-19 Thread Boysie Tupaz
3.6 Thanks Craig. Cheers! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: Official ColdFusion IDE announced

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Gerald Guido wrote: So based on this comment I am curious what is your interest level in Bolt? As I like to put it: All of everything, twice, yesterday, to go please. See the capital bits of http://blogs.warwick.ac.uk/tomc/entry/women, reminds me a lot of clients

Re: To anyone at UPS.com

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Adam Churvis wrote: And I would have contacted them privately if I could have easily read their email address from their site, but their site was down, yes? You couldn't wait a few minutes ? I was willing to help them by telling them how I reproduced the problem

Question on cfgrid and xml format

2008-11-19 Thread Tom Jones
Hello, I wanted to see what the xml format looks like on cfgrid. The problem is nothing shows on the page. If I use flash or java it works. What am I doing wrong? I'm using CFMX 7, I have also tried the developer edition of 8 as well. Here is my code... cfform format=xml skin=basiccss

Re: Official ColdFusion IDE announced

2008-11-19 Thread Rand Thacker
Ben just announced it. Sign up for access to the beta (or whatever) at http://labs.adobe.com/wiki/index.php/Bolt I think it's a shame that the makers of ColdFusion make use of php as their Wiki. ~| Adobe® ColdFusion® 8

Re: Official ColdFusion IDE announced

2008-11-19 Thread Adam Haskell
Why does this matter honestly? Groovy/Grail's entire website ran off something(s) other than Groovy for well over 2 years before they finally broke down and wrote something in Grails. If there is a good solution out there what's the point in creating something new? Are was all that obsessed with

CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Daniel Jimenez
Thanks in advance for any advice anyone can give. I'm having a very odd problem where, after running for a period of time, all for loops in CFScript break. What I have is the following very, very simple sample code below: cfset test = [test1,test2] cfscript for(awesomevariable=1;

How to return a structure using ajax?

2008-11-19 Thread Al Musella, DPM
I am new to ajax.. and my javascript isn't too hot either:) I am trying a simple lookup of a city and state given a zip code. I have it working if I just return a city as a string, but when I try to return a structure with a city and state I get undefined Here is the code where I call the

Re: How to return a structure using ajax?

2008-11-19 Thread Charlie Griefer
On Wed, Nov 19, 2008 at 9:42 AM, Al Musella, DPM [EMAIL PROTECTED]wrote: I am new to ajax.. and my javascript isn't too hot either:) I am trying a simple lookup of a city and state given a zip code. I have it working if I just return a city as a string, but when I try to return a structure

Re: CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Daniel Jimenez
Oops, forgot to sign off I was so frustrated. Thanks in advance to anyone who hopefully has a couple of minutes to tell me this is something obvious. Daniel Jimenez Thanks in advance for any advice anyone can give. I'm having a very odd problem where, after running for a period of time, all

RE: To anyone at UPS.com

2008-11-19 Thread Adam Churvis
I got a very nice phone call from someone at Microsoft who is on this list, and he contacted his associate at UPS, who made the appropriate contact through their security department. I then received a very thankful call from UPS's manager of security, who took the info and passed it onto the

RE: To anyone at UPS.com

2008-11-19 Thread Hunsaker, Michael Scott
This was an interesting topic. Thanks for letting us know how it turned out. Mike -Original Message- From: Adam Churvis [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 1:12 PM To: cf-talk Subject: RE: To anyone at UPS.com I got a very nice phone call from someone at

Re: CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Barney Boisvert
Is that code in a CFC that uses 'awesomevariable' and/or 'test' as a variable name within another method? If so, just var-scope everything and the problem should vanish. cheers, barneyb On Wed, Nov 19, 2008 at 9:38 AM, Daniel Jimenez [EMAIL PROTECTED] wrote: Thanks in advance for any advice

Re: Official ColdFusion IDE announced

2008-11-19 Thread Dave Watts
I think it's a shame that the makers of ColdFusion make use of php as their Wiki. I suspect Adobe created this well before they even acquired Macromedia. But even if they didn't, Adobe is a big company. Most truly big enterprises don't use a single product, they have departments using all

UPS - Real Time error

2008-11-19 Thread Will Tomlinson
I'm using a UPS.cfc that has run perfectly for a few years now. All of a sudden yesterday, it started throwing an error: Connection Failure: Status code unavailable It basically performs a cfhhtp to call UPS, sends it some XML, returns some data. done. Anyone know where I should start

RE: CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Mark Kruger
Barney, Unusual syntax for a for loop... Looks more like a while loop. I would have expected something like... for(awesomevariable=1; awesomevariable LT (ArrayLen(test); awesomevariable++) { } I would sort of expect your example to throw an error. I don't think that's your problem, since

Re: Official ColdFusion IDE announced

2008-11-19 Thread Phillip M. Vector
True.. But if I was a customer and I didn't see the technology being sold to me as being used, I'd suspect it wasn't that good to begin with. While I agree that using whatever works is the best way to go, appearances are everything. Dave Watts wrote: I think it's a shame that the makers of

Re: UPS - Real Time error

2008-11-19 Thread Gerald Guido
Wil, There was a thread on the UPS site. Your issue may be related. http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:58116#315459 On Wed, Nov 19, 2008 at 1:37 PM, Will Tomlinson [EMAIL PROTECTED] wrote: I'm using a UPS.cfc that has run perfectly for a few years now. All of a

Re: UPS - Real Time error

2008-11-19 Thread Phillip M. Vector
Hrm I suspect Adams phone call or bug he found may have something to do with this. :) Will Tomlinson wrote: I'm using a UPS.cfc that has run perfectly for a few years now. All of a sudden yesterday, it started throwing an error: Connection Failure: Status code unavailable It

RE: CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Mark Kruger
Doh! ... Never mind - I see now I was fooled by the line break. I now admit I have nothing to add and I will sheepishly withdraw :) Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Mark Kruger

Re: CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Barney Boisvert
It was Daniel that wrote the code, not me. ;) His for loop is sound. Only difference between yours and his is the use of the new ++ operator instead of the old i = i + 1 style that is required before CF8. cheres, barneyb On Wed, Nov 19, 2008 at 10:41 AM, Mark Kruger [EMAIL PROTECTED] wrote:

Re: How to return a structure using ajax?

2008-11-19 Thread Al Musella, DPM
That worked! Thanks JavaScript is case-sensitive. Structs are returned with key names in uppercase. Try result.CITY and result.STATE. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: Official ColdFusion IDE announced

2008-11-19 Thread Wil Genovese
Well this WIKI site isn't selling anything. It's just a WIki on a labs site for beta testing. The Adobe.com site with all their released products for sale runs on Coldfusion and a whole lot more. So I think you can see they are using their products. Someone is just being a PITA because Adobe

Re: Official ColdFusion IDE announced

2008-11-19 Thread Charlie Griefer
I don't think it's about whatever works as much as it is about whatever is available. There was obviously a wiki already built with PHP that addressed the immediate business needs. What would the ROI be on delaying the launch of the labs site so that a wiki application with the exact same

Re: Official ColdFusion IDE announced

2008-11-19 Thread Phillip M. Vector
Why not use one of the many CF Wiki apps that are out there? It doesn't matter to me one way or the other. I'm just saying that if you go to a site that is promoting a product using another product.. It just looks bad IMHO. Charlie Griefer wrote: I don't think it's about whatever works as

Re: How to return a structure using ajax?

2008-11-19 Thread Dominic Watson
A little code for your reference on how CF deals with struct keys: cfset myStruct = StructNew() / cfset myStruct.foo = bar / cfset myStruct.bar = foo / cfset myStruct2 = StructNew() / cfset myStruct2['foo'] = bar / cfset myStruct2['bar'] = foo / cfoutput Struct 1 keys:

Re: Official ColdFusion IDE announced

2008-11-19 Thread Tyler Fitch
Labs was launched several years ago. What CF Wiki apps existed back then? Labs is not run by web developers. It's run by product managers who only want to get their data on to pages. Not build an app that already exists. On Wed, Nov 19, 2008 at 11:00 AM, Phillip M. Vector [EMAIL PROTECTED]

Re: Official ColdFusion IDE announced

2008-11-19 Thread Aaron Rouse
Of course the site is promoting many different products from Adobe. So if it were in CF then someone might complain about it not being in Flex and so on and so on. On Wed, Nov 19, 2008 at 1:00 PM, Phillip M. Vector [EMAIL PROTECTED] wrote: Why not use one of the many CF Wiki apps that are out

Re: Official ColdFusion IDE announced

2008-11-19 Thread Phillip M. Vector
From raiforge searching under wiki Canvas ColdFusion Wiki A ColdFusion wiki. ColdFusion Raymond Camden 4/25/08 5:37 PM CodexWiki An Enterprise ColdFusion Wiki EngineColdFusion Luis Majano 6/5/08 12:52 AM Skweegee Project Management / Issue Management System, Wiki, SVN

Re: Official ColdFusion IDE announced

2008-11-19 Thread Tyler Fitch
So which of those existed in 2006 when Labs was created? You only proved my point here. On Wed, Nov 19, 2008 at 11:06 AM, Phillip M. Vector [EMAIL PROTECTED] wrote: From raiforge searching under wiki Canvas ColdFusion Wiki A ColdFusion wiki. ColdFusion Raymond Camden 4/25/08

Re: Official ColdFusion IDE announced

2008-11-19 Thread Charlie Griefer
Are there many? AFAIK there is Canvas... and CodexWiki (the latter being very new)... so the options at the time were likely fairly limited. If the php wiki did what they needed it to do out of the box, I don't think it was a bad decision to go that route. I've seen CF sites that use php forums

Re: Official ColdFusion IDE announced

2008-11-19 Thread Phillip M. Vector
So they couldn't update? :) Tyler Fitch wrote: So which of those existed in 2006 when Labs was created? You only proved my point here. On Wed, Nov 19, 2008 at 11:06 AM, Phillip M. Vector [EMAIL PROTECTED] wrote: From raiforge searching under wiki Canvas ColdFusion Wiki A

Re: Official ColdFusion IDE announced

2008-11-19 Thread Pete Ruckelshaus
I realize that this has been flogged into oblivion, but here goes. I think Adobe should develop and distribute this editor for free. Why? Simple. It will introduce more people to ColdFusion as a development platform, thus making them more revenue. Or, at the very least, offer a stripped down

Re: Official ColdFusion IDE announced

2008-11-19 Thread Charlie Griefer
Update an application that works perfectly? In an ideal world, maybe. In the real world, very little in the way of justification. I go to the labs site for information. Currently, I get the information I need. If it ain't broke... On Wed, Nov 19, 2008 at 11:11 AM, Phillip M. Vector [EMAIL

Re: Official ColdFusion IDE announced

2008-11-19 Thread Cutter (CFRelated)
I think they're a little busy, what with writing new IDEs and Centaur and AIR 1.5 and the like. Momma had a sayin', If it aint broke, don't fix it. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _

Microsoft CRM and cf integration

2008-11-19 Thread Will Swain
Just resending this incase it got lost in the discussions on IDEs Hello, Have a prospective client who runs a microsoft crm system internally and wants an extranet which will talk to it. I know crm has some built in webservices, and from looking at the docs, it all looks pretty straightforward,

Re: CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Daniel Jimenez
Is that code in a CFC that uses 'awesomevariable' and/or 'test' as a variable name within another method? If so, just var-scope everything and the problem should vanish. cheers, barneyb Nope you're seeing it raw in CFM page. The CFM we use was mentioned previously as being

Re: Official ColdFusion IDE announced

2008-11-19 Thread Phillip M. Vector
Ok... Let me put it this way.. Let's say I sell a forum. It costs $500, but contains all the bells and whistles you could ever want. I tell you how great it is and so on. Then you click on the forums section of my site that sells said forum and find phpbb running there. Still interested in

Re: Official ColdFusion IDE announced

2008-11-19 Thread Charlie Griefer
sigh But Adobe isn't selling a Wiki product on the labs site. On Wed, Nov 19, 2008 at 11:21 AM, Phillip M. Vector [EMAIL PROTECTED] wrote: Ok... Let me put it this way.. Let's say I sell a forum. It costs $500, but contains all the bells and whistles you could ever want. I tell you how

RE: Send generated output programmatically to specific printer

2008-11-19 Thread WebSite CFTalk
www.nicelabel.com has a product called WebSDK that would do this for you. Expensive though.. I'm currently working with it to print label / badges to the connected clients printer (via .ocx control that comes with the software). It also has functions to print to printer attached to server

Re: Official ColdFusion IDE announced

2008-11-19 Thread Gerald Guido
So I hear that Adobe has a new IDE for CF. Just sayin' G -- Gerald Guido http://www.myinternetisbroken.com Neurotics build castles in the air, psychotics live in them. My mother cleans them. -- Rita Rudner ~| Adobe®

Re: Official ColdFusion IDE announced

2008-11-19 Thread Nitai @ SixSigns
Unless they find Kabunto http://www.kabunto.org that is :-) On Nov 19, 2008, at 8:10 PM, Charlie Griefer wrote: 've seen CF sites that use php forums because there are just more/fuller-featured forums available in PHP. -- Razuna On-Demand - Hosted Digital Asset Management Solution Razuna -

Re: regular expression to find ##

2008-11-19 Thread Mike Wesling
I thought you cannot just place a . or \ as they are special characters. I also need to find a double . not a single. right now I am using '[##\\%]' and it is returning true on every evaluation. You'd treat those characters as a character set like so: cfset myString = 'a test ## to see .

Re: Official ColdFusion IDE announced

2008-11-19 Thread Wil Genovese
Yes, they've announced a new IDE. I've applied to be pat of the beta test program. Eagerly awaiting. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Nov 19, 2008, at 1:26 PM, Gerald Guido wrote:

Re: CFScript for loop broken? (aka HELP!!)

2008-11-19 Thread Dominic Watson
Further more this only happens with a for loop inside of a cfscript, this does NOT happen inside of a cfloop! A possible reason for this is that cfloop will not evaluate the ArrayLen on every iteration of the loop which is very different. While there doesn't appear to be a good reason for the

Re: regular expression to find ####

2008-11-19 Thread Jason Fisher
That is correct. Try this, with \ as escape character: REFind('[##\.\\/%]',myString) I thought you cannot just place a . or \ as they are special characters. I also need to find a double . not a single. right now I am using '[##\\%]' and it is returning true on every evaluation.

Site-wide Error Handler

2008-11-19 Thread Chad Gray
In the CFAdmin it says to put the relative path to the template. Where do I put the file and how to I format the path? I have tried many combinations and it keeps saying it cannot find the file. We use IIS if this helps. Chad

CFMX 6.1 and Activedit - problem on page load

2008-11-19 Thread Jen Parker
We have an app that uses an older version of activedit and CFMX 6.1. The page has a radio button option. Default option shows regular short text box. If they choose the other option, we are to show the activedit box. Periodically this gets hung-up because the page hadn't completely loaded before

Re: Site-wide Error Handler

2008-11-19 Thread Ian Skinner
Chad Gray wrote: Where do I put the file and how to I format the path? There is a little understood weirdness to the MX generation of ColdFusion. It has two web roots in which it will look for CFM files. The first is the web root defined in the web server, IIS in your case. The second is

Re: Official ColdFusion IDE announced

2008-11-19 Thread Adam Haskell
A free scaled down version exists, its called cfEclipse... Offering an IDE for free will not get people interested in a Language. IDEs are a means to an end not a beiginning (you may consider Visual Studio a slight departure from that statement). I don't think people typically sit around on a

Re: CF8 with IIS and iPlanet (distributed)

2008-11-19 Thread Jeff Sittler
Dave, Thank you for the response. Based on your comment about both servers needing to have the same directory structure, I created a windows junction that mapped the same path being used by iPlant to the docroot of IIS and everything appears to be working fine. I will also take a look at the

Re: Official ColdFusion IDE announced

2008-11-19 Thread Jason Fisher
@Adam, Thinking back on the evolution of Flex from 1.0 to 2.0, that seems to have worked quite well. Originally pricing the server at $15k - $20k and having a decent IDE left it a very flat technology with extremely low adoption. When they moved to giving the compiler and server away for

Open up a .htm file from clients computer

2008-11-19 Thread Chad McCue
I am running a coldfusion application that calls a .htm program (written by a third party) that will sit on the clients computer not the server. I am currently using VBScript in my coldfusion App which requires ActiveX to be enabled for it to work. Problem is some clients have rules set up that

IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Robert Harrison
If anything they should charge $500 for an IDE and give away ColdFusion for free That is so much better of a business model. The main problem selling CF web sites is the cost to deploy a site. Too much of the burden is going to the site owners or hosts. What they should do is give away a free

Re: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Nitai @ SixSigns
From Adobe's standpoint is probably does not make sense to open source or give their engine away for free when there is Railo and OpenBD. On Nov 19, 2008, at 9:37 PM, Robert Harrison wrote: I love CF and would really like to see Adobe fix this business model. It would definitely be

Re: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Charlie Griefer
On Wed, Nov 19, 2008 at 12:37 PM, Robert Harrison [EMAIL PROTECTED] wrote: If anything they should charge $500 for an IDE and give away ColdFusion for free That is so much better of a business model. The main problem selling CF web sites is the cost to deploy a site. Too much of the burden

Re: Data Import

2008-11-19 Thread Jason Congerton
Thank you for all of your responses, i carried out the conversion using Jason's suggestion. Worked a treat! Thank you ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Aaron Rouse
While sales might be getting hurt right now due to the cost of the product. The product must be selling well enough for them since they are clearly continuing to invest in it via making new versions. My only complaint is the need to run Enterprise for Oracle support out of the box when

Re: Official ColdFusion IDE announced

2008-11-19 Thread Gerald Guido
.Humm I want to learn a new programming language, let's see what IDE is out there for free. I do. But then again I am dyslexic and started out as a designer. Those squiggly lines are a God Send. I also know a lot of design (IU) oriented ppl dependent heavily on their tools. A lot of design people

RE: Site-wide Error Handler

2008-11-19 Thread Chad Gray
Hmm ya I made a mapping to a folder called errors and put my 404 page and error page in it. Then I used /errors/404.cfm in the cfadmin and it says it found the pages, but they don't run on the web sites. The IIS 404 runs, but my custom 404.cfm page in the errors mapping does not run. Like

More cfwindow problems

2008-11-19 Thread Scott Spurlock
I'm pretty new to this whole AJAX thing, so please bear with me.  I had tried to implement some cfwindow functionality in the past and didn't find it flexible enough for my needs.  So I've been trying to learn jQuery.  I've got one plugin working and now I'm trying to use the Star Rating widget

Re: More cfwindow problems

2008-11-19 Thread Charlie Griefer
On Wed, Nov 19, 2008 at 12:58 PM, Scott Spurlock [EMAIL PROTECTED]wrote: I'm pretty new to this whole AJAX thing, so please bear with me. I had tried to implement some cfwindow functionality in the past and didn't find it flexible enough for my needs. So I've been trying to learn jQuery.

RE: Site-wide Error Handler

2008-11-19 Thread Chad Gray
So I took the paths out for the 404 path and submitted the cfadmin page so it set back to default. Now I get the stock 404 CF error if it cannot find a CFM page. I put the path back in cfadmin and refreshed the missing page test1.cfm and my 404.cfm page ran. I tried another page test2.cfm

RE: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Robert Harrison
- it's definitely hurting sales I can't speak for you, but we've definitely lost a lot of CF sales because of the cost of the server side. A lot of client want to host their own. If the developers are losing sales I think that can reasonably translate into Adobe loosing sales. Robert B.

  1   2   >