Re: Check value of form check box for CFMAIL

2001-02-14 Thread Bud
On 2/14/01, Jeff Davis penned: OK I need to check the value of a check box to see if it has been checked so I can pass the info in my CFMAIL tag. This is what I have so far: CFIF #bannerads# EQ 1 I want Banner Ads /CFIF Can anyone tell me if this right? If the checkbox isn't

HELP wap !!!!!!!

2001-02-14 Thread Vikram-burlee
Hi... I have been working with cold fusion for over 2 years in India and i have an requirement where in i have to send mails to my customers to their wireless systems I would like to know what are the various ways i can send mails to their cell phones and also what technology i will have

RE: JavaScript?

2001-02-14 Thread DeVoil, Nick
Does anyone have a good javascript that will allow you to type ina startDate and endDate and it will calculate the number of days inbetween and populate a 3rd form field on the fly? Chris This is the calculation http://developer.irt.org/script/2.htm You can do the rest with onChange or

RE: SimpleMessageBoard now available

2001-02-14 Thread Adam Reynolds
Like the tab code. Could see this having a lot of uses. Adam -Original Message- From: Tony Schreiber [SMTP:[EMAIL PROTECTED]] Sent: 13 February 2001 22:14 To: CF-Talk Subject:RE: SimpleMessageBoard now available That's what I said ;p At last..a

RE: CAN I combine Verity results with a standard query?

2001-02-14 Thread Philip Arnold - ASP
I'm trying to run a standard CFQUERY search using results found in a VERITY query. Heres what my code looks like: For some reason, I keep coming up with no results! What am I doing wrong? Any suggestions? --- CFSEARCH name = "GetResults"

404 Error

2001-02-14 Thread ZAMEX
This is a multi-part message in MIME format. --DF5FC63736D5ED85F5E527F7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, Anyone knows how to set up customized error page in CF 4.0 for 404 Error OR Page Not Fount OR HTTP/1.0 404 Object Not Found.

cfincluding application.cfm

2001-02-14 Thread Bud
Howdy all. I'm in a situation where I'm going to need parameters set in an application.cfm of one of my programs, but I'm going to be installing into a directory that already has a program running in it with an application.cfm. I'd rather not touch the other developer's files, so I don't want

RE: 404 Error

2001-02-14 Thread Daniel Lancelot
its not a CF error - its from your webserver - in IIS uder properties for a site theres a section for default error templates on one of the tabs... -Original Message- From: ZAMEX [mailto:[EMAIL PROTECTED]] Sent: 14 February 2001 11:51 To: CF-Talk Subject: 404 Error This is a multi-part

Re: cfincluding application.cfm

