Re: HTML okay in browser

2001-12-09 Thread Jochem van Dieten
Paul Sinclair wrote: I've got an application sending out a newsletter via CFMail. The email that goes out is set to HTML. The items in the newsletter are picked out dynamically from a db query. When I generate the newsletter, I also save it to an outputted html file for browsing on the web.

RE: HTML okay in browser

2001-12-09 Thread Paul Sinclair
Jochem, Thanks for your reply on this subject. Can you see in the source of the email whether any HTML is missing or that it is just incompletely rendered by the email client? If it is In the source of the email, the chopped off stuff is just not there. It is not a problem of incomplete

Re: Custom Tag to resize JPG on the fly...

2001-12-09 Thread cftalk
Professional high quality image convert/resize tags for jpg... http://efflare.com/products/cfx_jpg/?hf -or- http://efflare.com/products/cfx_imagecr/?hf - Original Message - From: Jared Stark [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Friday, December 07, 2001 4:10 PM Subject: Custom

Re: HTML okay in browser

2001-12-09 Thread Jochem van Dieten
Paul Sinclair wrote: Jochem, Thanks for your reply on this subject. Can you see in the source of the email whether any HTML is missing or that it is just incompletely rendered by the email client? If it is In the source of the email, the chopped off stuff is just not there. It is

Re: Creating dynamic images

2001-12-09 Thread Efflare Systems
Server side font rendering tag with automatic caching. Save to a variety of formats with a variety of options. http://efflare.com/products/cfx_gfont/?hf E C HOF list [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I need to do some lite image generation taking

CFGrid 5 problems.

2001-12-09 Thread Angel Stewart
Hey all, I'm getting lots of problems trying to use the CF5 JAVA Grid control. The applet refuses to initialise for some reason: java.lang.NullPointerException at allaire.controls2.CFGridApplet.adjustColumnWidths(CFGridApplet.java:295) at

SQL server

2001-12-09 Thread laurent hsld
Hey everyone, This is my first post in this list. I Know that maybe it's not the right list to ask such a question but as long as i know that some of you may have encountered the same problem. I have installed office XP (at first to work with access) and i find out that some sql server

RE: CFGrid 5 problems.

2001-12-09 Thread Angel Stewart
Looks like this is my problem here. Pulled from a Knowledge Base article: Internet Explorer browsers will not force a download of the 1.3 Java Runtime Environment (JRE) if an older version already exists on the client's machine. With Internet Explorer, the cfform tag does not distinguish the

RE: CFGrid 5 problems.

2001-12-09 Thread Angel Stewart
Ok..that was Not the problem. I updated a client machine with the latest JRE 1.3.1 or something, and it still is not loading the applet at all. I also applied the Hotfix. And someone tried to access the page remotely over the net, and they too are not getting the applet loading. So do I have

Re: SQL server

2001-12-09 Thread Fregas
Laurent, I'm not sure if I fully understood your question. It sounds like you are tyring to get into SQL Server through Access or at least conscturct a SQL Server database. To really do anything with SQL Server, you must install the SQL Server 2000 software on your machine or the server you

Re: SQL server

2001-12-09 Thread Bill Davidson
Access and SQL Server are two separate different products. Yes and no... Separate products, but one can interface with the other. I use access as an interface to our SQL server ALL the time... If you have it configured correctly it works quite nicely. It certainly loads a lot faster than

cfmodule issues

2001-12-09 Thread Benjamin Falloon
Hi all, Does anyone know what's wrong with this code... cfmodule template=../includes/orangetab.cfm label=Just Testing I'm including a customtag using cfmodule and I want to pass an attribute called label to the customtag... I'm getting this error...

RE: CF and 2Checkout

2001-12-09 Thread Matt Robertson
I just started with them. I don't have a turnkey setup like you describe, but by tomorrow I should have something that passes an Order ID to them and passes back name/addr/etc. from their site (and is the reason I'm working on a Sunday). Let me know if you want the code. There won't be much as

Re: cfmodule issues

2001-12-09 Thread Benjamin Falloon
Shoot me :-) My mistake... ignore the post Benjamin - Original Message - From: Benjamin Falloon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 7:47 AM Subject: cfmodule issues Hi all, Does anyone know what's wrong with this code... cfmodule

RE: CFGrid 5 problems.

2001-12-09 Thread Max Paperno
Your problem might be that the applet itself isn't being loaded. By default the applet is called from /CFIDE/classes/ folder (check out the Source view on the page that is trying to show the applet). If this path is not accessible to the browser then the applet won't load. You need to

RDS-Security

2001-12-09 Thread Bastian Schmid
Hi, i have a problem concerning the RDS-Security. I try to give everyone of my customers the chance to develope their application on the server directly. For that, i have to set up a RDS-Security, which assigns every customer exactly one directory (including subdirs). For example should

SandBox Problem

2001-12-09 Thread Bastian Schmid
Hi, I'm running a ColdFusion Sandbox on our server and it works quite well. But the siteminder is so resource-intensive so that the loading of the websites so so terrible slow... The siteminder-service checks all of the files within a directory (including subdirs). Because of checking also the

RE: SandBox Problem

