CFImage and WriteToBrowser

2008-06-13 Thread CFDEV
I am using CFIMAGE to read CLOB data from an oracle database and then write it to the browser for the end user to view. My thought was that the writetobrowser attribute will be creating an instance in memory therefore the file is not written to the file server. is this true? If so, after the

Re: Delete prior to an insert as a safeguard

2008-05-30 Thread CFDEV
since an update is not allowed, yes, then for interity, I would do the DEL then INSERT On Fri, May 30, 2008 at 12:50 PM, Cameron Johnson [EMAIL PROTECTED] wrote: Hello. I'm looking for some best practice advice with this one. In our membership database, we have a table where we assign

CF8 / CFXML

2008-05-13 Thread CFDEV
Does anyone have an example on creating an xml file based on data being pulled from a query? I have found a few examples (google) but not quite there yet. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Cfdirectory alternative

2006-02-01 Thread CFDEV
If the cfdirectory tag is not allowed on our host, is there an alternative like a CFC? Thanks Pat ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230930 Archives:

CF server version

2005-11-28 Thread CFDEV
What's the code to know the cf version on the server already? thanks Pat ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49

NHL stats web services

2005-10-05 Thread CFDEV
Any of you doing hockey pool? I'm looking for a web services or something like that to update statistics daily. Thanks Pat ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
Hi, I have to modify an old site of a client which is under CF 4 and DBase IV (ouch!!!) and when i try to insert data in a table i get this message : [INTERSOLV][ODBC dBase driver]Cannot modify a table which has been opened read only. Anyone knows a solution? Thanks Pat

RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
get the error if you try and add data outside of CF? -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 3:58 PM To: CF-Talk Subject: DBASE coldfusion 4 problem Hi, I have to modify an old site of a client which is under CF 4 and DBase IV (ouch

RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
coldfusion 4 problem Download this and see if you can gain some more insight into the database: http://www.dbfmanager.com/download/ -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 4:18 PM To: CF-Talk Subject: RE: DBASE coldfusion 4 problem

RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
-Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 5:14 PM To: CF-Talk Subject: RE: DBASE coldfusion 4 problem Well this program works just fine.. I still get the error as read only.. Maybe something on the server? I asked the sysadmin but no answer yet

RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
: CFDEV [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 5:14 PM To: CF-Talk Subject: RE: DBASE coldfusion 4 problem Well this program works just fine.. I still get the error as read only.. Maybe something on the server? I asked the sysadmin but no answer yet. Thanks Patrick

RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
4 problem But does the user ID the ColdFusion service runs under have permission. It should, but worth checking. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 5:44 PM To: CF-Talk Subject: RE: DBASE coldfusion 4 problem By ftp, I can write

RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
problem But does the user ID the ColdFusion service runs under have permission. It should, but worth checking. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 5:44 PM To: CF-Talk Subject: RE: DBASE coldfusion 4 problem By ftp, I can write

Last dbase 4 question

2005-08-13 Thread CFDEV
Since some of you seems to have work with dbase before.. when i use the delete query my record seems to be deleted but when i download the dbf file and open it, i still see my records? how do we completly delete them? I remember something about this in flat file database like foxpro and dbase..

RE: Last dbase 4 question

2005-08-13 Thread CFDEV
a cleanup (purge/compact). Then it finally comes out of the database. Constanty Connie DeCinko III Web Architect, Webmaster, Web Developer Lone Jet Enterprises Glendale, Arizona www.LoneJet.com -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 6:13

Calendar

2005-06-06 Thread CFDEV
Hi all, I'm sure it's been asked already but I'm looking for a calendar of events... with an admin panel and pop up (or div over) for events that have a long description... I would also like recurrence and multi-language but it's not priority. Any ideas? Thanks Patrick

FW: calendar

2005-06-06 Thread CFDEV
A nyone has a copye of thie calendar.. the link is dead on the site. http://www.infusiontechnology.com/web http://www.infusiontechnology.com/web Pat ~| Logware (www.logware.us): a new and convenient web-based time

DBase and coldfusion

2005-06-01 Thread CFDEV
Hi all, I have a client with an old dbase application and I want to read some information from that database to put in a new application online (mysql and coldfusion). His secretary is already inputing information on her dbase software and sends only the update information in a .DBF file to

RE: DBase and coldfusion

2005-06-01 Thread CFDEV
It's hosted on a linux box, I don't believe you can create a dbase datasource...? Pat -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: June 1, 2005 12:23 To: CF-Talk Subject: Re: DBase and coldfusion Does anyone knows a way to do this? Just create an ODBC

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

2005-05-23 Thread CFDEV
I'd like it as well. Patrick -Original Message- From: Allan Cliff [mailto:[EMAIL PROTECTED] Sent: May 23, 2005 06:38 To: CF-Talk Subject: RE: CF Tag for Next and Previous searching (like Google) It's called cf_break_recordset Copy on its way off list Allan -Original

RE: DB Design, Engineering Re-Engineering Software

2005-05-20 Thread CFDEV
I use dbdesigner by fabforce Fabforce.net Open source project ;) Pat -Original Message- From: Dave Merrill [mailto:[EMAIL PROTECTED] Sent: May 20, 2005 16:40 To: CF-Talk Subject: RE: DB Design, Engineering Re-Engineering Software Haven't gotten around to actually trying it, but

RE: DB Design, Engineering Re-Engineering Software

2005-05-20 Thread CFDEV
, Engineering Re-Engineering Software Looks like it only works with MySQL and I use MS SQL. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 4:31 PM To: CF-Talk Subject: RE: DB Design, Engineering Re-Engineering Software I use dbdesigner by fabforce

French CF documentation

2005-05-13 Thread CFDEV
Hi all, Some months ago, someone on this list was looking for french CF ressources.. I was woundering if he found some because we have som issue with CF and verity on the french side of our site and would like to read some docs on it.. english docs is quite ok for what we need but we are looking

cf5 question

2005-05-08 Thread CFDEV
Hi, I have a blank, it's been too long since I worked with CF5. I'm trying to do something that works fine on cf mx but not on cf 5 #evaluate(application. client.version .s scenario)# How should I do it in cf5? Thanks Patrick

RE: cf5 question NEVERMIND

2005-05-08 Thread CFDEV
Oops.. Sorry..it works fine on CF5, the error was just beside ... Pat -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: May 8, 2005 17:12 To: CF-Talk Subject: cf5 question Hi, I have a blank, it's been too long since I worked with CF5. I'm trying to do something

RE: Need cfcomet article

2005-05-06 Thread CFDEV
Maybe it's there : http://cfregex.com/cfcomet/ Pat -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: May 6, 2005 09:17 To: CF-Talk Subject: Re: Need cfcomet article I tried wayback machine but it did not archive the article I needed...infact it seems it doesn;t

Word com object question

2005-04-26 Thread CFDEV
Hi, I looked at http://cfregex.com/cfcomet/word/ to try to read form fields from a word file. The code example is great but on my CF MX 6.1 server i get an error when I create the object. Do I need to download and installed the COM object or is it integrated in CF MX (standard version)? Here's

RE: Word com object question

2005-04-26 Thread CFDEV
in on the server and responds to the window. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning .-Original Message- .From: CFDEV [mailto:[EMAIL PROTECTED] .Sent: Tuesday, April 26, 2005 10

CFIMAP attachment?

2005-04-21 Thread CFDEV
In BlueDragon what is the URI in the attachmentsURI attribute of the CFIMAP tag? I can't seem to have it work. Thanks Patrick ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

take duplicate out of a list

2005-04-19 Thread CFDEV
Hi, is there an easy way to take duplicate out of a list or do I have to loop trough the list and create a new list with all elements and check if they are already in the new list before inserting them? Thanks Pat ~| Find

RE: take duplicate out of a list

2005-04-19 Thread CFDEV
Thanks -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: April 19, 2005 19:30 To: CF-Talk Subject: Re: take duplicate out of a list You got it. Though there's a UDF on cflib.org that'll do it, and is already written. cheers, barneyb On 4/19/05, CFDEV [EMAIL

RE: Building Applications for multiple DB's

2005-04-11 Thread CFDEV
Well we did something like this and all queries are in Components so the db variable config tells which component object to invoke. But as Steve mentionned, all components of queries need to be adapted to the DB. Pat -Original Message- From: Steve Brownlee [mailto:[EMAIL PROTECTED]

RE: low-end web hosting?

2005-04-08 Thread CFDEV
I used wwwefree2net.com for smaller packages with CF MX Pat -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: April 8, 2005 13:19 To: CF-Talk Subject: Re: low-end web hosting? Take a look at www.webcac.com. We just set up one site there using BlueDragon, though

RE: Running exe file from browser

2005-04-05 Thread CFDEV
Here we had that kind of problem but we finally settled for a file//N:\appz.exe to start the application and we add a little prompt box click on open to start the application, once they click OK of the alert box, then click open, it stats the appz. We never heard of it and everybody is using the

RE: Generating BarCodes in CF

2005-04-04 Thread CFDEV
http://www.fusionzone.com/ http://www.infosoftglobal.com/PoS4TallyPro/index1.html -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: April 4, 2005 18:48 To: CF-Talk Subject: Generating BarCodes in CF I was wondering if anyone knows of any CF apps, or used CF to connect

RE: FT: Web Project Manager (Atlanta, GA)

2005-04-03 Thread CFDEV
The answer for PMP is Project Management Professionnal and it's by PMI project management institute.. There's a chapter in montreal http://www.pmimontreal.org/pmi/site/index.jsp I haven't look for the corporate website. Patrick -Original Message- From: Adam Haskell [mailto:[EMAIL

Access query problem in CF

2005-04-02 Thread CFDEV
Hi all, This query works great in Access but through CF and datasource, it says too few parameters, any ideas? SELECT COUNT(no_stats) AS nb_visite FROM statistique WHERE FORMAT(statistique.date_in,hh) = 11 Thanks Pat ~|

RE: Access query problem in CF

2005-04-02 Thread CFDEV
) AS nb_visite FROM statistique WHERE datepart(h,statistique.date_in) = 11 Access has a DatePart function like CF does... HTH, Howie --- On Saturday, April 02, 2005 6:04 PM, CFDEV scribed: --- Hi all, This query works great in Access but through CF and datasource, it says too few parameters, any

RE: Access query problem in CF

2005-04-02 Thread CFDEV
looked at the docs for DatePart() in Access? What does it say about the arguments required? Ade -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: 03 April 2005 03:49 To: CF-Talk Subject: RE: Access query problem in CF Thanks but it still says too few parameters :( I'm

Cfchart alternative to be compatible with CF and BD

2005-04-02 Thread CFDEV
Hi What are you using to do chart and be compatible with CF MX and BlueDragon? Thanks Pat ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

RE: HTML Tags entered into Form Fields

2005-04-01 Thread CFDEV
You don't need to use any of this really.. I insert HTML code all the time in Access database just like that.. The only trick is when you want to edit that content in the form field you will have to replace the so it won't cause errors un the form.. Just use something like this :

Evaluate and isdefined

2005-03-26 Thread CFDEV
Hi, I try to see if a variable is defined but I don't know the name of the variable.. Any help? cfset varname = form.qq #this_val# cfif isdefined(evaluate(varname)) asdasd /cfif Thanks Pat

randomize

2005-03-25 Thread CFDEV
Hi, I have a query and i want to display the results randomize at each load of the page. query : select questID from quest order by questID There is 50 questID. I'm under CF5 for this one. Thanks Pat ~| Discover

RE: randomize

2005-03-25 Thread CFDEV
arrayDeleteAt(rows, index) / #myQuery.question[row]#? /cfloop cheers, barneyb On Fri, 25 Mar 2005 12:31:51 -0500, CFDEV [EMAIL PROTECTED] wrote: Hi, I have a query and i want to display the results randomize at each load of the page. query : select questID from quest order by questID

RE: Access Password Recovery?

2005-03-21 Thread CFDEV
Hi, I used those products http://www.crackpassword.com/ to recover an outlook and a zip password and it worked without problem and very fast. Pat -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: March 21, 2005 10:27 To: CF-Talk Subject: SOT: Access Password Recovery?

RE: multi-lingual question

2005-03-21 Thread CFDEV
I do a lot of a bilingual (french and english) sites and others multi-lingual and I always used all my texts in a database and I load each text in an application struc variable strEn or strFR then each struct variable in an array of language then in the URL you have langID which you call in your

Screen resolution custom tag?

2005-03-16 Thread CFDEV
Hi all, Do you know of a way or a custom tag to read screen resolution? I know how to do it with javascript but I would need it in a coldfusion variable without reloading the page. Thanks Pat ~| Find out how CFTicket can

litlle cfeclipse question

2005-03-11 Thread CFDEV
How to have word-warp in cfeclipse? Thanks Pat ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware

RE: litlle cfeclipse question

2005-03-11 Thread CFDEV
here: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platformbug_severity=en hancement Spike CFDEV wrote: How to have word-warp in cfeclipse? Thanks Pat ~| Discover CFTicket - The leading ColdFusion Help

Synchronize 2 databases with CF

2005-03-01 Thread CFDEV
Hi, I'm looking a t a way to synchronize 2 databases with CF. The first database is the staging server and with CF code , i'd like to update the live server, any ideas? Thanks Pat ~| Find out how CFTicket can increase your

RE: Synchronize 2 databases with CF

2005-03-01 Thread CFDEV
is not the tool to use for this. Go download a decent tool for this...try ApexSQL Studio or Red-Gate Bundle. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 16:53 To: CF-Talk Subject: Synchronize 2 databases with CF Hi, I'm looking a t a way to synchronize 2

MSSQL TEXT datatype problem with CF

2005-02-28 Thread CFDEV
Hi all, I have a field in a MS SQL 2000 database which is Text 16 and have 357000 caracters. When I select it through CF, it returns only 64000 caracters.. is there a solution? all queries with return under 64 000 are displaying ok and all over it are displaying truncated at 64000. I'm running

Trying to optimize some code

2005-02-24 Thread CFDEV
Hi all, I have an include for a dynamic side menu and there is a lot of data in the menus. There is 3 level of menus and hte guy who programmed it made loops inside of loops with different queries. I'm looking for a way to optimize this since it's taking 1000 ms to load. I looked at the cache

RE: Trying to optimize some code

2005-02-24 Thread CFDEV
Well the color is to highlight the menu for which page we are in at the moment and this is determined by a url variable... Pat -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: February 24, 2005 13:07 To: CF-Talk Subject: Re: Trying to optimize some code CFDEV

open window full screen

2005-02-22 Thread CFDEV
Hi, is there a way to specify with CF or Javascript or CSS that the new window or open link will be in Full Screen? Thanks Pat ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

RE: open window full screen

2005-02-22 Thread CFDEV
full screen There are a number of readily available JS scripts that will do this, more or less. --Ben CFDEV wrote: Hi, is there a way to specify with CF or Javascript or CSS that the new window or open link will be in Full Screen? Thanks Pat

RE: open window full screen

2005-02-22 Thread CFDEV
a lot of sense. The width/height thing is, as far as I know, the only way to deal with this. --Ben CFDEV wrote: I know I can play with screen width and height but I was looking for something more like the print() function so it woul be like maximize() or something? Pat -Original

No white space in source code?

2005-02-04 Thread CFDEV
What's the trick so there is no blank space where the coldfusion code is when we look at the source code in the browser? Thanks Pat ~| Logware (www.logware.us): a new and convenient web-based time tracking application.

RE: javascript insert problem in BD

2005-02-01 Thread CFDEV
Thanks to all, it was a known bug that got fixed in the hot fix. Pat -Original Message- From: Keith Gaughan [mailto:[EMAIL PROTECTED] Sent: February 1, 2005 06:41 To: CF-Talk Subject: Re: javascript insert problem in BD CFDEV wrote: Hi, This works in ColdFusion but i'm not able

javascript insert problem in BD

2005-01-31 Thread CFDEV
Hi, This works in ColdFusion but i'm not able to make it work in BlueDragon. script type=text/javascript language=JavaScript1.2 src=cfoutput#path#wwwlib/fonction.js/cfoutput /script Also if I copy the content of fonction.js in the cfm file it works.. ??? Any ideas? Thanks Pat

RE: Project / Task Management

2004-12-21 Thread CFDEV
http://www.aboutmelvin.com/login_eng.htm http://www.freetaskmanager.com/index.htm -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: December 21, 2004 12:34 To: CF-Talk Subject: RE: Project / Task Management I use ProWorkFLow. Been extremely useful to the point I

OT: Firefox website compatibility issues

2004-12-05 Thread CFDEV
Hi, I have a wysiwyg editor (that I made) with div and an iframe and javascript and dhtml functions and I'm trying to make it work in FF. Here is a sample of code that do not react in FF, not even the mouseover.. div class=cbtn onClick=cmdExec('cut') onmouseover=button_over(this);

OT - SQL Lite

2004-11-26 Thread CFDEV
Hi, I saw a while ago that some of you were using a microsoft product called SQL Lite... is it exact? and where could I find it to take a look at it? Thanks Pat ~| Special thanks to the CF Community Suite Gold Sponsor -

RE: Bug fix follow-up application

2004-11-25 Thread CFDEV
, 24 Nov 2004 16:41:14 -0500, CFDEV [EMAIL PROTECTED] wrote: Does anyone knows a good open source project of following bugs for software developement? preferably an application that is written in CF. ~| Special thanks to the CF

Bug fix follow-up application

2004-11-24 Thread CFDEV
Does anyone knows a good open source project of following bugs for software developement? preferably an application that is written in CF. Thanks Pat ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

RE: category-unlimited subcategory formatted dropdowns

2004-11-17 Thread CFDEV
You could also look at this custom tag that does a great job .. http://www.niederhausen.net/piet/dev/customtags/traversetree.html Pat -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: November 17, 2004 01:17 To: CF-Talk Subject: RE: category-unlimited subcategory

File upload progress bar

2004-11-10 Thread CFDEV
Hi, I know it's been discuss before but I don't find it in the archive. I'm looking for a way (free) to have a progress bar of the file upload when using cffile... Thanks Pat ~| Special thanks to the CF Community Suite Gold

RE: formatting in textarea

2004-11-07 Thread CFDEV
When you insert the value as is in a memo field it whould retain the carriage return.. If you show the value of the memo field in a textarea you should see the carriage return.. The replace solution is to show the value as text in html not in a textarea.. But carriage return are preserve as is

RE: formatting in textarea

2004-11-06 Thread CFDEV
Just do this : cfset locCarriageReturn=chr(13) chr(10) cfoutput #replace(your_variable,locCarriageReturn,BR,ALL)# /cfoutput Pat -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: November 6, 2004 18:02 To: CF-Talk Subject: RE: formatting in textarea When you

RE: Survey Creation Application

2004-10-25 Thread CFDEV
Hi, When I was working at the university with knid of developped our own survey/questionnaire builder.. It was always a mess since they always wanted more options.. The database was a bit complex but not that hard to design.. Our main problem was security... I still have the code and plan to

RE: Cache flush

2004-10-24 Thread CFDEV
no-cache headers to prevent the page from being cached in the first place. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Sunday, 24 October 2004 12:39 To: CF-Talk Subject: RE: Cache flush The browser I guess.. Patrick

RE: Cache flush

2004-10-24 Thread CFDEV
cfheader name=expires value=-1 Browser docs have more info e.g. http://support.microsoft.com/kb/q234067/ -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Sunday, 24 October 2004 9:38 To: CF-Talk Subject: RE: Cache flush And how do I do that? Thanks Pat

Cache flush

2004-10-23 Thread CFDEV
Hi, once someone changed a parameter on a site (the parameter is stored in a session variable) I would like to flush the person's cache cause even if I change the value of the session variable, some display element stays the same.. Is it possible to do this? cause if i refresh it's ok, if I

RE: Cache flush

2004-10-23 Thread CFDEV
for a free 30 day trial!* http://exciteworks.com Plans starting at -$12.95- including MS SQL Server! CFDEV wrote: Hi, once someone changed a parameter on a site (the parameter is stored in a session variable) I would like to flush the person's cache cause even if I change the value of the session

RE: Content Management System (CMS) Wishlist (making a cms multlingual)

2004-09-20 Thread CFDEV
I think it's important that they have the same articleID cause when you go from a page in a language to another language you want to stay on the same page.. Don't you hate site that return you to the root but in the other language? Pat _ From: Ian Vaughan [mailto:[EMAIL PROTECTED]

OT - ASP (vbscript) equivalent for #JSStringFormat#

2004-09-15 Thread CFDEV
Hi, does anybody knows if there is an equivalent in ASP (vbscript) for the CF function #JSStringFormat#? Thanks Pat [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: web stats

2004-09-07 Thread CFDEV
I use Power phlogger that runs on php and mysql on a windows 2003 server and it is very good http://www.phpee.com/index.php?node=21 Patrick _ From: Ricardo Russon [mailto:[EMAIL PROTECTED] Sent: September 7, 2004 21:42 To: CF-Talk Subject: OT : web stats does anyone know of any good,

CF French ressources

2004-09-06 Thread CFDEV
Hi, I remember someone looking for french ressources on CF... I don't think it's much but you may find something there : http://www.cfmfrance.com/ Pat [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Problem with accented character in file names and CFFILE

2004-09-03 Thread CFDEV
I had the same problem with CF and BlueDragon and I had to write something like this to change the file name on the server.. I kept the original name in my database and when I serve the file with cfcontent I rename to the original name. Since my variable name are in french, the first one is all

CF version?

2004-09-03 Thread CFDEV
Hi, is there a tag or something to know exactly what is the CF version on our hosting? Thanks Pat [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Hi, I have a code on a page that pop up a save/open for downloading a page : cfheader name=Content-Disposition value=attachment;filename=#getfilefrompath(cas.fichier)# cfcontent file=#nom_fichier2# type=application/pdf deletefile=No / And I want to redirect the page to another

RE: redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Thanks guys... Isaac your solution works just fine with the location... Pat _ From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: August 30, 2004 22:23 To: CF-Talk Subject: Re: redirect after cfheader/cfcontent I have a code on a page that pop up a save/open for downloading a

RE: redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Oups, I respond too fast.. I just tested it with the pop-up blocker on and it blocks the target=_blank which is no good.. Matt, how do I redirect in the cfheader? I use the cfheader before the cfcontent.. Thanks Pat _ From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: August 30,

homesite like for linux?

2004-08-27 Thread CFDEV
Hi all, I know the topic of tool like homesite has been discuss but I just install a linux box and I'm looking for a development tool that offer tag completion and tag insight for coldfusion on linux? is there something out there? Thanks Pat [Todays Threads] [This Message]

get file

2004-08-25 Thread CFDEV
Hi, I have files on our server and I want people (once they're logged in) to download a file without knowing hte path of the file.. Right now I was doing a popup with the file (a PDF) and it was alright.. but now that many anti-virus or google toolbar are blocking pop up file, I need

RE: get file

2004-08-25 Thread CFDEV
all somewhere that isnt web accessable and reference them like index.cfm?file=mypdf.pfd MD On Wed, 25 Aug 2004 11:28:31 -0400, CFDEV [EMAIL PROTECTED] wrote: Hi, I have files on our server and I want people (once they're logged in) to download a file without knowing hte path of the file

Win XP sp2 and CF MX 6.1

2004-08-23 Thread CFDEV
Hi, In this article there is a comment about issues with Windows XP xervice pack 2 and ColdFusion MX 6.1 http://www.eweek.com/article2/0,1759,1636076,00.asp Anyone experimented those problems? What have you done to resolve it.. i want to install sp2 on my xp station where i have CF MX

OT: iframe and mozilla

2004-07-28 Thread CFDEV
Hi there, I have an ifram for a wysiwyg editor I made that is only working with IE.. i'm looking at having it working with mozilla firefox.. does anyone know a site or somehtingfor good information on ifram in mozilla... i looked at google but did'nt quite found what i'm looking for..

RE: iframe and mozilla

2004-07-28 Thread CFDEV
hould work in the later versions of mozilla. -Original Message----- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:26 AM To: CF-Talk Subject: OT: iframe and mozilla Hi there, I have an ifram for a wysiwyg editor I made that is only working with IE.. i'm looking

CFMX 6.1 and MySQL insert question

2004-07-21 Thread CFDEV
Hi, I'm trying to insert this Error\n\nYou must provide a password to enter In a MySQL database through a CFMX 6.1 cfquery and the \n\n are replace by spaces in the databases... what could I do? Thanks PAtrick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: CFMX 6.1 and MySQL insert question

2004-07-21 Thread CFDEV
Thanks but that won't work cause I don't know where someone is wirting \n\n in the textbox.. Patrick _ From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: July 21, 2004 22:33 To: CF-Talk Subject: RE: CFMX 6.1 and MySQL insert question You want to use this instead:

RE: CFMX 6.1 and MySQL insert question

2004-07-21 Thread CFDEV
I mean, If a user is using the form and enter the value bla bla \n bla bla \bla.. because he wants the \n or the \ it won't work.. I don't want to used the \n as a break like with #Chr(13)##Chr(10)# Patrick _ From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: July 21, 2004

RE: PHP vs ASP

2004-07-19 Thread CFDEV
There's an article of that type for CF vs ASP but again it's tainted by the CFML predilection of the author... http://www.webhostingetc.net/index.php?content=cms-article http://www.webhostingetc.net/index.php?content=cms-articlepastcontent=cms- articlescategory=139article=139subsection=0

RE: file upload validation

2004-07-13 Thread cfdev
much appreciated!! _ From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:45 AM To: CF-Talk Subject: Re: file upload validation Does anyone have a JS script that will determine the length of file name for a file upload process? This is only for the document

RE: JavaScript history and refresh

2004-06-29 Thread CFDEV
location.history(-1); should work.. Pat _ From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: June 29, 2004 11:33 To: CF-Talk Subject: OT: _javascript_ history and refresh Is it possible to go back one page with JS history and also refresh the page as well? I have this script: Script

OT : MYSQL sysdate or getdate() equivalent

2004-06-25 Thread CFDEV
Hi All, What's the equivalent of oracle sysdate or MS SQL getdate() in an insert statement for mysql? Thanks Pat [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: OT: Jr Developer Position for CF and Flex

2004-06-23 Thread CFDEV
Hi Stace, what's your address to email you offlist? Thanks Pat _ From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: June 23, 2004 13:15 To: CF-Talk Subject: Re: OT: Jr Developer Position for CF and Flex What is the expected salary range? Primarily CF, knowledge of Flex a bonus but

RE: cleaning up a word file

2004-06-22 Thread CFDEV
What about cleaning word html when someone copy/paste from a word file to an Iframe? Is there something to clean that code? Thanks Pat _ From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: June 22, 2004 06:02 To: CF-Talk Subject: RE: cleaning up a word file MX only!!!

RE: cleaning up a word file

2004-06-22 Thread CFDEV
- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: dinsdag 22 juni 2004 12:38 To: CF-Talk Subject: RE: cleaning up a word file What about cleaning word html when someone copy/paste from a word file to an Iframe? Is there something to clean that code? Thanks Pat _ From: Pascal

RE: Palm OS development

2004-06-17 Thread CFDEV
For palm development or pocket pc, we used sattelite form by pumatech Pat _ From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: June 17, 2004 12:01 To: CF-Talk Subject: OT: Palm OS development Hey All, We've been asked to develop an application for PDAs (Pocket PC and Palm OS). We

  1   2   >