2001-02-14 Thread Vikram-burlee
There is no problem at all ...u can go ahead - Original Message - From: Bud [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 5:25 PM Subject: cfincluding application.cfm Howdy all. I'm in a situation where I'm going to need parameters set in an

Re: OT: Dave's Burning Rant, Part Deux

2001-02-14 Thread Dave Hannum
- Original Message - From: "Michael" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 13, 2001 9:37 PM Subject: Re: OT: Dave's Burning Rant, Part Deux My gosh, get over it already, stop beating a dead horse cause that is what is going on here. I respectfully

Problem with session variables not working

2001-02-14 Thread Eric V. Hodge
I have a production server that's running 4.0 which does not allow session and client variables to work. I have enabled them on the server and double checked my cfapplication tags to ensure the client and session management are set to 'Yes'. What else could be the problem. It is only

RE: Problem with session variables not working

2001-02-14 Thread Christoph Schmitz
Hi, CF 4.0 has a bug in that it identifies the session not by the combination of CFID and CFTOKEN, but, just by CFID alone. In case you indeed checked all settings and CFAPPLICATION tags, I'd go for an update to at least 4.01. Ummm... maybe unneccessary to ask, but, you're not trying to pass

Re: cfincluding application.cfm

2001-02-14 Thread CF
Nope .. I do it all the time. Todd Ashworth Web Application Developer Network Administrator Saber Corporation 314 Oakland Ave. Rock Hill, SC 29730 (803) 327-0137 [111] (p) (803) 328-2868 (f) - Original Message - From: "Bud" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: Problem with session variables not working

2001-02-14 Thread Eric V. Hodge
Thanks for the advice. I will recommend an upgrade to the CF server then. I am not trying to pass variables between apps, just trying to get session variables to work within a single app. Thanks. -Eric - Original Message - From: "Christoph Schmitz" [EMAIL PROTECTED] To: "CF-Talk"

RE: as400 connection

2001-02-14 Thread Peter J. MacDonald
The Company that puts it out is called Hit Software. Their web site is http://www.hitsw.com . We have used it at a couple of clients for VB apps. Thank You, Peter Peter J. MacDonald II Creative Computing, Inc. 100 Middle Street Lincoln, RI 02865 Phone: 401.727.0183 x123 Fax: 401.727.4998

Re: SimpleMessageBoard now available

2001-02-14 Thread allred
Other than installing CFX_Make_Tree, if I need it, does my ISP have to do anything to allow or enable this application? --John ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Dateformat behaviour

2001-02-14 Thread INGECOM - D. Delcomminette
Have a strange behaviour of DateFormat() function. Look at the following code and the results below. In my opinion CF could give me an error message on the second line (invalid date) but certainly not invert the day and month as it does! Your comments? Dominique cfoutput TABLE border="1"

CFIF Conditional Code.

2001-02-14 Thread Paul Ihrig
Ok i have a repeat region that shows every one that has voted on an admin page. If some one hase vote twice, i want there to be a delete button next to there name, for the admin to only delete duplicate data. i am trying to understand conditional cfif staments to do this. IF EmployeeID =

Re: (Admin) mailing code

2001-02-14 Thread paul smith
Thanks! I thot you also had an app that archived each message. How is this done? Are you leaving them on the server and accessing them there? best, paul At 11:59 PM 2/13/01 -0500, you wrote: http://www.houseoffusion.com/upload/cleanmail.txt http://www.houseoffusion.com/upload/monitor.txt

Urgent.... please help...

2001-02-14 Thread Vani Kolli
Hi all, I am using session variables in my application and session timeout is 24 hours. But my session times out before that. And also some of the variables time out and some of them don't. How do i overcome with this problem. We have 4.0 server with 2000/IIS and this is happening on my

OT: Excel to SQL7

2001-02-14 Thread Lee Surma
I'm using DTS(Data Transformation Services) to import an excel file to SQL 7. My problem is that DTS throws an error on numbers and dates unless the field in the SQL table is VarChar. It will not put a number into a number or a date into a date because everthing in Excel is viewed as a string.

Re: CFIF Conditional Code.

2001-02-14 Thread Douglas Knudsen
uh, check to see if the current records id == previous records id. That would easily indicate a repeat. Cheers! -- Douglas Knudsen LTT, that's Leveraged Technologies Team [EMAIL PROTECTED] Got Linux? http://linuxmall.com From: [EMAIL PROTECTED] AT INTERNET on 02/14/2001 09:02 AM

RE: 404 Error

2001-02-14 Thread Stephenie
that will only work with htm, iis will still display the defaul 404 when a non-existant cfm page is called...to make iis use a custom cfm page for cfm 404's, you need to go into iis, under home directory tab, towards the bottom where the application settings are, configuration tab, then edit the

RE: Urgent.... please help...

2001-02-14 Thread Vani Kolli
No even the max time out on my server is the same.. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 8:30 AM To: CF-Talk Subject: RE: Urgent please help... Sounds like you are exceeding the max timeout setup in the CFAdmin.

RE: HELP wap !!!!!!!

2001-02-14 Thread Dylan Bromby
you can do it one of three ways; 1) send an email to the phone based on their mobile ID. you need to know what the domain is for the mail accounts each carrier assigns. then you need to collect the mobile IDs of the users. you would send an email to something like [EMAIL PROTECTED] where 1...0

RE: HELP wap !!!!!!!

