RE: Printing Labels from a Web Application?

2004-04-19 Thread Andrew S. Peterson
Any thoughts would be appreciated. If you have Crystal Reports, perhaps you could use that: http://www.windowatch.com/2004/april/crystal10_4.html Sincerely, Andrew Tim. -- --- CF_CodingContest mode=judging newentries=false Maze

RE: SOT: Flash Remoting vs Web Services vs XML

2004-04-14 Thread Andrew S. Peterson
Chris, There's a good (IHMO) ramp-up article in MXDJ (vol 2 issue 4) (http://sys-con.com/mx/ - I can't find the exact link to the article) ) entitled FlashFusion that describes how to consume webservices based around SOAP. A short comparison to Remoting is included as well. Sincerely,

RE: VB6 Application, Cold Fusion Coral

2004-01-29 Thread Andrew S. Peterson
Hi Ben, I've been contemplating the same thing for an old Access application of mine. My main reason for doing so would be to overcome the great difficulty of distributing an Access app. However, with VB, you don't really have that problem, or do you? In any event, I'm curious as to your

RE: VB6 Application, Cold Fusion Coral

2004-01-29 Thread Andrew S. Peterson
-Original Message- Sorry, Never heard of Coral. What is Coral and where can you find it? Shawn, From Defusion: Have you ever wanted to run Cold Fusion without Cold Fusion? Coral Web Application Builder is a new product that allows you to run Cold Fusion, (CFML) and portions of (ASP),

RE: OT:Anyone ever see this?? SteelArrow?

2004-01-29 Thread Andrew S. Peterson
it would seem strange to type anything else other than CF... or CFA_ Yes, but it seems you get to keep on using those pound signs! TH COLSPAN=2I#PARAM.first+1# to #PARAM.first+3# of #SESSION.faqQuery.RowCount()#/I/TH Sincerely,   Andrew [Todays Threads] [This Message] [Subscription]

CFContent, Mapped Drive, ftp server

2004-01-09 Thread Andrew S. Peterson
Hi, Can you use cfContent to pull down data from a mapped drive? I think I've done this successfully before but I'm wondering if the reason I'm getting the error (below) has anything to do with the fact that the mapped drive happens to be on an ftp server. Does it even matter? The error I am

RE: cfc questions

2003-12-09 Thread Andrew S. Peterson
Hi Ray, For example, for a db insert, can I create one cffunction with a returntype of any, an access value dynamically inserted (or remote if it'll work), and cfargument tags for all data passed in, and use it from both? What exactly is the method doing? I will be building a simple

RE: cfc questions

2003-12-09 Thread Andrew S. Peterson
Yes, returnType=struct would work if you want to return the values as a structure, but that seems kind of odd. Why would a method return exactly what it was passed? Normally when I do an insert in a method, I return the ID of the new record. I see. I'm looking at Macromedia's NoteBoard Flash

Do CFCs cache?

2003-06-27 Thread Andrew S. Peterson
If I go into a cfc and modify a function, save it, reload the page that calls it, the page that does the calling still pulls up the old version of the function that existed before I made the changes. For instance, if I call a function called getEntries but modify the code within getEntries, the

Restart after X Unresponsive Requests (MX)

2003-03-31 Thread Andrew S. Peterson
Hi, Is the ability to Restart after X Unresponsive Requests available in MX? I don't see it in the docs or CFIDE. Thanks in advance. Sincerely, Andrew ~| Archives:

MX cannot connect to IBM DB2 Datasource

2003-03-28 Thread Andrew S. Peterson
Hi, I'm trying to connect to DB2 version 7.1 using DB2 Connect version 7 into our MVS. Our ColdFusion 5 Enterprise automatically identifies the connection in CFIDE, which is great. However, MX does not - it simply doesn't appear as a datasource, and so I cannot see DB2 with CFMX. I've tried

Websphere HATS and CFMXJ2EE

2003-02-21 Thread Andrew S. Peterson
Hi, Our office is looking into using HATS to transform our green screens to GUIs. It is apparently wizard driven. Can anyone shed some light on how it works? As a coldFusion/Flash developer, could I piggyback onto the HATS application to access and modify our enterprise applications with CFMX