Sorting for Reports

2004-06-09 Thread Mickael Elmalem
Hello All, I need to create a page that displays files(viewlets) uploaded by users, by category.The users can create categories on their own then the files get bound to that category.I have that part working fine. My issue is the displayI have one table that has two columns, categoryID and

OT Qforms Gone?

2004-05-13 Thread Mickael
Hi All, Sorry for being OT.But I am sure that many people use Qforms on this list.Has their list been deactivated?Is Qforms still around? It used to be a very active list now nothing, I was wondering if it was my mail server or if the list has really stopped? Any ideas? Mike [Todays Threads]

Trucating Variables

2004-04-22 Thread Mickael
Hello All, I have a weird issue that I was wondering if someone could shed some light on for me. I have a site where I need to change language settings for the user on the fly.They can log on and then run a report then view the results, the client wanted that once results are displayed they

Re: Trucating Variables

2004-04-22 Thread Mickael
variable.Use URLEncodedFormat to encode it before sticking it in the URL. Cheers, barneyb -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 12:27 PM To: CF-Talk Subject: Trucating Variables Hello All, I have a weird issue that I

Re: Trucating Variables

2004-04-22 Thread Mickael
request (or that was passed in a form field), you will have to manually unencode it. Cheers, barneyb -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 2:00 PM To: CF-Talk Subject: Re: Trucating Variables Thanks Barney, I will try that do I

OT-Webex

2004-04-21 Thread Mickael
Hello All, I know this is OT but I am sure that someone on this list has an answer to this.Does anyone know of a anther company that provides the same services or similar to webex, the idea here is cheaper then webex. Thanks Mike [Todays Threads] [This Message] [Subscription] [Fast

Online Payment Form

2004-04-16 Thread Mickael
Hello, I need to create an online payment form for one of my clients.We will need to store the credit cards in a MSSQL database encrypted then send the encrypted info to another machine. This form needs to be reviewed by the company issuing the merchant account for security and stability.I have

Re: Online Payment Form

2004-04-16 Thread Mickael
of a Pass by Reference than a Pass by Value and it's more secure than passing the data around in any form, encrypted or not. -Dov _ From: Mickael [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 8:41 AM To: CF-Talk Subject: Online Payment Form Hello, I need to create an online payment form

Re: CFMX cfcontent

2004-04-16 Thread Mickael
Hi Dave, I have never been able to get CFCONTENT to consistently force a download of a file, let's say an excel file to the user.I have actually spent the whole morning looking for a PHP or _javascript_ replacement for this. I am on a Shared hosting environment but have found CFCONTENT

Re: CFMX cfcontent

2004-04-16 Thread Mickael
Hi Dave, Let's say my browser where I do not have the option to open XLS in my browser selected.What happens is that I get the cfm template as the filename in the save as dialogue box. I noticed in your examples that you added foo to the Query string.My query string contains the file name which

Re: Online Payment Form

2004-04-16 Thread Mickael
Hi Doug, I have tried the paypal route for smaller clients.The problem with paypal is that no everyone is set up on it.And people that don't have time to get signed up and approved by paypal are people that don't buy from you. Mike - Original Message - From: Doug White To: CF-Talk

Re: CFMX cfcontent

2004-04-16 Thread Mickael
From: Mickael [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 11:34 AM To: CF-Talk Subject: Re: CFMX cfcontent Hi Dave, Let's say my browser where I do not have the option to open XLS in my browser selected.What happens is that I get the cfm template

Re: CFMX cfcontent

2004-04-16 Thread Mickael
I know this is not CF but does anyone know of a _javascript_ or PHP script that I can pass a URL file name to download a file? - Original Message - From: Mickael To: CF-Talk Sent: Friday, April 16, 2004 12:12 PM Subject: Re: CFMX cfcontent Tried both of those, no luck - Original

Re: CFMX cfcontent

2004-04-16 Thread Mickael
previously this code works some of the time.Actually most of the time in Netscape.Its IE that I am having issues with. Mike - Original Message - From: Bryan Stevenson To: CF-Talk Sent: Friday, April 16, 2004 1:47 PM Subject: Re: CFMX cfcontent Mickael, My server is toast right now so I

Re: CFMX cfcontent

2004-04-16 Thread Mickael
-vancouverisland.com - Original Message - From: Mickael To: CF-Talk Sent: Friday, April 16, 2004 11:33 AM Subject: Re: CFMX cfcontent Hi Bryan, This is the code that I found on the list. !--- force download dialogue box to open --- cfoutput cfheader name=Content-type value

Re: Import a Text file to MYSQL

2004-04-15 Thread Mickael
', 'n3) Basically, it goes like this: replace all ' with \', add (' to the start of every line, add ') to the end, replace , with ',', prepend the INSERT VALUES stuff, and then remove the trailing comma. Cheers, barneyb -Original Message- From: Mickael [mailto:[EMAIL PROTECTED

Re: Import a Text file to MYSQL

2004-04-15 Thread Mickael
to be any more expensive. Cheers, barneyb -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 9:17 AM To: CF-Talk Subject: Re: Import a Text file to MYSQL Hi, The is my problem my server does not allow my to use LOAD DATA INFILE so I made

Import a Text file to MYSQL

2004-04-13 Thread Mickael
Hello All, Can you import a text file to MYSQL with CF.I would like to take a text file that is exported to Access then Drop/Create the table with CF in MYSQL then import the file in its entirety to create the table. This sounds simple enough in theory, how can this be done in CF and MYSQL I

Re: Import a Text file to MYSQL

2004-04-13 Thread Mickael
) Basically, it goes like this: replace all ' with \', add (' to the start of every line, add ') to the end, replace , with ',', prepend the INSERT VALUES stuff, and then remove the trailing comma. Cheers, barneyb -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent

Importing Access to MSSQL

2004-04-06 Thread Mickael
Hello All, I am not really experienced in MSSQL but I have been notified by my hosting provider that I can't keep using access on their server due to the size of my access databases.My problem is that I have an access database sent via FTP to my server overnight that is created from an

Re: Importing Access to MSSQL

2004-04-06 Thread Mickael
database?I don't know if there is a way to programmatically do this, but it can dramatically reduce the size of an access file.Hardly the solution you're looking for, but it might be good enough to buy you some time. Cheers, barneyb -Original Message- From: Mickael [mailto:[EMAIL

HTTPS on my local machine

2004-03-29 Thread Mickael
Hello All, I have a few projects that I keep running on my local machine which I develop on (Win XP, IIS).What I usually do is set up the home directory in IIS to be the folder under wwwroot that pertains to the particular client that I am working.I also edit my host file so that I can use the

Re: HTTPS on my local machine

2004-03-29 Thread Mickael
Thanks Dave, That was exactly what I was looking for. Mike - Original Message - From: Dave Watts To: CF-Talk Sent: Monday, March 29, 2004 8:41 AM Subject: RE: HTTPS on my local machine I have a few sites were there is code the run under https:// but when I run it on my machine it

Access database - Access Problem

2004-03-22 Thread Mickael
Hi All, I am trying to read an access database that is in a shared folder on our network.When I try to set up a DSN I get this error Connection verification failed for data source: Elms []java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]Required user name is missing.

Re: Access database - Access Problem

2004-03-22 Thread Mickael
Subject: RE: Access database - Access Problem From: Mickael I am trying to read an access database that is in a shared folder on our network.When I try to set up a DSN I get this error Connection verification failed for data source: Elms []java.sql.SQLException: [Macromedia][SequeLink

Re: Access database - Access Problem

2004-03-22 Thread Mickael
What is strange it that is works fine on CF5 and only errors on CFMX. - Original Message - From: Philip Arnold To: CF-Talk Sent: Monday, March 22, 2004 8:51 AM Subject: RE: Access database - Access Problem From: Mickael I am the only one working on the database, too early

Re: FuseBox resources?

2004-03-22 Thread Mickael
Go to Techspedition.com, I found Discovering Fusebox 4 really well written - Original Message - From: Ray Champagne To: CF-Talk Sent: Monday, March 22, 2004 10:11 AM Subject: FuseBox resources? Hello: I have a job coming up pretty quick that requires us to code using FuseBoix

Dependable way to download a file with CF

2004-03-18 Thread Mickael
Hi All I know this has been discussed a few time but I am not able to have a user download a file consistently with CF. Here is the code I use cfheader name=content-disposition value=attachment; filename=Processing_Report.XLS cfcontent type=application/msexcel

Path Question

2004-03-17 Thread Mickael
Hi All, I use this code to find the current folder that I am in for cfdirectory cfset thisPath=ExpandPath(*.*) cfset thisDirectory=GetDirectoryFromPath(thisPath) How do I get the folder the that is up one level? Thanks Mike [Todays Threads] [This Message] [Subscription] [Fast

Re: Grabbing username account from Windows login screen

2004-03-16 Thread Mickael
Hi Ian, I would like to see some of that code. Thanks Mike - Original Message - From: Ian Skinner To: CF-Talk Sent: Monday, March 15, 2004 3:27 PM Subject: RE: Grabbing username account from Windows login screen If you check Integrated Windows Authentication and Uncheck anonymous

Re: Place Holder table in a query

2004-03-15 Thread Mickael
If I understand correctly.Couldn't you just add my placeholder in the fields that you selected?It would display each record as my place holder(or whatever you used) Mike - Original Message - From: Matthew Friedman To: CF-Talk Sent: Monday, March 15, 2004 11:58 AM Subject: Place Holder

SQL Convert

2004-03-03 Thread Mickael
Hi All, I was wondering how you do this in Access.I have a field that is created on my clients system that shows up as 123,55 that is $123.55 but in is stored in their database as text.How do you convert this text field in to a numeric field in a query? Mike [Todays Threads] [This Message]

SQL Brainblock

2004-03-01 Thread Mickael
Hi All, I am having trouble with an iif in SQL and was wondering if someone could help me with the syntax. here is one line of my query. Round(((sum(ORIG_BAL) -Sum(wo_amount)) / sum(ORIG_BAL)) * 100,0) as SalvageCollected What I would like is to display a zero if the value is null or a zero

OT-CSS list of quality

2004-03-01 Thread Mickael
Hi All, I was wondering if someone could recommend a good list for CSS, a list like this one would be great were there are experienced people that don't snub beginners. Thanks Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: SQL Brainblock

2004-03-01 Thread Mickael
I am using Access - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Monday, March 01, 2004 9:28 AM Subject: RE: SQL Brainblock what db? you would do it with nvl(act_val, val_if_null) in oracle (i think :-) -- dc -Original Message- From: Mickael [mailto

Connecting to a File DSN

2004-02-19 Thread Mickael
Hello All, We have a machine on our network (REDHAT8) that is running a propriety Inventory Catalogue.I would like to be able to query the data from this database with CF from my Machine (CFMX, Windows) the people that support the Catalogue software gave me a connector to install on my machine,

Re: Looking for someone who knows CFMX AND PHP

2004-02-16 Thread Mickael
Hi Michael, Why don't you try this site.bombusbee.comthese people ported Fusebox for CF to PHP there are many programmers that contribute to that site that know both CF and PHP very well Mike - Original Message - From: Michael Kear To: CF-Talk Sent: Monday, February 16, 2004 4:47 PM

OT- Sort of Loop in SQL

2004-02-13 Thread Mickael
Hi All, I know how complete the following task in CF and SQL but I was wondering if there is a way to do it with only SQL.What I am trying to do is modify records sequentially in my database. I have a field in my database called destination, this is an office location.And I have many records in

Re: OT- Sort of Loop in SQL

2004-02-13 Thread Mickael
What are cursors?Could you show me some sample code? - Original Message - From: MILAN MUSHRAN To: CF-Talk Sent: Friday, February 13, 2004 8:30 AM Subject: RE: OT- Sort of Loop in SQL You can use cursors. From: Mickael [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Re:OT- Sort of Loop in SQL

2004-02-13 Thread Mickael
13, 2004 8:30 AM Subject: RE: OT- Sort of Loop in SQL You can use cursors. From: Mickael [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT- Sort of Loop in SQL Date: Fri, 13 Feb 2004 08:23:04 -0500 Hi All, I know how complete the following task in CF

Re: image map

2004-02-13 Thread Mickael
Have you tried it without any # signs? - Original Message - From: Robert Orlini To: CF-Talk Sent: Friday, February 13, 2004 9:46 AM Subject: OT: image map This is OT sorry. But I have a CF pop-up page and I'm using an image map code for a close button located on an image (used FP 200

Re: image map

2004-02-13 Thread Mickael
) - Original Message - From: Robert Orlini To: CF-Talk Sent: Friday, February 13, 2004 10:11 AM Subject: RE: image map Just did..Mike to no avail. RO -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 10:09 AM To: CF-Talk Subject: Re: image map

Re: Certs for Site Users

2004-02-04 Thread Mickael
Hi Thomas, This site is on Windows 2003, CFMX IIS do you know of any online docs that I can review? - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Wednesday, February 04, 2004 9:17 AM Subject: Re: Certs for Site Users On Wednesday 04 Feb 2004 01:30 am, Mickael wrote

Certs for Site Users

2004-02-03 Thread Mickael
Hello, I was wondering if anyone on this list has experience with the following.A client of mine as requested a level of security that he has seen on a site.The site he is referring to requires a user name and password to enter any part of the site, but prior to accessing the site they require

variables inside CFX_ZIP

2004-01-28 Thread Mickael
Hello All, Can you use variables inside a CFX_ZIP tag? I have this code that is not working. CFX_Zip ACTION=""> DESTINATION=C:\inetpub\myfolder\database\ ZIPFILE=C:\inetpub\bellgcc\database\#variables.zipfile# OVERWRITE=YES I tried putting it in a cfoutput tag but that didn't work either?

Re: variables inside CFX_ZIP

2004-01-28 Thread Mickael
Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 11:21 AM To: CF-Talk Subject: variables inside CFX_ZIP Hello All, Can you use

Looking for work around for an error

2004-01-26 Thread Mickael
Hello All, I have an issue with one of my apps using Access.The database that we are using is created on a machine in our network then sent via FTP to the webserver in a Zipped file. I need to sever the database connection on the server to the database, so that I can run CFX_ZIP to unzip the

Re: Looking for work around for an error

2004-01-26 Thread Mickael
Does CFTRY actually run the query or does it just check is there is an error? - Original Message - From: Ubqtous To: CF-Talk Sent: Monday, January 26, 2004 9:51 AM Subject: Re: Looking for work around for an error Mickael, On Monday, January 26, 2004, 9:35:36 AM, you wrote: M I would

OT - Credit Card Payment Service

2004-01-23 Thread Mickael
Hello, I am looking around for a good credit card payment service.I was wondering if anyone on the list has a company that they are really happy with, some of the things that I am looking for is easy integration in my site, without changing the look and feel or the URL.Good customer support

List ? in a CFIF

2004-01-22 Thread Mickael
Hi All, I am sure there is a way to do this but I am unclear on the syntax. Instead of having many CFIF's is there a way to check for a value similar to SQL where you say select * from table where something in ('value','value','value) I have thiscfif attributes.clt_master_id eq 'both'But

Re: List ? in a CFIF

2004-01-22 Thread Mickael
: Thursday, January 22, 2004 5:18 PM Subject: RE: List ? in a CFIF Sure, use listFind or ListFindNoCase. Raymond Camden .sigless in Boston -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:13 PM To: CF-Talk Subject: List ? in a CFIF Hi

Re: List ? in a CFIF

2004-01-22 Thread Mickael
-Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 1:40 PM To: CF-Talk Subject: Re: List ? in a CFIF Hi Raymond, Can you explain how to use it.I see examples on the web like this CFIF listfindnocase(validation_error, phone)I just don't

Problems with Text in Access

2004-01-21 Thread Mickael
as a dollarformat? Thanks Mickael [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Problems with Text in Access

2004-01-21 Thread Mickael
, 2004 11:43 AM Subject: RE: Problems with Text in Access have you cfdump 'ed the data to ensure its format? a number is a number is a number when it gets to cf.make sure access is spitting a NUMBER out, not something odd tw -Original Message- From: Mickael [mailto:[EMAIL PROTECTED

Re: Problems with Text in Access

2004-01-21 Thread Mickael
, then you can do something like so: cfif len(trim(yourdollarfield)) #dollarformat(yourdollarfield)# cfelse #dollarformat(0)# /cfif - Original Message - From: Mickael [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 10:34 AM Subject: Problems with Text in Access

Re: Problems with Text in Access

2004-01-21 Thread Mickael
dollarformat. It is most likely not an Access issue. cfif IsNumeric(val) #DollarFormat(val)# cfelse #val# /cfif -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: woensdag 21 januari 2004 17:34 To: CF-Talk Subject: Problems with Text in Access Hello, I have

Re: Problems with Text in Access

2004-01-21 Thread Mickael
Thanks for the info.I will save that for a later date - Original Message - From: Ubqtous To: CF-Talk Sent: Wednesday, January 21, 2004 1:43 PM Subject: Re: Problems with Text in Access Mickael, On 1/21/2004 at 13:33, you wrote: M Should there be some sort of argument in the cfif

OT-Returning Many records with a table in a table

2004-01-20 Thread Mickael
Hello All, Sorry for the OT post but I am having problems with rows in my tables disappearing in to another table.I have a relatively simple layout Where I output my code #fusebox.layout# if there is not too many records it shows up fine but if there are many records returned from the query the

Re: OT-Returning Many records with a table in a table

2004-01-20 Thread Mickael
Hi Jochem, Its rowspan.I have not taken the time to learn CSS properly, any good resources I could look at later on? - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Tuesday, January 20, 2004 5:23 PM Subject: Re: OT-Returning Many records with a table in a table Mickael

Application Variables in a CFC

2004-01-15 Thread Mickael
Hello All, I have started to learn to use CFC's.I tried making a simple CFC to performs a query that I need on may parts of my site. In all my cfquery tags I use datesource=#dsn# and it works fine.When I add this to the CFC it errors out.Yet it I place the actual DSN name from the ODBC

Re: Application Variables in a CFC

2004-01-15 Thread Mickael
Thanks Massimo, that explains it - Original Message - From: Massimo Foti To: CF-Talk Sent: Thursday, January 15, 2004 8:50 AM Subject: Re: Application Variables in a CFC You can read an explanation here: http://www.cfczone.org/faq.cfm#q10 Massimo Foti

Re: RE: cf administrator + odbc

2004-01-15 Thread Mickael
I have the same issue, it won't install for me on XP, did you get a warning?Or did it just install fine? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Thursday, January 15, 2004 1:35 PM Subject: Re: RE: cf administrator + odbc Yes, the developer edition installs both

Re: CFMCentral

2004-01-15 Thread Mickael
I got in ok - Original Message - From: Haggerty, Mike To: CF-Talk Sent: Thursday, January 15, 2004 4:47 PM Subject: CFMCentral Is CFMCentral still around? http://www.cfmcentral.com/ I went to the site today and it was down. M [Todays Threads] [This Message] [Subscription]

CreateODBCDate issue

2004-01-14 Thread Mickael
Hi All, I am a small issue with CreateODBCDate I have a variable that is a string its value is '20040109' I am trying this Dateformat(CreateODBCDate(#variables.strfilename#), mm/dd/) But is is returning '12/14/56767' instead of the proper date.Is there something else I should be doing to

Re: CreateODBCDate issue

2004-01-14 Thread Mickael
The keyword here is that you are using a string. Use createDate() first, then createODBCDateTime() -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:55 AM To: CF-Talk Subject: CreateODBCDate issue Hi All, I am a small issue with CreateODBCDate I

Re: CreateODBCDate issue

2004-01-14 Thread Mickael
() -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:55 AM To: CF-Talk Subject: CreateODBCDate issue Hi All, I am a small issue with CreateODBCDate I have a variable that is a string its value is '20040109' I am trying this Dateformat

Problem with QofQ or just SQL

2004-01-13 Thread Mickael
Hello All, I am running into an issue with something that I am trying to do.I have a directory with files that are named MMDD_fr.htm and I have a database that has a record for each day for the next few years.What I am trying to do is return records from my database where a file exists in my

Re: Problem with QofQ or just SQL

2004-01-13 Thread Mickael
: Tuesday, January 13, 2004 12:21 PM Subject: Re: Problem with QofQ or just SQL On Tuesday 13 Jan 2004 17:05 pm, Mickael wrote: cfquery dbtype=query name=GetJoin Select * from GetFiles, GetCCRecords where 'Left(GetFiles.Name,8)' = '#dateformat(GetCCrecords.BATCH_DATE, mmdd)#' When I look

Sub Query of a QofQ

2004-01-13 Thread Mickael
Hi Is it possible to have a simple query have a sub query using QofQ.It sounds like it could work but how do you determine the datasource? What I am getting at is cfquery datasource=mydsn Select thedate from datetable where thedate in (select * from the QofQResult) /cfquery How would you

Re: Sub Query of a QofQ

2004-01-13 Thread Mickael
the original so this may all be moot. Stephen E. Schuster PeopleSoft Administrator 2000 Ashland Drive Ashland, KY 41101 Office Phone 606.920.7447 Cell Phone 606.831.4590 _ From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 2:29 PM To: CF-Talk Subject: Sub Query of a QofQ

Re: Sub Query of a QofQ

2004-01-13 Thread Mickael
Message - From: Jochem van Dieten To: CF-Talk Sent: Tuesday, January 13, 2004 2:41 PM Subject: Re: Sub Query of a QofQ Mickael said: Is it possible to have a simple query have a sub query using QofQ. It sounds like it could work but how do you determine the datasource? Not as a subquery

Re: Sub Query of a QofQ

2004-01-13 Thread Mickael
Jochem Your suggestion makes sense.I am using access what do you mean by Native string formatting functions? - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Tuesday, January 13, 2004 3:00 PM Subject: Re: Sub Query of a QofQ Mickael said: What you said makes sense

Re: Sub Query of a QofQ

2004-01-13 Thread Mickael
: Tuesday, January 13, 2004 3:00 PM Subject: Re: Sub Query of a QofQ Mickael said: What you said makes sense just one thing.In the myquery.thedate value I will have a filename that is mmdd_fr.htm can I look at just the date in your example? Sure. But it is much easier to do it the other way around

Re: Calendar Code

2004-01-12 Thread Mickael
Hi Christian, What is DRK 3 sorry I have never heard about it? - Original Message - From: Christian Cantrell To: CF-Talk Sent: Monday, January 12, 2004 11:06 AM Subject: Re: Calendar Code On Sunday, January 11, 2004, at 04:44AM, Mickael wrote: Hopefully someone can help me out.I am

Re: Calendar Code

2004-01-12 Thread Mickael
Thanks Christain for the info.I appreciate you accepting my emails off list. Mike - Original Message - From: Christian Cantrell To: CF-Talk Sent: Monday, January 12, 2004 11:26 AM Subject: Re: Calendar Code On Monday, January 12, 2004, at 11:19AM, Mickael wrote: What is DRK 3 sorry

Calendar Code

2004-01-11 Thread Mickael
Hello All, Hopefully someone can help me out.I am looking for some CF code for a Calendar of Events.What I am looking for is the type of calendar where the admin of the site can add HTML content via a form (with something like HTMLedit) and enter items to a calendar for a specific date. I would

Map with Co-ordinates

2004-01-08 Thread Mickael
of the city and adding a layer with the dots.Is there a service that I could use?I ideally would like the entries to come out of a database instead of manually being plotted with every listing. Thanks in advance for any suggestions. Mickael [Todays Threads] [This Message] [Subscription

Re: Map with Co-ordinates

2004-01-08 Thread Mickael
I am actually in Canada.This client is in St Louis, he require this feature for only one city.Would you happen to know where I could find this feature? - Original Message - From: Philip Arnold To: CF-Talk Sent: Thursday, January 08, 2004 10:59 AM Subject: RE: Map with Co-ordinates I

Re: Map with Co-ordinates

2004-01-08 Thread Mickael
on the page, but if done well that can be a benefit as your client will pick up some of the brand equity of the provider as well. Jim Davis _ From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 11:11 AM To: CF-Talk Subject: Re: Map with Co-ordinates I am actually

Re: CFMAIL vs. CDO

2004-01-01 Thread Mickael
I have had this issue with Crystaltech as well.They claim that CFMAIL is buggy.I know that they did a lot of changes to the way CFMAIL works on their network, with or without mailserver settings. My two cents.I don't like CDONTs - Original Message - From: Irvin Gomez To: CF-Talk Sent:

Re: OT News Scroller

2003-12-28 Thread Mickael
and css).Check out http://www.dynamicdrive.com for some scrolling ticker examples. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Friday, December 26, 2003 5:21 PM To: CF-Talk Subject: Re: OT News Scroller Hi Flash is not an option for the opening page

Re: OT News Scroller

2003-12-28 Thread Mickael
ticker. If you don't want flash or java applets, your only other choice (AFAIK) is DHTML (basically, a marriage of _javascript_ and css).Check out http://www.dynamicdrive.com for some scrolling ticker examples. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Friday

OT News Scroller

2003-12-26 Thread Mickael
Hi All, Does any know of a good news scroller in CF.What I am looking for is something that I can point to a database or text file, that scrolls through new event from my clients site.The kind that brings up 3 or 4 lines then a click more link to go to the actual page. Something in CF would be

Re: OT News Scroller

2003-12-26 Thread Mickael
-Talk Sent: Friday, December 26, 2003 5:41 PM Subject: Re: OT News Scroller you can do something like this with flash - Original Message - From: Mickael To: CF-Talk Sent: Friday, December 26, 2003 2:59 PM Subject: OT News Scroller Hi All, Does any know of a good news scroller

Re: Making a table background color shor up when you print

2003-12-23 Thread Mickael
You will need to set print backgrounds in Internet OptionsAdvanced for IE for this to work.Its a browser setting not HTML - Original Message - From: cf talk To: CF-Talk Sent: Tuesday, December 23, 2003 12:23 PM Subject: Making a table background color shor up when you print

Re: a query

2003-12-21 Thread Mickael
Do you want to see all the items, ie their IDs and Pagename? Or do you actually want to group all the same types together? - Original Message - From: Daniel Farmer To: CF-Talk Sent: Sunday, December 21, 2003 2:43 PM Subject: a query This will probably be simple, but I'm no sql master.

Re: IE Issue

2003-12-19 Thread Mickael
Have you check the if they are using a proxy in IE and not in Netscape?Or sometimes unchecking and rechecking the automatically detect settings in the Connection Tab of tools works. Mike - Original Message - From: John Stanley To: CF-Talk Sent: Friday, December 19, 2003 7:47 AM

Re: Joining the dark side - using DWMX

2003-12-19 Thread Mickael
Hi Rick, Where in preferences is that exactly?I couldn't find it - Original Message - From: Rick Root To: CF-Talk Sent: Friday, December 19, 2003 10:10 AM Subject: Re: Joining the dark side - using DWMX Daniel Farmer wrote: I found DWMX takes too long to load and hogs system

Re: Joining the dark side - using DWMX

2003-12-19 Thread Mickael
I use DWMX and there are things I like about it and things I don't.One thing I can't stand is when I have a file in a particular folder then I want to use that template in another folder so I go to file save as.. DWMX re writes all my paths. For example if I had img src="" width=1 height=1

Re: Joining the dark side - using DWMX

2003-12-19 Thread Mickael
I have this problem when I move templates between sites.Often I try to reuse pieces of code and it even does it to includes. - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Friday, December 19, 2003 12:13 PM Subject: Re: Joining the dark side - using DWMX go to manage

Re: Help with Netscape 4.7

2003-12-18 Thread Mickael
: Mickael [mailto:[EMAIL PROTECTED] Sent: 17 December 2003 21:08 To: CF-Talk Subject: Help with Netscape 4.7 Hello All, I have a client that uses Netscape 4.7 over their corporate lan and they access certain reports in an application that I had built for them.Unfortunately upgrading

Re: Help with Netscape 4.7

2003-12-18 Thread Mickael
e the HTML, but if you were drawing 10,000 you could be potentially saving tens if not hundereds of kilobytes. Neil -Original Message----- From: Mickael [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 11:52 To: CF-Talk Subject: Re: Help with Netscape 4.7 This is an interesting Ide

Re: Help with Netscape 4.7

2003-12-18 Thread Mickael
ws a consistent sizing.. Neil -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 15:59 To: CF-Talk Subject: Re: Help with Netscape 4.7 Hi Neil, Thank you for the explanation I understand it properly now. There I have two questions. If in HTML I

Re: Custom tag for Link point

2003-12-18 Thread Mickael
I have one, can you tell me what recrest means, I have never heard that term? - Original Message - From: Troy Montour To: CF-Talk Sent: Thursday, December 18, 2003 1:12 PM Subject: Custom tag for Link point anyone have a custom tag made for link point so I don't have to create or

Re: Custom tag for Link point

2003-12-18 Thread Mickael
-- From: Mickael [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Thu, 18 Dec 2003 14:05:29 -0500 I have one, can you tell me what recrest means, I have never heard that term? - Original Message - From: Troy Montour To: CF-Talk Sent: Thursday, December 18, 2003 1:12 PM

Best Practices

2003-12-17 Thread Mickael
Hello All, I have an app that seem to run very slow at time, I am looking for ways that I may not be using CF efficiently. The app is in french and english, and is able user is able to switch back and forth from french to english.I use a session variable for this. My code states is cfif

Re: Best Practices

2003-12-17 Thread Mickael
to determine which to include. For sake of clarity I would recommend two files and one logic block to determine which to include. Mike -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 9:38 AM To: CF-Talk Subject: Best Practices Hello All, I have an app

Re: Best Practices

2003-12-17 Thread Mickael
. Mike -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 9:53 AM To: CF-Talk Subject: Re: Best Practices Hi Mike, I agree with your point on the clarity and I have no problem making includes.I was really wonder if there is a performance issue

Re: Best Practices

2003-12-17 Thread Mickael
Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper Web Application Specialists -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 6:53 AM To: CF-Talk Subject: Re: Best Practices Hi Mike

Help with Netscape 4.7

2003-12-17 Thread Mickael
Hello All, I have a client that uses Netscape 4.7 over their corporate lan and they access certain reports in an application that I had built for them.Unfortunately upgrading them to IE is not an option. The problem I have is a certain report produces a table, and depending on their criteria it

<    1   2   3   >