2001-12-09 Thread Andrew Scott
Ok it has been a long time since I used siteminder under single sign on scenario! But can I ask is it required, to use siteminder that is. If it is to protect files from being downloaded etc then I think the best way would be to use CF mappings for data that you do not want to be guessed via the

RE: HTML okay in browser

2001-12-09 Thread Paul Sinclair
Jochem, But when is it chopped off? When cf writes the email to the spoolfolder or when dart.dll takes it from the spool folder to the SMTP server? I have no idea. How do I tell? All I know is that somewhere in the process chunks of the html code are just being left out. Paul

RE: CFX error

2001-12-09 Thread Mak Wing Lok
did few time and still get the same error. --- Kevin Gilchrist [EMAIL PROTECTED] wrote: Mak, Usually you will get this error when the webserver cannot communicate with the cfserevr process because it's down or hung. Try restarting CF again... -Original Message- From: Mak Wing

Re: CF or Spectra vs. Broadvision

2001-12-09 Thread Jon Hall
I don't know why any programmer would choose Broadvision. It seems like one of those way overpriced products that is usually sold to the exec's not IT departments. I dont have any real experience with Broadvision though, but this guy definately has an opinion. Perhaps you could shoot an

Scheduler Question

2001-12-09 Thread Bryant Tyson
I have a scheduled task that was put into the scheduler around 10am that was set to go off at 6pm today. It's set to run once with no end date. Start date is today. The actual line from the scheduler is: send_newsletters HTTPRequest 12/09/2001 - INDEFINITELY One-time at 19:00:00. Run

Accessing ColdFusion Execution Time Values

2001-12-09 Thread Christopher Dawes
Does anyone know of a way to access the coldfusion server execution times or the processing time data? Christopher Dawes Dawes International FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Scheduler Question

2001-12-09 Thread Mak Wing Lok
i guess you can check on the scheduler.log file --- Bryant Tyson [EMAIL PROTECTED] wrote: I have a scheduled task that was put into the scheduler around 10am that was set to go off at 6pm today. It's set to run once with no end date. Start date is today. The actual line from the scheduler

Re: Scheduler Question

2001-12-09 Thread Alex
put a cfmail tag in your code that emails you when its run On Sun, 9 Dec 2001, Bryant Tyson wrote: I have a scheduled task that was put into the scheduler around 10am that was set to go off at 6pm today. It's set to run once with no end date. Start date is today. The actual line from the

Stoopid forms question

2001-12-09 Thread Matt Robertson
Can I do this inside of a CFMAIL loop, when coming off of a form submission? I'm looking to just drop the code in, and given the nature of the template it'd be used on it would be a bit of a pain to set up a test. Was hoping someone was immediately familiar with running CFLOOPs inside of

RE: Accessing ColdFusion Execution Time Values

2001-12-09 Thread Joseph DeVore
If it's a query in question you can use cfquery.executiontime If you want to know how long an entire template took to process you can use gettickcount(). You can also turn on debugging in the CF Administrator for much more useful debugging info. !--- place this at the top of your template ---

Re: Accessing ColdFusion Execution Time Values

2001-12-09 Thread cftalk
The best I think you can do is a tag like my gauge.cfm cfif thisTag.ExecutionMode is start cfset tickTime = getTickCount() cfelse cfset tickTime = getTickCount() - tickTime cfoutputbr[cfif isDefined(attributes.Label)#attributes.Label#: /cfif#tickTime#ms]/cfoutput /cfif Wrap around code you

Re: Scheduler Question

2001-12-09 Thread Peter Tilbrook
Bryan, you could always include in the scheduled template a quick CFMAIL to yourself with the Date/Time the template was executed. Quoting Bryant Tyson [EMAIL PROTECTED]: I have a scheduled task that was put into the scheduler around 10am that was set to go off at 6pm today. It's set to run

SQL Query Statement

2001-12-09 Thread Mark Leder
I have two date fields (cal_date_start and cal_date_end). The dates are formatted as mm/dd/. How would I write a WHERE clause when querying the db to retrieve the records between the two dates (maybe using the BETWEEN statement)? It's OK to get records on the actual start date and end date.

Re: Stoopid forms question

2001-12-09 Thread Douglas Brown
You can do it, but you have to use a group= or query= in your cfoutput tag. Doug - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 5:44 PM Subject: Stoopid forms question Can I do this inside of a CFMAIL

Populating Options based on Option selected

2001-12-09 Thread PHP
Hello, I am trying to dynamically populate the data from a table that is selected as part of an option in a cfselect statement. So far I have: cfquery name=view datasource=technical select id, name from category order by name; /cfquery cfform action=TechnicalConnection.cfm name=category

Re: SQL Query Statement

2001-12-09 Thread Douglas Brown
Yeah you can do that. WHERE dateFormat(Now()) BETWEEN '#cal_date#' AND '#cal_date_end#' Doug - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 9:51 PM Subject: SQL Query Statement I have two date fields

Re: Populating Options based on Option selected

2001-12-09 Thread Douglas Brown
You could try the CF_TwoSelectsRelated tag. you can find it on allaires site. Doug - Original Message - From: PHP [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 10:10 PM Subject: Populating Options based on Option selected Hello, I am trying to