(ot) Java Question

2009-05-05 Thread Ciliotta, Mario
Hi all, I have been asked to convert a JAVA/JSP application over to CF and I absolutly lost as to what this section of code is trying to do. The original developer, along with knowledge and documentation of the application are long gone. I am especially confused on this section of code:

RE: Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario
Hi, I am still getting the same as before. I uninstalled and reinstalled and the same error is appearing. Thanks Mario -Original Message- From: N K [mailto:neetukais...@gmail.com] Sent: Wednesday, February 04, 2009 12:48 PM To: cf-talk Subject: Re: Help with Eclipse/CFEclipse Hi ,

RE: Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario
Hi, I installed both product according to their instruction and I still receive the error message below. I even uninstalled and reinstalled the apps and I still am presented with the same error. -Original Message- From: N K [mailto:neetukais...@gmail.com] Sent: Wednesday, February 0

Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario
Hi all, I was wondering if anyone can help with an issue I seem to be having running Eclipse/CFEclipse. I am running Eclipse 3.4.1 and CFEclipse 1.3.1.5 on Windows XP Pro. The problem that I am experiencing is that I cannot up open or show sub-folders in the file explorer view. I checked the e

CF8 Licencing/Cost Question

2009-01-30 Thread Ciliotta, Mario
Hi, I was wondering if some could tell exactly how CF8 is licensed. I have a client who wants to install CF8 enterprise on their Solaris boxes. There are 6 boxes in the cluster and each box contains two physical CPU's. I am assuming the $7500.00 price on the website is for a single cpu or is it

RE: remote proxy object security

2008-09-30 Thread Ciliotta, Mario
-Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 1:28 PM To: cf-talk Subject: Re: remote proxy object security Richard, We recently implemented a few webservices for our parent company. When doing these I took a multi-tier approach

Excel Dump and Oracle NCLOB

2008-04-17 Thread Ciliotta, Mario
I'm using to dump data from Oracle to Excel, but double byte character turn to garbage. Is there a way around this? Thanks Mario == Please access the attached hyperlink for an important electronic communications discl

Barcode Question

2008-01-16 Thread Ciliotta, Mario
Hi, I was wondering if anyone could assist me with an issue. I am currently using the custom tag barcode39.cfm to produce 3 of 9 barcodes from a CF page. I am have a few issues with the fact that the tag and/or the 3 of 9 barcode specification does not support certain characters like the " , "

AJAX based mutiple file upload

2007-12-14 Thread Ciliotta, Mario
Hi, I was wondering if anyone has a demo of a Ajax based multiple file upload that works with ColdFusion. I have found a few examples on the web but most of them seem to be Perl based. Thanks Mario == Please access th

CFQUERYPARAM in JSP Page

2007-10-02 Thread Ciliotta, Mario
Hi all, I have a JSP application that I need to maintain and I was wondering if there is a equivalent to CFQUERYPARAM in JAVA/JSP. My JSP skills are not the great so any help would be appreciated. Thanks Mario == Pl

CF8 Pricing

2007-09-19 Thread Ciliotta, Mario
Hi, Can anyone on the list tell exactly what the purchase price of CF8 would be for 8 CPU's. I am trying to find the information on Adobe's site but I cannot. Thanks Mario == Please access the attached hyperlink for a

RE: Help with Ajax Grid.

2007-05-02 Thread Ciliotta, Mario
Sorry I forgot to mention that this one needs to run on my servers running BlueDragon and not CF. -Original Message- From: Ciliotta, Mario Sent: Wednesday, May 02, 2007 10:48 AM To: 'cf-talk@houseoffusion.com' Subject: Help with Ajax Grid. Hi all, I was wondering if anyo

Help with Ajax Grid.

2007-05-02 Thread Ciliotta, Mario
Hi all, I was wondering if anyone has any recommendations for a very simple to implement Ajax style grid. I have been assigned a project here and of course it needs to be done by Monday morning. I am trying to find a grid that will allow me to having a paging option and the ability to add/u

RE: Reading from an Excel file through ColdFusion.

2007-01-30 Thread Ciliotta, Mario
Ben, This is a very impressive piece of coding. Do you know if this will work under BlueDragon 6.2. Thanks Mario -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 9:07 AM To: CF-Talk Subject: RE: Reading from an Excel file through ColdFusion

RE: Looking for Ray Camden's Application.cfc breezo