2001-02-14 Thread Dylan Bromby
as a follow-up...there's a coldfusion wireless discussion list. you can sign up at; www.bromby.com/cfwireless -Original Message- From: Vikram-burlee [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 12:33 AM To: CF-Talk Subject: HELP wap !!! Hi... I have been working with

Re: Urgent.... please help...

2001-02-14 Thread William J Wheatley
i second that, sounds exactly like you need to look at your CFADMIN settings Bill Wheatley Director of Development AEPS INC Allaire ColdFusion Consulting Partner Allaire Certified ColdFusion Developer http://www.aeps.com ICQ: 417645 http://www.aeps2000.com 954-472-6684 X303 IMPORTANT NOTICE:

RE: CF Studio 4.5 crash

2001-02-14 Thread Smith, Melanie
Thanks Sandra - I did everything you said and it works for me now too. What a royal pain but at least I'm on track. Thanks again! Date: Mon, 12 Feb 2001 09:08:57 -0800 From: "Sandra Clark" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: CF Studio 4.5 crash Message-ID: [EMAIL PROTECTED]

Brio Portal

2001-02-14 Thread Terry Bader
well, we have a new CF project here that will interface with a Brio Portal, so I am just wondering if anyone here has worked with both together. i just ask for reference in case i run into a problem. i'm reviewing the api now for brio. well, if nothing else it will be interesting...

Re: Urgent.... please help...

2001-02-14 Thread James Smith
Have you restarted the CF services since the values were changed in CFAdmin? - Original Message - From: "Vani Kolli" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 2:28 PM Subject: RE: Urgent please help... No even the max time out on my

RE: HELP wap !!!!!!!

2001-02-14 Thread Russell Brown
Check out textNow by http://www.redrocksoftware.com/US/index.htm also look into unofficial tags that utilise free sms gateways like quios.com and lycos.co.uk Russell Brown Internet Application Developer Freeserve.com Plc, PO Box 452, Leeds LS2 7EY Telephone: 0113 207 1203 -Original

REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Michel Vuijlsteke
Can *anyone* shed any light on this? Please? Help! Sometime yesterday around 19:49, my CF Server started throwing pcode errors by the hundreds, like this: unknown exception condition PCodeRuntimeContextImp::setVariableThe error occurred while processing an element with

RE: HELP wap !!!!!!!

2001-02-14 Thread Edward Chanter
There's also a carrier in Switzerland that lets you send SMS messages via a predefined email template, it works really nicely in CF and means that your users don't have to be signed up for mobile email. Let me know if you want the details ;o) -Original Message- From: Dylan Bromby

RE: Urgent.... please help...

