Right now, you're creating a struct named 'myObj' containing two fields (listID and memberStatus), then immediately overwriting it with your web service...
cf-talk@...
Mar 5, 2004 8:05 pm
3
Gotcha, is there any way to pass a struct? Could I do something like... <cfset myObj = createObject..... <cfset passVars = structNew()> <cfset passVars.listID...
cf-talk@...
Mar 5, 2004 8:07 pm
4
Anyone out there using Infusion Mail Server for their CF apps as opposed to CFMail? We want to create a email list of users that would be informed of the...
cf-talk@...
Mar 5, 2004 8:09 pm
5
... If you're using CFMX 6.1, you might just try it out before using an external package, as CFMX 6.1 seems to be able to send mail pretty well. That said, if...
cf-talk@...
Mar 5, 2004 8:21 pm
6
Hey guys, i want to set the CF administrator to schedule exution of templates. Have you any experiences with that? Any problems or quirkiness? I want to...
cf-talk@...
Mar 5, 2004 8:22 pm
7
This list is run on iMS. I wrote the entire mailing list, archives, etc. around it. iMS rules! As for CFMAIL, it should not have problems sending out a few...
cf-talk@...
Mar 5, 2004 8:23 pm
8
I agree with Steven. It has been my experience with SQLServer that you have to REPEAT THE COMPUTATION of the field in the ORDER BY clause. Jevo ... From:...
cf-talk@...
Mar 5, 2004 8:27 pm
9
CFMail from CFMX may be send thousands mail at same time(Ben Forta) Cheers ... From: "Robert Orlini" <rorlini@...> Date: Fri, 5 Mar 2004 15:02:55...
cf-talk@...
Mar 5, 2004 8:29 pm
10
I've used the scheduler since it was first put into CF (even wrote a chapter on it) and I've never had a problem. Other have had problems that have been hard...
cf-talk@...
Mar 5, 2004 8:39 pm
11
Thanks Michael, One more thing, with CFMX I heard there is no more CF Studio and I have to purchase Dreamweaver or another Macromedia product? Robert O. ... ...
cf-talk@...
Mar 5, 2004 8:41 pm
12
Dreamweaver has HomeSite+ in it, which is basically today's iteration of CFStudio. DW is as much or *less* than Studio's price was. I got an upgrade...
cf-talk@...
Mar 5, 2004 8:50 pm
13
I send close to 5,000 emails in one shot with CFMX per day. Runs like a champ, although I'd dont recommend doing this with a high volume site. It takes about...
cf-talk@...
Mar 5, 2004 8:53 pm
14
... Just as a general FYI, scheduling templates to run thru IE via the Windows task scheduler -- assuming a Win machine of course -- changes this. ...
cf-talk@...
Mar 5, 2004 8:55 pm
15
My C:\ drive doesn't have lots of space and I see that CFMX wants to store lots of .class files in.. C:\CFusionMX\wwwroot\WEB-INF\cfclasses\ Is there somewhere...
cf-talk@...
Mar 5, 2004 9:03 pm
16
im using this tag on on linux box with redsky but when this tag runs it throws an error saying its an invalid cfx tag. anyone had this before? ...
cf-talk@...
Mar 5, 2004 9:07 pm
17
I still use CFStudio and officially Homesite+ is the upgrade for Studio. Buy Dreamweaver, get HS+ and it's cheaper. ... purchase Dreamweaver or another...
cf-talk@...
Mar 5, 2004 9:20 pm
18
Was it compiled under windows or Linux? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Your HTML and Text ad can be placed here....
cf-talk@...
Mar 5, 2004 9:22 pm
19
... Have to? No, not at all. Many people have continued to use CF Studio for CFMX development, it's just an editor. Homesite+ comes with DreamweaverMX but it's...
cf-talk@...
Mar 5, 2004 9:23 pm
20
We routinely use CF5's CFMAIL for mailings to over 100,000 recipients. For something like a monthly newsletter it's not unnecessary to send them all at once,...
cf-talk@...
Mar 5, 2004 10:18 pm
21
... I hope not, it would be pretty pointless because CF5 doesn't support Unicode at all. Jochem -- I don't get it immigrants don't work and steal our jobs -...
cf-talk@...
Mar 5, 2004 10:26 pm
22
... <jump> In IE, windows opened from another IE instance run in the same process as the parent. They share cookies. However, windows opened from a link to the...
cf-talk@...
Mar 5, 2004 10:39 pm
23
We send out 5,000 emails at a time, at least twice a week using cfmail... It doesnąt even seem to effect the server... (CF5 server) BZaccheo ... ...
cf-talk@...
Mar 5, 2004 10:49 pm
24
On the subject of Homesite / CFStudio, you can update your current version so that it includes all the new tags and functions of CFMX for free ... i just don't...
cf-talk@...
Mar 5, 2004 11:08 pm
25
... In the SunONE GUI, there's an option to create a new server. I don't remember what it's called, but it was fairly easy to find. I couldn't actually do it,...
cf-talk@...
Mar 5, 2004 11:26 pm
26
... As an alternative to setting up CFMX as a J2EE app on SunONE, you might be able to just run the servlets you want through CFMX, too. Dave Watts, CTO, Fig...
cf-talk@...
Mar 5, 2004 11:39 pm
27
... You can change the directory in web.xml, but I'm not sure exactly how that's going to work for you: <context-param id="macromedia_context_2"> ...
cf-talk@...
Mar 5, 2004 11:46 pm
28
Or turn of the file-system cache in the CF administrator. You'll potentially lose some performace (if your template cache isnt' big enough), and after cycling...
cf-talk@...
Mar 5, 2004 11:55 pm
29
... I've been doing pretty much the same thing for years with CF 4.5.1sp2, and recently 6.1. Neither CF version notices the load, although to be fair I do...
cf-talk@...
Mar 6, 2004 12:26 am
30
While the legal process isn't officially over, it's nice to see this ruling: http://www.msnbc.msn.com/id/4460598/ Regards, Dave. ...
cf-talk@...
Mar 6, 2004 12:31 am
31
Brian: http://www.switch-box.org/cfsqltool/ is a new tool that makes working with CF and stored procedures easy. The tool works with CFMX and SQL Server. We ...