2007-01-11 Thread Ciliotta, Mario
Ray, What option with application.cfc are available to users of CFMX 6.1? Thanks Mario -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 10:26 PM To: CF-Talk Subject: Re: Looking for Ray Camden's Application.cfc breezo I have to admit

RE: Best practices - error handling

2007-01-04 Thread Ciliotta, Mario
I would also be interested in that information. Mike is anything posted on the House of Fusion? Mario -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 10:43 AM To: CF-Talk Subject: Re: Best practices - error handling I'd be interested in th

RE: UPS API

2006-12-26 Thread Ciliotta, Mario
We are using the WorldShip program here and I have implemented a simple CF application that sort of interfaces with it. Here is a brief overview of what I do: 1) Basically staff in our building fill out my (our) online Courier request form - generic no mention of shipper. 2) All data relating

RE: UPS API

2006-12-26 Thread Ciliotta, Mario
Will, Basically we finally finished getting the required information (accounts, access and passwords) from UPS just last week. Basically what I am doing for my firm is I have an internally developed form for all shipping request. The plan is that the end-users will complete the form and we wi

UPS API

2006-12-22 Thread Ciliotta, Mario
Hi all, I was wondering if someone would be willing to share with me the code or an example of a call to UPS and successful generation of the label. I have been able to call the UPS API and transmit my xml request but I cannot seem to be able to generate the gif image of the shipping label. I

RE: CFC's

2006-12-12 Thread Ciliotta, Mario
== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ===

For Michael: Duplicate CFTalk Emails

2006-12-11 Thread Ciliotta, Mario
Hi Michael, I have been receiving duplicate email messages and it seems the reason is because I am subscribed twice, once under my old email address of [EMAIL PROTECTED] and the other under [EMAIL PROTECTED] I have tried to unsubscribe the old email address of csfb.com but I cannot. If possi

Internationalization Question

2006-06-12 Thread Ciliotta, Mario
Hi, How is everyone handling internationalization in your CFM applications. I have an application that the users what to be able to be displayed in English, French, Italian, German and Japanese. They want the HTML text of the page displayed in the user native language and the also want to b

Spell Checking a Textarea

2006-02-14 Thread Ciliotta, Mario
Hi, Does anyone know or have an example of how to call Microsoft Word's Spell Checker thru VBScript. My users would like a me to add a textbox on a page with the spellcheck button that opens up Words Spell Checker. I have seen this done on ASPX pages but not on a CFM page. I know that there

RE: Any Interest in a Completely Free CFML Calendar?

2005-10-17 Thread Ciliotta, Mario
I would be very interested in completely free CFML calendar. -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 5:29 PM To: CF-Talk Subject: Any Interest in a Completely Free CFML Calendar? For some time now, Vivio Technologies has been deba

CFFTP thru Corporate Firewall

2005-10-11 Thread Ciliotta, Mario
Hi, I was wondering in anyone has had any experience using CFFTP thru a corporate firewall to FTP a file to outside server? I am trying to FTP a file from my internal CF server to a 3rd party vendors server. I need to go thru our proxy server in order to gain access to the outside world. I c

CF and NCLOBS in Oracle

2005-08-25 Thread Ciliotta, Mario
Hi, I was wondering in anyone might be able to assist me. I have any application where I need to accept double byte character in a textfield (Japanese character). I have my Oracle 9i database setup to accept double byte character and I have test fields of clob, nclob and nvarchar. I am able

Application/Project Management tracking app

2005-08-03 Thread Ciliotta, Mario
I am sure this has been asked before but does anyone on this list know of a good application inventory or tracking system. I am looking for something that I can keep track of the basic information about the applications we develop and the 3 third party ones that we support. Also if it had a mo

Help with determining page count in a document

2005-07-26 Thread Ciliotta, Mario
Hi, Does anyone know of a way that I can get the page count of an uploaded document. I need to have my users upload either a Word, PPT or Excel document and I need to compute the number pages. I remembered that there used to be a site call CFCOMET but the site seems to be gone. Mario ==

CFMAILPARAM and OUTLOOK

2005-07-21 Thread Ciliotta, Mario
Hi, I was wondering if anyone has any experience using CFMAILPARAM and OUTLOOK. I am trying to write code so that I can get a read receipt when my users open the email. This is being done internally and we use outlook. Here is the code that I have so far, everything works except the receipt

RE: Delivery barcode