2001-02-14 Thread Duane Boudreau
Check for invalid numbers in the time out settings. I got bit in the behind by putting a 60 in the minutes parameter in the createtimespan function. For 24 hours use: CreateTimeSpan(1, 0, 0, 0) not CreateTimeSpan(0, 24, 0, 0) Duane -Original Message- From: Vani Kolli [mailto:[EMAIL

Connecting to Lotus Notes

2001-02-14 Thread Adam Reynolds
Anybody know about or has done this type connection using CF? Best Regards, Adam Reynolds ColdFusion Web Developer ISMG Development, Unilever London ( +44 20 7822 5450 (ext 5450) m: +44 7973 386620 * [EMAIL PROTECTED] ~~ Structure your

RE: CFIF Conditional Code.

2001-02-14 Thread Stephen Kellogg
two thoughts 1. What about checking to see if they have already voted during the voting process and put up a message saying they have already voted. You could then show them their current vote and ask if they want to change it. 2. If you don't do option 1, can you use a SELECT DISTINCT in your

Re: Check value of form check box for CFMAIL

2001-02-14 Thread Tony Schreiber
Yes, you must check that the checkbox is defined. Unchecked checkboxes essentially do not exist when passed. CFIF IsDefined('Form.CheckBox')I want banner ads./CFIF The value doesn't matter. Unless you have multiple checkboxes with the same name. For example: INPUT TYPE="checkbox"

RE: SimpleMessageBoard now available

2001-02-14 Thread Tony Schreiber
Thank you. I made that available separately. Like the tab code. Could see this having a lot of uses. Adam -Original Message- From: Tony Schreiber [SMTP:[EMAIL PROTECTED]] Sent: 13 February 2001 22:14 To: CF-Talk Subject: RE: SimpleMessageBoard now available That's

Re: SimpleMessageBoard now available

2001-02-14 Thread Tony Schreiber
Like you said, you don't need CFX_Make_Tree unless you want it. In fact, I'm working on not needing it in the next release. Other than setting up a datasource, you shouldn't need anything else. Other than installing CFX_Make_Tree, if I need it, does my ISP have to do anything to allow or

RE: Urgent.... please help...

2001-02-14 Thread Vani Kolli
no.. do i have to -Original Message- From: James Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:07 AM To: CF-Talk Subject: Re: Urgent please help... Have you restarted the CF services since the values were changed in CFAdmin? - Original Message

RE: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Joshua Tipton
Need to put in a dbtype. ODBC OLE ... Joshua Tipton -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 10:10 AM To: CF-Talk Subject: REPOST: Weird pcode error (please! help!) Can *anyone* shed any light on this? Please?

Re: CFIF Conditional Code.

2001-02-14 Thread Bud
On 2/14/01, Paul Ihrig penned: i am trying to understand conditional cfif staments to do this. IF EmployeeID = EmployeedID AwardsID AwardsID then show a delete button. that seems simple to me. but in the master record every empID would Be equal to itself. so then i should see if its primamry

RE: HELP wap !!!!!!!

2001-02-14 Thread Russell Brown
I'd like deatils of this very much please.:-) Russell Brown Internet Application Developer Freeserve.com Plc, PO Box 452, Leeds LS2 7EY Telephone: 0113 207 1203 -Original Message- From: Edward Chanter [mailto:[EMAIL PROTECTED]] Sent: 14 February 2001 15:15 To: CF-Talk Subject: RE: HELP

Re: Excel to SQL7

2001-02-14 Thread Lee Surma
To further elaborate. I guess I was hoping that DTS would be stateless in much the same way CF is. Where string data that passes all of the rules of being a number could be used as a number. One thing that could work is putting the Excel data into a temp file and then using CF to loop through

RE: Urgent.... please help...

2001-02-14 Thread Vani Kolli
looks like i missed one point here. Our productions servers are in load balancing environment. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:15 AM To: CF-Talk Subject: RE: Urgent please help... Check for invalid numbers in

Re: Connecting to Lotus Notes

2001-02-14 Thread Neil H.
Long time ago I tried this. There was a little Note ODBC connector and I could read data. Had a hell of time writing data into a DB but given enough time you can probably figure it out. Thanks, Neil - Original Message - From: "Adam Reynolds" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: as400 connection : error still

2001-02-14 Thread James Taavon
check your port number, default is 446. Mak Wing Lok wrote: hi, i tried with your steps below but get a different error : db2 = connect to ILSDB user MS007 using PASSWORD SQL10012N An unexpected operating system error was received while loading the specified library "libddcs.a".

RE: 404 Error

2001-02-14 Thread Tony Gruen
Dacha, If you have enabled session variables, this is easy. In your application.cfm page insert this code below your cfapplication... CFERROR TYPE="Request" TEMPLATE="error.cfm" MAILTO="[EMAIL PROTECTED]" Then be sure to have a custom error.cfm page within that directory scope. It is important

CFCOOKIE help

2001-02-14 Thread JMilks
Hi, Silly question...I know that a page can't set a cookie if it has a CFLOCATION on it, but will it set it if the cookie is defined in an included page, but the calling page has a redirect? What if I redirect with JavaScript? Jim ~~ Structure

What are some options for generating large outputs

2001-02-14 Thread Larry W. Virden
A user has specifically requested to see the results of a query where the resulting output is 32,000 or more records. It takes more than 15 minutes to generate the huge HTML table that is currently being generated, the server is slowed down during this time, the potential for thread conflicts

RE: Dateformat behaviour

2001-02-14 Thread Christopher Olive, CIO
actually, it looks like DateFormat is helping you out by assuming that the second date you supply is the "european" style of mm/dd/. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: INGECOM - D. Delcomminette [mailto:[EMAIL

Opening Adobe Acrobat form from CF page with SSL

2001-02-14 Thread Todd Stanley
In our app we have a PDF that we open from a CF page and populate with a bunch of data as a sort of preview so they can look at it before printing. We've never had a problem with this functionality until we put it on a setup with separate CF and SQL (using Microsoft SQL 7) servers and turned on

CF Charting Technology?

2001-02-14 Thread Vance Duke
I am looking for something that will do charting like flow charts, network diagrams, process diagrams, that will work with CF and can be dynamic. I have looked at SVG by Adobe, and though it is XML, it is a bit clugy. Is there anything else out there that someone can at least point at so I can

RE: HELP wap !!!!!!!

2001-02-14 Thread Edward Chanter
The link below should provide all the info you need ;o) http://www.novelsoft.ch/sms-center/e/services.html HtH -= Ed -Original Message- From: Russell Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 3:50 PM To: CF-Talk Subject: RE: HELP wap !!!

Clearing CF Admin log files

2001-02-14 Thread river
How can I clear the CF Admin log files? Is it safe to delete those log files in cfusion/log? Thanks for your help. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Excel to SQL7

2001-02-14 Thread Philip Arnold - ASP
To further elaborate. I guess I was hoping that DTS would be stateless in much the same way CF is. Where string data that passes all of the rules of being a number could be used as a number. One thing that could work is putting the Excel data into a temp file and then using CF to loop

Re: Connecting to Lotus Notes

2001-02-14 Thread Douglas Knudsen
One of our developers here has done this. I can't find the code though, sorry. You have to install the Notes client on the server to get the ODBC drivers to setup the DSN. You can read and write, but according to this developer you can't use CFTRANSACTION. Cheers! -- Douglas Knudsen

Using excel as a data source????

2001-02-14 Thread Richard Kuryk
I set up cold fusion with an excel file but I can't seem to find any documentation on how to perform a query on the file. I have tried referencing it my the excel sheet name and by file name. Please Help Thanks Rich ~~ Structure your

RE: Dateformat behaviour

2001-02-14 Thread Steve Martin
DateFormat assumes US date formats by default - it is effectivelt a hardwired US locale specific version of LSDateFormat. I would recommend that you set your locale using SetLocale("English (UK)") [or whatever] and then use the locale specific versions of the date and time manipulation functions.

RE: CFCOOKIE help

2001-02-14 Thread Russell Brown
javascript redirect is fine as it occurs after the page has been through cf server and is then sent to browser, rendered, redirected via JS . Russell Brown Internet Application Developer Freeserve.com Plc, PO Box 452, Leeds LS2 7EY Telephone: 0113 207 1203 -Original Message- From:

(Article) Numeric lookups in Structures

2001-02-14 Thread Michael Dinowitz
From the depths of the FRB comes the voice of the prophet. He speaks words of wisdom for those who wish to listen. The words spoken now concern using numbers as a lookup index in a structure rather than text. This will be written up as a paper on www.fusionauthority.com. The Book of Michael

RE: CFCOOKIE help

2001-02-14 Thread Benjamin S. Rogers
Silly question... Doubtful. :) I know that a page can't set a cookie if it has a CFLOCATION on it, but will it set it if the cookie is defined in an included page, but the calling page has a redirect? No, it will not. The issue with CFLOCATION is that ColdFusion aborts the normal

Re: What are some options for generating large outputs

2001-02-14 Thread S C
what db are you running against? ColdFusion 5.0 which is scheduled to be released in Q2, will actually display the records to the browser as it is retrieving them. But since your issue obviously requires an immediate solution, I recommend using a stored procedure to return 'n' records at a

RE: What are some options for generating large outputs

2001-02-14 Thread Edward Chanter
Did you try outputing it as a comma delimited (or some other delimiter) csv file.? I had a simillar problem a while back and doing it as a delimited file was an awful lot quicker. Just a thought. -= Ed -Original Message- From: Larry W. Virden [mailto:[EMAIL

RE: What are some options for generating large outputs

2001-02-14 Thread Garza, Jeff
Have you considered generating a comma separated file and then importing to Excel? This is how I've had to manage it in the past when working in a UNIX environment. No fancy hooks into MSOffice via COM. ;-( Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED]

Re: CFCOOKIE help

2001-02-14 Thread Harry Wagner
I do that very thing with a Javascript redirect to get around the cfloacation problem. It works fine. Harry Wagner Dept A63S AP14B 847 937-8882 JMilks [EMAIL PROTECTED] 02/14/2001 10:54 AM Please respond to cf-talk To: cf-talk [EMAIL PROTECTED] cc: Subject: CFCOOKIE help Hi,

RE: What are some options for generating large outputs

2001-02-14 Thread mherbene
You could generate a CSV file (comma-separated values) which Excel can open. Excel does have a relatively low (~ 250) limit on the number of columns that it will handle with a CSV file, and I've only created files with ~ 1000 rows. Anyway, CF + Unix tools can easily create a valid CSV file.

RE: What are some options for generating large outputs

2001-02-14 Thread Peter J. MacDonald
What is the database you are using? You could write a SQL statement to extract the information and save it to a simple text file in a CSV format then import it to excel. Remember that depending on what version of excel you are using effects how many rows it can import. Thank You, Peter Peter

Re: What are some options for generating large outputs

2001-02-14 Thread Dave Hannum
Just generate a .cvs (Comma delimites) text file and do a cfcontent into excel with it. Works like a charm here. Dave - Original Message - From: "Larry W. Virden" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 11:17 AM Subject: What are some

Extending CFFORM

2001-02-14 Thread Michael Dinowitz
Its not that CFFORM can not be extended, its that people have not read the depths of the docs. CFFORM can be seen as being composed of 4 things. The first is the ability to create standard form tags dynamically. The second is to use pre-built javascript validation libraries. The third is to

Re: What are some options for generating large outputs

2001-02-14 Thread Stephen M Aylor
Crystal Reports ..? PDF ...? www.activePDF.com / www.digapp.com (probably the best ..) Guess it kinds of depends on how complex the layout of the data reports are Steve - Original Message - From: "Larry W. Virden" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

OT: IIS 4.0 integration with VSS 6.0

2001-02-14 Thread William H. Bowen
Anybody out there had any experience installing MS Visual Sourcesafe 6.0 and integrating it with IIS 4.0? All the documentation I can find points to an install option (in VSS install) that seems to have existed in VSS 5.0 but does not exist in VSS 6.0. Am I missing something obvious? Answers

RE: HELP wap !!!!!!!

2001-02-14 Thread Russell Brown
Great, thanks Russell Brown Internet Application Developer Freeserve.com Plc, PO Box 452, Leeds LS2 7EY Telephone: 0113 207 1203 -Original Message- From: Edward Chanter [mailto:[EMAIL PROTECTED]] Sent: 14 February 2001 16:36 To: CF-Talk Subject: RE: HELP wap !!! The link below

RE: What are some options for generating large outputs

2001-02-14 Thread Chris Maloney
Larry, The best option I can think of is to use CFScript for the output, and put the data inside of pre/pre tags so that you can format without having a table...I can't tell you how much time this would save but it would reduce the overhead used by the table...however you won't have any nice

Parsing Headache (Removing Multiple Images)

2001-02-14 Thread Steve Reich
OK.. I am writing a tag with CFHTTP to blah, blah, blah... it works fine. Now I want to port my application to the Palm Pilot so I want to remove the images from the output. Here's my line of thinking at the moment... cfscript output = #Trim(CFHTTP.FileContent)#; imageStart =#Find("img",

Re: JavaScript?

2001-02-14 Thread Steve Reich
Does anyone have a good javascript that will allow you to type ina startDate and endDate and it will calculate the number of days inbetween and populate a 3rd form field on the fly? any help would be appreciated. Since you asked I guess I'll post my quarterly reminder that there is an

Re: Parsing Headache (Removing Multiple Images)

2001-02-14 Thread Steve Reich
It's like lighting up a cigerette right as your meal comes... I figured it out (but am open to a better solution is anyone has one...) cfloop condition="#Find("img", output, 1)#" cfscript imageStart =#Find("img", output, 1)#; imageEnd = #Find("", output, imageStart)#; imageLen = imageEnd -

Clarification on Security Sandboxes

2001-02-14 Thread Gregory Harris
Ok, lemme see if I have this straight on advanced security ColdFusion sandboxes: The work on policies that you specify in the CF Admin Operating system sandboxes: Work with the operating system, banking on the username and password specified to determine what all users have. Now a question:

RE: Using excel as a data source????

2001-02-14 Thread Philip Arnold - ASP
I set up cold fusion with an excel file but I can't seem to find any documentation on how to perform a query on the file. I have tried referencing it my the excel sheet name and by file name. Please Help OK, here's how it would be used; The ODBC source points to the file The "table name" is

Custom Tags for CF Logs

2001-02-14 Thread Chris Alvarado
Any recommendations on tags for viewing th CF Logs? I downloaded Ben Forta's CFX tag but it seems that the latest version was only meant for version 3 of CF...=P I like the way this tag works though, returns results as query results thus I can manipulate them myself. Can anyone recommend

SQL Convert and joining on date

2001-02-14 Thread Duane Boudreau
Hi All, In a query I am working on I am trying to do a join based on date, but all dates are stored as -mm-dd hh:mm:ss (small date) and I want to join based on -mm-dd. I can not find any actual samples in SQL BOL on using the CONVERT function to format dates. Can some lend a hand?

RE: What are some options for generating large outputs

2001-02-14 Thread Dave Watts
A user has specifically requested to see the results of a query where the resulting output is 32,000 or more records. It takes more than 15 minutes to generate the huge HTML table that is currently being generated, the server is slowed down during this time, the potential for thread

Re: What are some options for generating large outputs

2001-02-14 Thread Larry W. Virden
Re: what db are you running against Oracle 8.1.6.2 for SPARC Solaris Subset display is one of the many variations we've discussed. I was hoping to find something 'outside the box' to suggest. Looks like we are covering the normal bases. Thank you to all! -- Larry W. Virden URL:

RE: What are some options for generating large outputs

2001-02-14 Thread Larry W. Virden
Re: csv Well, I suggested outputting as csv - I even suggested using cfexecute to call a perl app to create a binary excel file, or to call oracle reports, or to try to generate a PDF with the data in it smile. I was just hoping someone would look at this and say something like "silly rabbit,

RE: Dateformat behaviour

2001-02-14 Thread Bert Dawson
I think what's happening is that you're misusing the dateformat() function: it expects a date object, but you're passing it a string. DateFormat() misguidedly (IMHO) does its best to convert the string into a date, first using the US month/day/year format, and when that fails, it tries the

RE: Hey Dave when can we see your email code

2001-02-14 Thread Jeremy Allen
Welcome to America. Anyways, I do agree. Jeremy Allen elliptIQ Inc. -Original Message- From: Shawnea Carter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:53 AM To: CF-Talk Subject: Re: Hey Dave when can we see your email code Folks, It is time for a fact check:

Re: Clearing CF Admin log files

2001-02-14 Thread Gary Dusbabek
If you don't need them, it is safe to delete them. - Original Message - From: "river" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 9:41 AM Subject: Clearing CF Admin log files How can I clear the CF Admin log files? Is it safe to delete those

CFSCRIPT

2001-02-14 Thread David Baskin
Sorry if this is a dumb question, but i'm curious about CFSCRIPT. what language is the script written in? i've seen some examples that look like javascript, but i haven't been able to determine for sure what language is being used. Also, if anyone can point me to a source where i can learn more

OT: WINNT/TASK could not start

2001-02-14 Thread PEREZ, RICHARD RINGO (SBCSI)
Does anybody here experience a message "COULD NOT START" status on your scheduled WINNT tasks? I don't know where to fix this? Can somebody let me know if they experience this and know how to fix it. Thank you. ~~ Structure your ColdFusion code

RE: SQL Convert and joining on date

2001-02-14 Thread Duane Boudreau
Got it, a little more digging did the trick. CONVERT(char(12), t1.date1, 107) = CONVERT(char(12), t2.date2, 107) -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 1:17 PM To: CFTalk Subject: SQL Convert and joining on date Hi All,

RE: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Michel Vuijlsteke
Really? Can anyone confirm that not putting a dbtype in cfquery causes cfschedule to throw PCode exceptions? -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 4:41 PM To: CF-Talk Subject: RE: REPOST: Weird pcode error (please!

RE: Parsing Headache (Removing Multiple Images)

2001-02-14 Thread Seva Petrov
Steve, Why not try something easier: cfscript output = Trim(CFHTTP.FileContent); output = REReplaceNoCase(output, "img[^/]+[/]?", "", "all"); /cfscript Best, Seva Petrov Senior Developer TheSquare.com -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent:

RE: Parsing Headache (Removing Multiple Images)

2001-02-14 Thread JustinMacCarthy
REreplace(page,"img.*[^]","","ALL") or something??? Justin -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 5:44 PM To: CF-Talk Subject: Parsing Headache (Removing Multiple Images) OK.. I am writing a tag with CFHTTP to blah, blah,

Re: Installing an ActiveX control in Netscape

2001-02-14 Thread David Adams
Have you looked at NCompass plug-in? I am not sure if they still make it, but thats what we use for problems similiar to yours. Dave Adams CFUG Ottawa - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, February 09, 2001 8:57 AM Subject: OT:

Re: Parsing Headache (Removing Multiple Images)

2001-02-14 Thread Dick Applebaum
Steve Try: cfhttp method="get" URL="http://apple.excite.com/" cfset cleanText = ReReplaceNoCase(CFHTTP.FileContent, "IMG[^]*", "", "ALL") cfoutput#cleanText#/cfoutput HTH Dick At 12:44 PM -0500 2/14/01, Steve Reich wrote: OK.. I am writing a tag with CFHTTP to blah, blah, blah... it works

Re: Parsing Headache (Removing Multiple Images)

2001-02-14 Thread Jennifer
At 12:44 PM 2/14/01 -0500, you wrote: OK.. I am writing a tag with CFHTTP to blah, blah, blah... it works fine. Now I want to port my application to the Palm Pilot so I want to remove the images from the output. Here's my line of thinking at the moment... cfscript output =

Re: Urgent.... please help...

2001-02-14 Thread James Smith
On paper? No I don't think you do, but I have had several of CF's settings not take full effect until the service was restarted, even when the paper said is wasn't needed. I would give it a try and see what happens, worst case is that your sites are offline for 10 seconds while you stop and

PDFs, Linotronic PS Drivers, Forms and Adobe Licensing

2001-02-14 Thread Eric Dawson
So this guy says to me. It's be cool if ... I think I heard some comments on using Adobe Distiller on an Internet Server is in violation of the Adobe license for Distiller? Is this true? Here is what I am thinking. We create a basic site with an info centre to post how to's and help etc. We

Document to PS, Form to CF, Distiller to PDF ...

2001-02-14 Thread Eric Dawson
So this guy says to me. It's be cool if ... I think I heard some comments on using Adobe Distiller on an Internet Server is in violation of the Adobe license for Distiller? Is this true? Here is what I am thinking. We create a basic site with an info centre to post how to's and help etc. We

RE: Custom Tags for CF Logs

2001-02-14 Thread Benjamin S. Rogers
I haven't had great luck with any of the other existing tags/applications out there. I've had the best luck with LogViewer. However, the new price tag on it is difficult to justify. There is a new tag debuting in ColdFusion 5 called CFLOG. Hopefully, this will simplify the task a bit and promote

  1   2   >