2005-07-14 Thread Ciliotta, Mario
I have also been looking for a custom tag to produce that style barcode but I have not been able to find one. Mario -Original Message- From: Rajani Chandra [mailto:[EMAIL PROTECTED] Sent: Thursday, July 14, 2005 12:20 PM To: CF-Talk Subject: Re: Delivery barcode Thanks Bryan, can you e

CFMX interacting with JSP/JAVA examples

2005-06-06 Thread Ciliotta, Mario
Hi, I was wondering if anyone might have an samples or any links to sites that show CFMX interacting with Java or JSP pages. I am new Java and I am just looking for some examples to look at and learn from. Thanks Mario

RE: CF Tag for Next and Previous searching (like Google)

2005-05-23 Thread Ciliotta, Mario
Allan, would it be possible if I could also get a copy of it. Thanks Mario -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 9:05 AM To: CF-Talk Subject: RE: CF Tag for Next and Previous searching (like Google) Good morning. Could I get a copy o

JSP equivalent of

2005-05-04 Thread Ciliotta, Mario
HI, Does anyone on this know of the JSP equivalent of . I have to convert a CF page to JSP and I am stuck on this tag. Thanks Mario == This message is for the sole use of the intended recipient. If you received this m

Convert to PDF using CFMX or Java

2005-04-27 Thread Ciliotta, Mario
Hi, Does anyone know if it is possible to convert a word doc or a ppt to a PDF on the fly. I need to create an application where the end-users upload either a word or ppt and the system needs to convert it to a PDF. I know how to create PDF on the fly using iText but I have no idea how to con

OT: .NET mailing list like HOF

2005-03-24 Thread Ciliotta, Mario
Hi, I know it is off topic for CF but I have to do an app in .Net and I was wondering if there is a .Net mailing list like HOF. I am having a really hard time connecting to Oracle with Oracle ODP and not the Microsoft Oracle ODP. My DBA only wants us to use the Oracle product since he states t

OT: Date Conversion in SQL.

2005-03-03 Thread Ciliotta, Mario
Hi, I was wondering if anyone can help me out. I am trying to write a query that will format a date to the following format: March 03, 2005 I know I can use CF's dateformat function but I would prefer to have the query do this. I know how to do in in Oracle but I cannot get it to work in SQL

OT: Laptop for development purposes

2005-02-15 Thread Ciliotta, Mario
Sorry for the OT post but I was wondering if anyone can give me some information on laptops. I am looking to purchase a laptop for myself to do some development/learning and also to use when I return back to school this spring. I am kind of confused as to what the difference is between a Pentium

RE: CFMX 7 feature breakdown

2005-02-07 Thread Ciliotta, Mario
Hi, Can anyone explain to me the process for installing and setting CFMX 7.0 on a multi-machined Weblogic cluster. My Web Services group has a new set of rules as to what can be installed on their machines and what cannot. They are hoping that CFMX 7.0 applications running under J2EE are just a

RE: : How would I re-write this SQL query???

2005-01-26 Thread Ciliotta, Mario
Che, SUM is an aggregate function and cannot appear in a WHERE without a HAVING or SUBSELECT or subquery. If all you want to do is check for each row instead of the either table just do this: SELECT * FROM ORDERS WHERE (SubTotal + Shipping) = #FORM.TotalCharge# I tried it in SQL2000 and Oracle

Question about logging errors and messages

2005-01-26 Thread Ciliotta, Mario
Hi, I am wondering if anyone can give me some advice on what is the best route to take. I am trying to design an method that would allow all messages that are created by CF (errors and so on) to captured and saved in a database for future use and debugging purposes. The reason I am trying to do

RE: Query"Where in List" with UUID Problem

2005-01-24 Thread Ciliotta, Mario
I think you need this: SELECT * FROM atty WHERE atty_id IN (#pa_list#) -Original Message- From: Cynthia Reece [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 5:24 PM To: CF-Talk Subject: RE: Query"Where in List" with UUID Problem Try your query like this: SELECT * FROM a

CF interaction with Java/JSP

2005-01-21 Thread Ciliotta, Mario
Hi, Does anyone know of any site or any tutorials that I can show me how to use CF and Java together. Just looking for an example ot two to get my head around so I can what can be done. I am thinking of uses a few JSP tags that someone else has developed and I would like to call them and use the

RE: Oracle help please

2005-01-20 Thread Ciliotta, Mario
Frank, What is the exact SQL that you are now trying to run? Mario -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 4:42 PM To: CF-Talk Subject: Re: Oracle help please Frank Mamone wrote: > > With everyone's help I finally did get t

Question about Flash and CF

2005-01-20 Thread Ciliotta, Mario
Hi, I need to add a function to an application that I already have created in CF that will allow someone (a receptionist) to take a photo using a camera attached to their workstation and then print out a badge for visitors to our building with their photo. My question is can CF and Flash do this.

News about Macrmedia and it stock...

2005-01-19 Thread Ciliotta, Mario
Here is an article I received this afternoon: TECH BIZ from CNN/Money and Business 2.0 Wednesday, January 19, 2005 *** Be the first to know when there is breaking financial news! Sign up now to receive your BREAKING NEWS e-mail alerts. http:

GetPageContext vs

2005-01-14 Thread Ciliotta, Mario
Hi can anyone tell me the value of using getpagecontext vs . I have a few sites that make big use of CFINCLUDE to include HTML and I was wondering if the getpagecontext is a better choice. Also do you need to put CFOUTPUT around it or just use it in cfscript Here is my example below. Thanks Mar

getPageContext

2005-01-11 Thread Ciliotta, Mario
Hi, Does getPageContext exist in CFMX 6.0? We have not upgrade top MX6.1 yet and I am not sure when we will. Mario ~| Protect your mail server with built in anti-virus protection. It's not only good for you, it's good for ev

JSP Question (Does query caching existing)

2005-01-03 Thread Ciliotta, Mario
Hi, Sorry for asking a JSP question here but I have not been able to find a mailing as good as CFTALK for Java/JSP issues. I am in the process of converting a CF application over to JSP running under WebLogic as practice to see how long it takes to do the same coding vs. using CFMX. In my CF ap

RE: Question for Java people on this list: Converting a CF app to JS P

2004-12-29 Thread Ciliotta, Mario
It seems to be kind of poor not to be able to use switch on a string. If I use the dept number say (0305) instead of the name would this work or would Java freak on the 0 (zero). Our database treats these fields as varchar since the zero in front has meaning to the accounting people. Mario

RE: Question for Java people on this list: Converting a CF app to JS P

2004-12-29 Thread Ciliotta, Mario
s list: Converting a CF app to JS P Show the JSP example also. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 9:55 AM To: CF-Talk Su

Question for Java people on this list: Converting a CF app to JS P

2004-12-29 Thread Ciliotta, Mario
Hi, I was wondering if someone on this might have experience using the SWITCH statement in JSP. I am in the process of converting a CF app to JSP (Do not ask why -- company standards for the future) and in the CF page I make use of the and I looked into JSP/Java and there is also a switch statem

CFMAIL ISSUE

2004-11-15 Thread Ciliotta, Mario
HI, I was wondering if anyone has had any issues with email address that has an apostrophe in it: robert.o'[EMAIL PROTECTED] When I try to send an email out using this address - CF spits out an error message stating that the "TO" is invalid. I am using CFMX 6.0 - yes still trying to get my p

RE: Xamlon info

2004-11-11 Thread Ciliotta, Mario
I was unable to attend the meeting but I would be interested in seeing if Michael will posting the presentations on House of Fusion. Also I have been reading up on XAML on DevX and it does sound interesting. Here is the link: http://www.devx.com/dotnet/Article/22341 -Original Message- Fr

RE: Returning Random Records

2004-10-26 Thread Ciliotta, Mario
You can try this udf: http://www.cflib.org/udf.cfm?id=524 Mario -Original Message- From: Claremont, Timothy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 3:47 PM To: CF-Talk Subject: Returning Random Records I have a request to return a set number of random records that mee

JSSTRINGFORMAT

2004-10-20 Thread Ciliotta, Mario
Hi, Can anyone tell when JSStringFormat was introduced into CF. Was only from version 6 and up. Thanks Mario ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseo

FLiP Methodology.....

2004-10-13 Thread Ciliotta, Mario
HI, Does anyone on this list use the FLiP Methodology. I was wondering exactly what this is and what the benefits are of using it. Thanks Mario [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

SQL Help: nvarchar vs varchar

2004-10-12 Thread Ciliotta, Mario
Hi, I am trying to upsize an Access 97 database to SQL Server 7.0 and in the access database I have a few text fields with a size of 255.  When I convert it to SQL Server, the text fields become nvarchar with a size of 255.  Is there any difference in using nvarchar or varchar?  I just started t

RE: How to suppress the Header and Footer info when printing fr o m a browser

2004-10-11 Thread Ciliotta, Mario
John, Where did you find the stuff on Microsofts site?  I cannot find anything under the search, I guess I am using the wrong terms or something. Mario -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 8:56 AM To: CF-Talk Subject: RE: How

RE: How to suppress the Header and Footer info when printing from a browser

2004-10-11 Thread Ciliotta, Mario
Got not choice in the matter here.  This is the corporate email system that we use and basically as long as it works internally for our employees that's all that matters as far as the tech guys are concerned. BTW:  We are running Outlook 2000 SP1. Mario -Original Message- From: Jochem

RE: How to suppress the Header and Footer info when printing fr o m a browser

2004-10-08 Thread Ciliotta, Mario
rtain way is more trouble than it's worth. > > John > > -----Original Message- > From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] > Sent: Friday, October 08, 2004 4:30 PM > To: CF-Talk > Subject: SOT: How to suppress the Header and Footer info when printing > f

SOT: How to suppress the Header and Footer info when printing fr om a browser

2004-10-08 Thread Ciliotta, Mario
Hi, I was wondering if anyone knows how to suppress the header and footer information that is printed out when you try to print a page from the browser. I would like to shut off the page title and the 1 of 3 on the header and also the URL on the footer. Can this be done with a stylesheet?

BARCODES in CF

2004-10-05 Thread Ciliotta, Mario
Hi, Does anyone know of any good barcode generators that work with CFMX.  I am looking for something either in CF or JAVA.  If it is open source that would be great but if it is a commercial app that is fine too. I basically need to print barcodes on a label - I am not sure what style of barc

Strange request that English language only be entered in a textar ea.

2004-09-29 Thread Ciliotta, Mario
Hi, Has anyone ever had to do this before.  I have CFMX page that contains a series of drop down and one large textbox that my users can enter a description of what is contained in their request.  The problem that I ma having is that the form is used worldwide in my company and some users will e

RE: OT: type ahead select lists

2004-09-28 Thread Ciliotta, Mario
George, Is this what your are looking for: http://webfx.eae.net/dhtml/combobox/combobox.htm I tried the other example below, but it did not type ahead. Mario -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 1:03 PM To: CF-Talk Subjec

Query by example application or code

2004-09-23 Thread Ciliotta, Mario
Hi, I was wondering in anyone knows of any code out there might show how to do a query by example. My end-users want to displayed a list of availible column names and pick and choose what they want to see and then pick and choose to create their where clause and also the order by clause. I rememb

RE: Question about CFHTTP running on CF4.5

2004-09-23 Thread Ciliotta, Mario
Doug, That was the exact problem, Thanks Mario -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 11:26 AM To: CF-Talk Subject: RE: Question about CFHTTP running on CF4.5 > My problem is that my one server is running 4.5.1 and the > othe

Question about CFHTTP running on CF4.5

2004-09-23 Thread Ciliotta, Mario
Hi, First let me say I know that it is an old very version of CF but thats what I have to use on these servers as they have not been upgraded yet. My problem is that my one server is running 4.5.1 and the other is running 4.5 and I trying to do a CFHTTP call to an internal server to get a lis

QueryString

2004-09-22 Thread Ciliotta, Mario
Hi, Is there anyway to get the text of the query that is being executed.  I have a page that the query is being pieced together thru the use of dropdowns and so on and the problem that I am having is that certain query will return a large amount of records (@50,000) and I want to capture every q

RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-16 Thread Ciliotta, Mario
especially for those Drumbeat users moving over to UltraDev. I got bored of answering the question "how do I make such-and-such a submit button" so I got busy with a behavior. -- Original Message ------ From: "Ciliotta, Mario" <[EMAIL

RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Dave, It is sort of what I am trying to do but I need to change the color of the button to match the rest of the buttons on the site.  The users want the buttons to be a form of blue and when you the file upload dialogue the problem is that you get a gray browse button by default. Mario -

RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Asim, I tried the code and I get a cf error - unable to open file - java i/o error. I changed your code to display the browse button and file dialogue box along with your css-styled button and if I use the form by clicking your button, the file dialogue box will appear, I pick the file I want

RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Asim, How do you actually do that?  I have tried it before and it did not work.  The code was unable to actually do the upload. I am assuming that you need to write a _javascript_ routine to do that? Is it possible to post an example? Thanks Mario -Original Message- From: Asim M

SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Hi, I am in the process of creating  a page for my endusers to upload files and the first thing that they complained about is that the button is not the same style as the rest of the buttons in the applications.  All of the buttons are usually a form of blue (We use IE6.0 only - internal), but t

Question about processing a CSV file.

2004-09-13 Thread Ciliotta, Mario
Hi, I was wondering if anyone could help me out as I am stuck on this part.  I have a csv file that I would like to read and then issue an update query based on the contents. Basically I would like to read the file and then loop over the file and issue and update query for each line (maybe I

RE: (I guess) Local App

2004-09-08 Thread Ciliotta, Mario
Is this on a Pocket PC? We use Flash and Flash Remoting on a PPC and then when we sync the PPC up the following day, the data is loaded into our Oracle database thru a CF page. The PPC while in use collecting data is not connected to our intranet and is only connected while sync-ing up. Mario

Question about Spam on CFJOBS

2004-09-08 Thread Ciliotta, Mario
I posted a listing on CFJOBS (repost) and I have been receiving this response back.  Does anyone know what the problem is or who is using this service.  My post does appear but I was wondering why it is being flagged as spam from someone. Thanks -Original Message- From: NAIS Anti-Spam Ad

RE: CFMAIL not getting to some people.

2004-09-07 Thread Ciliotta, Mario
Bruce, Are you able to check the mailsent logs and the unbelievable folder to see what actually went out. Mario -Original Message- From: Bruce H. Beinert [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 5:17 PM To: CF-Talk Subject: CFMAIL not getting to some people. Hi All

Document Management System

2004-08-27 Thread Ciliotta, Mario
Hi, I was wondering if anyone knows of a good document management system, hopefully written in CF.  I am looking for something where my users can upload files and then the files and/or files can have permissions set on them so that only certain people can view the files.  It will be mainly for s

CFFILE Question????

2004-08-26 Thread Ciliotta, Mario
Hi, Is there anyway to create a file and automatically have the file download to a floppy in the A: drive.   Basically I am running a CFQUERY, create the required '|' delimited fields thru Oracle and I want to some how loop of the output, create a file but save it directly to the A: drive.  I

OT:Java Based Charts and Graph

2004-08-25 Thread Ciliotta, Mario
Hi, I was wondering if anyone could me out.  I am looking for a Java based charting package that will allow me to create drill down charts - basically the same that are produced by CFCHART.  I am writing the application in JSP. It will be running on the same server as CF application server but t

RE: SOT: Help with textarea

2004-08-10 Thread Ciliotta, Mario
Thanks, exactly what I needed.  I really have to learn to master CSS. Mario -Original Message- From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 4:23 PM To: CF-Talk Subject: Re: SOT: Help with textarea > Hi all. > Is there a way to dynamically resize a te

SOT: Help with textarea

2004-08-10 Thread Ciliotta, Mario
Hi all. Is there a way to dynamically resize a textarea element (ie. add rows as the number of lines in the textarea increases)? My users only want one line in the form but as people type they what the textarea to expand automatically. I can do it to a text field but not the textarea. Thank

RE: Removing Curly Quotes, N-Dash, etc

2004-08-03 Thread Ciliotta, Mario
David, You can try this site: http://www.cflib.org/ as they have some UDF's that I believe will do what you are looking for. Mario -Original Message- From: David Hannum [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 2:06 PM To: CF-Talk Subject: Removing Curly Quotes,

CFQUERYPARAM

2004-07-27 Thread Ciliotta, Mario
Hi, I have a query that I am doing and I want to add the CFQUERYPARAM tag to it. What is the value for the tag for a comma delimited list of values.   Here is the Query: Select Package_ID, Package_Cost,Package_Date >From tbl_packages Where Package_id in (123456789, 1234567800, 123576576,

RE: Does anyone have a function that can compare time sort of lik e da tecompare

2004-07-22 Thread Ciliotta, Mario
tecompare A concrete example: "2:00 PM") is -1> #theTime# is btn 12:00PM and 2:00PM On Thu, 22 Jul 2004 19:26:34 +0100, Ciliotta, Mario <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if anyone has a function or UDF that I can use to compare > time. > &

Does anyone have a function that can compare time sort of like da tecompare

2004-07-22 Thread Ciliotta, Mario
Hi, I was wondering if anyone has a function or UDF that I can use to compare time. What I need to do is: a user entering a time say 1:30PM,  I need to check that 1:30PM falls between 12:01PM and 2:00 PM.   I tried to search on CFLIB but everything is date oriented. Thanks Mario [To

RE: WOT but important[ENCRYPTED]

2004-07-16 Thread Ciliotta, Mario
Is anyone getting dupicate posting??? -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 1:50 PM To: CF-Talk Subject: Re: WOT but important[ENCRYPTED] Then isn't it time for a Baghdad Cold Fusion Users Group? You are slow off the ball. Good

RE: I have a new email address!

2004-07-12 Thread Ciliotta, Mario
Please block my IP so that I do not have to read this very business like email anymore. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 10:00 AM To: CF-Talk Subject: I have a new email address! Hey, You know who this is, ha ha if you emailed

RE: Help

2004-07-12 Thread Ciliotta, Mario
What has he done.  Some more information or a website would be nice. -Mario -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:07 AM To: CF-Talk Subject: Re: Help Monique, Has he ported the rptServer.asp code to CF?  If so, I'd definitely be i

WOT: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Ciliotta, Mario
HI, I know this is way off the CF topic, but does anyone know where I can find some very small icons (19X19) to replace the icons used in a tree menu.  I would like to replace the folders and the document icon with icons that are computer related.  Basically I am going to use the tree menu to sh

Project Management System in CF

2004-07-07 Thread Ciliotta, Mario
Hi, Does anyone know of good project management system written in CF or maybe JSP. I could write my own but I just do not have the time as usually. Thanks Mario [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Help with CFTree or a replacement for it.

2004-06-30 Thread Ciliotta, Mario
Hi, I am trying to use CFTREE on MX(6.0), sorry but have not upgraded to 6.1 yet and all I get is "Loading Applet".  I will post the error message below from the Java Console.  Does anyone know of a good replacement for CFTREE - I prefer one that can be easily driven from a query and it would be

RE: Online Quote Generation for CRM app written in ColdFusion

2004-06-18 Thread Ciliotta, Mario
If you are running MX you could use the iText java classes to generate PDF's. Also there is something call HTMLto PDF on the Macromedia exchange that I believe uses HTMLDOC to convert the HTML that is on the screen to PDF. Mario -Original Message- From: Dustin Snell [Unisyn Software, LLC

CF and Eclipse

2004-06-18 Thread Ciliotta, Mario
Sorry for asking a question that I am sure has already been asked but I cannot seem to be able to get to the House of Fusion to look it up. I am interested in using Eclipse to do some of my CF development in and I would like to know what I need to do to get it to work. Do I just download ecli

OT: Freezing a tables rows and columns in Javascript

2004-06-09 Thread Ciliotta, Mario
Hi, I was wondering if anyone knows of another example that I can look at that will allow me to freeze rows and columns in a table either thru _javascript_ or DHTML.  It is kinda  like a grid - I have never had any luck with CFGRID so that is why I am looking.  I am using CFMX and the browser wi

RE: SOT - Last nights NYCFUG meeting.

2004-05-20 Thread Ciliotta, Mario
Not to put a damper on anything in the new version of CF, but Blue Dragon does offer very good code protection.  It seems as though the CFML templates can be precompiled and encrypted. The templates are no longer human readable.  There is no way to return the COML. templates to there original CO

SOT - Last nights NYCFUG meeting.

2004-05-20 Thread Ciliotta, Mario
Hi, Can anyone provide a rehash of last nights meeting?  I got stuck at work and I would love to know what was talked about, of course if this is allowed and not against any non-discloser agreement. Thanks Mario [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Email Problem

2004-05-07 Thread Ciliotta, Mario
It tried to change the X-Mailer ID but if I look at the headers I see this: X-Mailer: ColdFusion MX Application Server X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 I was able to change it but it still sets the Xmailer as CFMX applicatio

RE: Email Problem

2004-05-07 Thread Ciliotta, Mario
ther unique features) John Burns -Original Message----- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 4:19 PM To: CF-Talk Subject: RE: Email Problem How do you trick it to think Outlook was the sender??? Mario -Original Message- From: Burns, John D [mai

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
.  That would fix that.  That's why I suggested to try to set all of the mail params that you see in a normal outlook message that works properly. John -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:56 PM To: CF-Talk Subject: RE:

  1   2   3   >