RE: intranet apps

2000-11-10 Thread Stewart McGowan
Min, I'll take two, it'd free up a couple of guys to do 'payin' work :) Stew Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Dynamic PDF

2000-11-10 Thread Gordon Burns
Hi Stephen, Sorry for delay in responding I have been away from theoffice. ActivePDF.com I looked installed locally and frankly could not understand it so gave up. I have Adobe acrobat which I use locally for manuals etc but this is just not my field. I can see you are exasperated as well

Re: CF editing software - vote

2000-11-10 Thread W Luke
I may be mistaken, but at one time, you had to have purchased a subscription to CF, and then you could log in to beta.allaire.com. Now it appears, you can use the login that you create when you download evaluation software from allaire.com, and login to the beta site. Let me know if that

Help With a prob

2000-11-10 Thread Harrison, Richard (Web Development)
Hi, I have a prob and was wondering is someone could help or point in the right direction. CFQUERY name="qry1" dataSource="xxx" SELECT field1 FROMTable1, Table2 WHERE Table.field2 = Table2.field2 AND (Table2.field3 = 'E047') AND

Re: Input type=File

2000-11-10 Thread W Luke
I'm trying to do an INPUT type="file"..., but it doesn't seem to work! In reading some websites and documentation, it looks like I need to install Microsoft Posting Acceptor. Does anyone have any experience with this? Is it still required for Windows 2000? All the copies I can find seem to

Re: fusebox

2000-11-10 Thread Jon Hall
True on all of the above...but The basic point is that FuseBox works. Many, many developers can testify to that. It is not, however, perfect, nor does anyone claim that it is. It's just a whole bunch of people working together, trying to do things in roughly the same way, resulting in a

Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in

2000-11-10 Thread Jon Hall
I read all your emails Patti...and they all seem to be the same... rofl jon - Original Message - From: "Patti Mayer" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, November 10, 2000 1:56 AM Subject: Hello. I'm looking for talented Photojournalists and Videographers.

CFX_NNTP

2000-11-10 Thread W Luke
Hi, I'm having loads of problems using this tag to write messages to an Access database. Has anyone used this tag successfully, or know of a live example of a site using it? Thanks Will

RE: Help With a prob

2000-11-10 Thread Mike Connolly
What I'd do is take the returned value from your query (eg. It is now #Now()#) and do a regular expression find (ReFind) for the #..#'s and evaluate() the content between the #;s. eg. 1. Find statements enclosed in #..# in 'It is now #Now()#' 2. Evaluate(Now()) 3. Re-insert the evalauted

Re: fusebox

2000-11-10 Thread Sean Renet
This conversation is always the oddest topic. I am sure the day you walk into Figleaf you are handed the Rig Veda of methodology standards. Anyone that has been to a conference and heard Dave or whoever from Figleaf speak must concede they have their shit completely together. However, if you

RE: XML / XSL

2000-11-10 Thread Paul Johnston
Nice! I like it! Anyway, if you want a zip file with some basic (and I mean simple) examples of XML and XSL with speed testing then you can download them (if you're lucky) from: http://www.cfm-resources.com/c/cfdoc/downloads/xslstuff.zip These again use MSXMLDOM object. Please use them how

RE: intranet apps

2000-11-10 Thread Paul Ihrig
i have a employee picture board phone list. as well as an education section. i am sure some one here could write them better, cleaner. but i can send you the examples then you can modify as you see fit. -paul -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]

RE: Help With a prob

2000-11-10 Thread Harrison, Richard (Web Development)
Thanks, will try that and see. Richard. -Original Message- From: Mike Connolly [mailto:[EMAIL PROTECTED]] Sent: 10 November 2000 11:49 To: CF-Talk Subject: RE: Help With a prob What I'd do is take the returned value from your query (eg. It is now #Now()#) and do a regular

HTTP PUSH

2000-11-10 Thread Cold Fusion
Pls excuse if this is a basic Q, I'm still kind of new to CF... How can I use HTTP PUSH in CF? Is there some kind of parameter to add to CFOUTPUT? As usual with HTTP PUSH, I want to be able to push back parts of a returning HTML page from CF to the user as the page's processing and output

Programmatically listing form post

2000-11-10 Thread Harrison, Richard (Web Development)
Hi, I am trying to create a basic but dynamic form handling email page. I want it to be generic for any form that will be created in the future so with the exception of TO, FROM, SUBJECT, the other fields will not be known. Is there a method of searching the FORM construct for any variable

Re: CF Mail and Url Links

2000-11-10 Thread Howie Hamlin
The only way to guarantee this is to send it as HTML. I know you didn't want to do this but there really is no other way... Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most

RE: HTTP PUSH

2000-11-10 Thread Mike Connolly
You will find that all CF pages are synchronous in their execution, in that the entire page must be pre-compiled to HTML before any content can be see by the client's browser. There are numerous ways to optimize your CF code, who such way is to minimize the number of records returned in a query

Re: Reporting Tool Options

2000-11-10 Thread Larry W. Virden
I believe that what our users are doing is generating PDF files via oracle reports, then pointing to those directories where the PDF files is situated. -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden mailto:[EMAIL PROTECTED] URL: http://www.purl.org/NET/lvirden/ Even

RE: Programmatically listing form post

2000-11-10 Thread Mike Connolly
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01C04B1B.735CAC30 Content-Type: text/plain There is a good custom tag (see attachment) called CF_MAILFORM written by Ben Forta, which

OT: Lotus Notes mail

2000-11-10 Thread Gina.M.Shillitani
Has anyone sucessfully sent email on a LAN using Notes via a web browser (and not using Domino)? I can do a mailto:Gina M. Shillitani/CHASE@CHASE if the workstation's browser is set to use Notes as the mailer, but I can't use mailto:Gina M. Shillitani/CHASE@CHASE?subject=Some subjectbody=Some

Best Practices

2000-11-10 Thread David Clay
This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=_702B4CD5.E687E0B3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable

Cflocation and Session.variable

2000-11-10 Thread Gavin Myers
I think i remember hearing that you cannot use cflocation and set a cookie on the same page - if this is correct, can you set a session variable and use cflocation? This could explain a few problems I am having, If you cannot use cflocation and set a session variable, anyone know of a better

RE: HTTP PUSH

2000-11-10 Thread Dave Watts
There are numerous ways to optimize your CF code, who such way is to minimize the number of records returned in a query by using the BLOCKFACTOR option. Just as an aside, using BLOCKFACTOR doesn't affect the number of records returned in a query. It allows you to buffer a larger amount of

RE: Best Practices

2000-11-10 Thread Mike Connolly
On point two, I wouldn't put queries in the application.cfm unless you want it to execute everytime to access ANY cf template. Also, if this is the case, does the content of the query change frequently throughout the application? If not, it would be best to cache the query to avoid unecessary

RE: CF Load Testing

2000-11-10 Thread Dave Watts
We are stress testing an application here with LoadRunner. Does anyone have any experience testing a CF app with this tool? I haven't really worked in earnest with LoadRunner, but I'll give this a shot. At present we're simulating all of the virtual users as coming from one IP address.

Re: OT: Lotus Notes mail

2000-11-10 Thread Mary_Baotic
I don't think that is possible via a web browser. Web browsers send their emails to SMTP servers which do not understand the Lotus Notes way of addressing email. What we do here is send email to the SMTP mail server and format the email using the internet addressing scheme: [EMAIL

RE: Best Practices

2000-11-10 Thread Scott Wolf
I am looking for the bast practices on the following questions: 1) Is it best to have 1 large database with many tables or vise versa. Vice versa? Having 1 large table with many databases? :P 2) Is it best to set queries in the application.cfm or in the page it = self, knowing this is a

Re: Cflocation and Session.variable

2000-11-10 Thread Todd Ashworth
It is true that you can't set a cookie and use cflocation on the same page. You can, however, use session variables and cflocation together. Todd Ashworth - Original Message - From: "Gavin Myers" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, November 10, 2000 9:04 AM

CFCACHE and security concerns

2000-11-10 Thread Rob Keniger
Hi, A CF application I'm planning is designed to make extensive use of CFCACHE to improve performance. Recently I heard that there may be some security implications if this tag is used. Has anyone had any bad experiences with CFCACHE in a security context? Any other problems? (sorry for the

RE: Best Practices

2000-11-10 Thread Nathan Stanford
you could check and see if the query exists before rerunning it. cfif not isdefined("phonelist") cfquery name="phonelist" datasource="myDSN" cachedwithin="CreateTimeSpan(0, 3, 0, 0)" select * from phonelist /cfquery /cfif -Original Message- From: Mike Connolly [SMTP:[EMAIL

RE: Suppressing the Output in a Custom Tag

2000-11-10 Thread Simon Horwith
Hey. it's been a long week. Actually, I've never had to use the generated content attribute... I try to write my tags to generate exactly what I want from the get go like I said though, it's been a long week. ~Simon P.S. We are figs. Simon Horwith Certified ColdFusion Developer Fig

RE: Dynamic PDF

2000-11-10 Thread Simon Horwith
if you guys have any activepdf questions, fire awayI've got more experience integrating it's objects and functionality from CF than I'd ever dreamed (or hoped for). ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036

RE: Cflocation and Session.variable

2000-11-10 Thread Dave Watts
I think i remember hearing that you cannot use cflocation and set a cookie on the same page - if this is correct, can you set a session variable and use cflocation? This could explain a few problems I am having, If you cannot use cflocation and set a session variable, anyone know of a

Re: Best Practices

2000-11-10 Thread Todd Ashworth
| If there are queries that run very often but not on every page, I | usually | just put them in where they are needed. I don't know for sure if that's | the "best" practice, it's just how I usually do it. I would also take a semi-Fusebox approach to this and write the query in its own page and

RE: CFX_NNTP

2000-11-10 Thread Chris Evans
I've used it quite successfully. What sort of problems are you having? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 6:39 AM To: CF-Talk Subject: CFX_NNTP Hi, I'm having loads of

RE: CF Load Testing

2000-11-10 Thread Kevin Langevin
I haven't used LoadRunner in years, but I did some fairly extensive testing with it when I did. What I would suggest, however, is getting a copy of WinRunner instead, which I believe in it's newest incarnation is built for web testing. Mercury (I think it's Mercury that makes WinRunner and

Windows NT errors ANY INSIGHT?

2000-11-10 Thread Neil H.
My Logs show the following Errors: "Error","TID=424","11/07/00","13:09:20","Windows NT error number 109 occurred." "Error","TID=398","11/07/00","14:08:49","Error number 232 occurred while attempting to write the reply to the web server." "Error","TID=398","11/07/00","14:08:49","Windows NT error

Re: CF editing software - vote

2000-11-10 Thread W Luke
- Original Message - From: ""Peter Alexandrou"" [EMAIL PROTECTED] Newsgroups: dotcom.lists.cftalk Sent: Thursday, November 09, 2000 12:58 PM Subject: Re: CF editing software - vote You'll find that the majority all user Cold Fusion Studio. Its the only thing to use as everything

please recommend cf host

2000-11-10 Thread Philip Denlinger
I am a fledgling cf user and am looking for a cf host. This site is the archives of a science journal, with abstracts in HTML, and full text articles in PDF. Here are the characteristics of the site: NEEDS: - Traffic: Average 250 megs transfer per month Disk space: Currently

RE: Dynamic PDF

2000-11-10 Thread Stewart McGowan
Its not really an activePDF question but a generic one :) Do u know of a plugin that allows mark-up online of PDF's, by multiple peeps? We're using a DHTML mark up of JPG's atm but would like to move to a PDF workflow to match our production Cheers Stew

RE: Cflocation and Session.variable

2000-11-10 Thread Andy Ewings
Yep you can. I have a page that runs an SP, sets a bunch of Client variables and then does a CFLocationseems to work ok. I know I am using Client vars but shouldn't make a difference if you use session vars -- Andrew

RE: Best Practices

2000-11-10 Thread Aidan Whitehall
I would also take a semi-Fusebox approach to this and write the query in its own page and just include that page as needed. That way, you only need to go to one place to change the query ;) And if it's a query that is run often enough and almost never changes (ie GetCountries), as well

RE: HTTP PUSH

2000-11-10 Thread Cold Fusion
[EMAIL PROTECTED] writes: You will find that all CF pages are synchronous in their execution, in that the entire page must be pre-compiled to HTML before any content can be see by the client's browser. Thanks for the response Mike. There are numerous ways to optimize your CF code, who such way

Re: Replacement for iAuth

2000-11-10 Thread Chuck Hergenroeder
Check out WebQuota http://www.flicks.com -- Original Message -- From: "Steve Pierce" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 9 Nov 2000 13:25:42 -0500 I was wondering is anyone has had any experience with software that is similar to

Re: CFX_NNTP

2000-11-10 Thread W Luke
I've used it quite successfully. What sort of problems are you having? Well, for instance, due to the fact that it pulls message-senders' names including quotation marks (i.e. "W Luke"), that in turn disrupts a standard Query to insert those messages into a Database (whether this is an Access

Studio Glitch - Losing Characters.

2000-11-10 Thread Todd Ashworth
Ugh! This is driving me crazy. Every time I open any type of document in CF Studio, it cuts off the last few characters in the page. It doesn't matter if it's a CF file, HTML file, Style Sheet, or anything. This just started recently. It's nothing major, other than a major annoyance, and I'd

RE: please recommend cf host

2000-11-10 Thread ibtoad
I just signed up with www.webexpose.net only $10.95 a month for CF hosting with Access/Foxpro DB and a control panel that lets you control the server, ODBC, and even upload custom tags. I am very impressed!! You can have SQL server for only $25 a month. Thanks, Rich -Original Message-

RE: Windows NT errors ANY INSIGHT?

2000-11-10 Thread Russel Madere
Neil Is your SQL server using named pipes? According to NET HelpMsg 109 and NET HELPMSG 232, these errors are closing and ending pipes. Russel Russel Madere, Jr. Senior Web Developer ICQ: 5446158

RE: [Cold Fusion Oracle]

2000-11-10 Thread Peter Benoit
Well I'm a little confused how to use "native drivers". How would I set such an option in the CF administrator? * -Original Message- * From: Alex [mailto:[EMAIL PROTECTED]] * Sent: Thursday, November 09, 2000 3:49 PM * To: CF-Talk * Subject: Re: [Cold Fusion Oracle] * * * its

Re: CF editing software - vote

2000-11-10 Thread Ryan
Downloaded a trial of it - pretty good so far. Is it possible for it to compare 2 files and highlight differences, though? If not, does anyone know of a proggie capable of this? Windiff. Also textpad (from textpad.com) will compare two text files, but I don't think it highlights the changes,

RE: Cflocation and Session.variable

2000-11-10 Thread Cameron Childress
Yep you can. I have a page that runs an SP, sets a bunch of Client variables and then does a CFLocationseems to work ok. I know I am using Client vars but shouldn't make a difference if you use session vars Unless you have Client vars set to be stored as cookies. -Cameron

RE: New CF Version Books

2000-11-10 Thread Ben Forta
Books will all be updated for CF5. --- Ben -Original Message- From: Reilly, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 5:26 PM To: CF-Talk Subject: New CF Version Books Ben Forta or anyone that knows: Is Ben writing a new set of books for CF 5.0, or waiting

Re: Best Practices

2000-11-10 Thread Andy Goodson
At 06:48 AM 11/10/00 -0700, you wrote: snip I am looking for the bast practices on the following questions: 1) Is it best to have 1 large database with many tables or vise versa. This is a data modeling question and the answer, of course, is maybe. For a good quick-reference on data

RE: text split into 2 columns

2000-11-10 Thread Courtney Payne
avex, With an arbitrary "splitting limit" of 700, something like this should work. Haven't tested it should point you in the right direction. cfif len(yourText) GT 700 cfset temp = int(len(yourText)/2) cfset boundary = Find(" ", yourText, temp) cfelse cfset boundary =

RE: Studio Glitch - Losing Characters.

2000-11-10 Thread Simon Horwith
You're probably running some "4.5 or post 4.5" release, right? Try uninstalling studio and installing the 4.0.1 version... it was much more stable, in my opinion. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570

Re: CFX_NNTP

2000-11-10 Thread Todd Ashworth
--- snip --- | disrupts a standard | Query to insert those messages into a Database (whether this is an Access | problem, ODBC problem, or any DB I don't know - but AFAIK you can't insert a | field with quotes into a table). --- snip --- What does your insert statement look like and what is the

RE: Suppressing the Output in a Custom Tag

2000-11-10 Thread Dave Watts
Don't all you figs or leaves or whatever you're called go through the mind-meld procedure with Dave? Or is that only after the probationary period? We're hiring too fast - there isn't enough mind to go around! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496

RE: [Cold Fusion Oracle]

2000-11-10 Thread Andy Ewings
You can still use ODBC to access Oracle. It is just a means of interpretation between the object throwing the request at the DB (in this case CF) and the DB itself. If you prefer you can use OLEDB but I'd just stick to ODBC. You should access the db in exactrly the smae way as you access the

Re: CF editing software - vote

2000-11-10 Thread dave fauth
examdiff pro is a good cheap tool for doing file comparisons with highlighting. It is $25 bucks shareware. At 09:20 AM 11/10/2000 -0600, you wrote: Downloaded a trial of it - pretty good so far. Is it possible for it to compare 2 files and highlight differences, though? If not, does anyone

RE: CF editing software - vote

2000-11-10 Thread Gieseman, Athelene
You might look at a product called Deltaview. You can download an eval at: http://www.workshare.net/flash/downloads.shtml Lawfirms use this product to compare revisions in documents. But it's a nice product in that it will compare all kinds of documents including text files, spreadsheets (both

RE: Best Practices

2000-11-10 Thread Nathan Stanford
ColdFusion 5.0 Query a Query!!! Your own User Functions!!! Java Engine Coming... Code Named Neo!! (Faster then C++ Engine currently being used.) -Original Message- From: Aidan Whitehall [SMTP:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 8:59 AM To: CF-Talk Subject:

Re: When to use CFLock

2000-11-10 Thread Greg Wolfinger
You MUST use CFLOCK on any session variables becuase of data integrity. Say you hav a user hit reload twice on the same page that is setting and/or reading a session variable. Without locks, two threads are then sent to the CF Server and are both working at the same thing. This can cause

Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in

2000-11-10 Thread Peter Theobald
From Neotech-associates own, very shoddy website: CEO Director of New Product Innovation CINDY J. POMARLEN Cindy brings NeoTech unmatched foresight, creativity, and Cold Fusion project experience As the head founder of the New Jersey Cold Fusion User Group www.njcfug.org, the group has

Re: fusebox

2000-11-10 Thread Greg Wolfinger
The beauty of fusebox is that a five year old can sit down and look at the site architecture and code and figure it out without having to read one page from that excellent new book "Fusebox: Methodology and Techniques" or go to fusebox.org and read any tutorials. While I have adopted many

RE: Studio Glitch - Losing Characters.

2000-11-10 Thread Sandra Clark
Get the RC1 beta update at beta.allaire.com. It fixes the problem -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 7:14 AM To: CF-Talk Subject: Studio Glitch - Losing Characters. Ugh! This is driving me crazy. Every time I open any

cfmail receipt ants

2000-11-10 Thread Robert Orlini
I have a CF form that when submitted emails a number of persons in my company. One problem is that it seems to cut-off an address at a certain limit. My question: Is there a limit as to how many email addresses can be listed in the TO= line? I separate each address with a comma and no space. I

RE: New CF Version Books

2000-11-10 Thread Mike Connolly
Bummer we've recently bought the current versions. Any chance of a preferential discount? -Original Message- From: Ben Forta [SMTP:[EMAIL PROTECTED]] Sent: 10 November 2000 15:27 To: CF-Talk Subject: RE: New CF Version Books Books will all be updated for CF5. ---

re-configuring CF server for a different web server

2000-11-10 Thread stas
This is a multi-part message in MIME format. --=_NextPart_000_002A_01C04AA2.61C59530 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Could anybody please point to an articles that explains how to = re-configure ColdFusion to use a

Re: Cflocation and Session.variable

2000-11-10 Thread Greg Wolfinger
Gavin: If you are using cookies for session variables than you CANNOT use CFLOCATION. If your session variables are stored in memory, go for it. The reason why you cannot set a cooke in the same page is because cookie information is stored in the http headers, and if the file you access says

Re: New CF Version Books

2000-11-10 Thread Greg Wolfinger
Go Ben! - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 10, 2000 10:26 AM Subject: RE: New CF Version Books Books will all be updated for CF5. --- Ben -Original Message- From: Reilly, Jim [mailto:[EMAIL

RE: intranet apps

2000-11-10 Thread Eric Dawson
how about an opensource initiative? I'll give all my crappy code. and if I have time (gl) I'll even organize it. Eric From: Paul Ihrig [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: intranet apps Date: Fri, 10 Nov 2000 07:38:05 -0500 i have a

Scheduled Tasks and Emai

2000-11-10 Thread Roberts, Mark
I have a scheduled set up to run in the Cold Fusion Administrator. It call a page that makes some shanges to the database and then sends an email with the results. This page works if I access it manually in a web browser. However, I never receive an email when it is executed via a scheduled

RE: HTTP PUSH

2000-11-10 Thread Paul Johnston
Okay, probably the easiest thing would be to use a frame of some sort. Either that, or use a javascript pop-up window to say "stuff's happening, hang on!" when the user goes to the page (not when they get there!) Maybe that's easiest, because you can give them something to do while they are

RE: [Cold Fusion Oracle]

2000-11-10 Thread Christopher Olive, CIO
if you're using the enterprise version of CF server (native drivers are only supported there, BTW) go to "Native Drivers" in the administrator. it's right under ODBC. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Peter

RE: [Cold Fusion Oracle]

2000-11-10 Thread Lincoln Milner
In the CF Administrator, where you can specify what type of data source you want to set, there should be a link to setting up native drivers (in the left nav. bar). You will need an Oracle client on the server hosting CF. The Administering CF manual has a good chapter on setting up all sorts of

Stored Procedures?

2000-11-10 Thread Mark Johnson
This one has stumped me for a while here so I thought I would through it out to the rest of you. I have written a stored procedure for MS SQL 7.0 The query is pretty basic it just selects some records from a table with a subquery contained within the select that is performing a COUNT agregate.

RE: CFX_NNTP

2000-11-10 Thread Chris Evans
It could be an Access issue, but double quotes are allowed in queries. It is single quotes that will give you problems. You may want to run a function to replace singles quotes with two single quotes, as that will allow them to be inserted in the database. What other sorts of issues are you

Passing forms fields problem

2000-11-10 Thread Perez, Bismark
Hello, I assume that you can not pass form field to another template via a cflocation, so, here is my question, If I define the form fields before doing the cflocation, will the fields be passed that way? is there another way of doing this? since the template is going to be processed in the

Re: please recommend cf host

2000-11-10 Thread Michael Slatoff
Try using CFHosting www.cfhosting.com "Philip Denlinger" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am a fledgling cf user and am looking for a cf host. This site is the archives of a science journal, with abstracts in HTML, and full text articles in

Certification Exam

2000-11-10 Thread Nick Betts
Hi, I may be going through Allaire certification exam, has anyone out there done exam and got any tips for success!?? Nick -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: 10 November 2000 15:50 To: CF-Talk Subject: Re: CFX_NNTP --- snip --- | disrupts a

Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in

2000-11-10 Thread Todd Ashworth
Wow .. she's good. I don't think I could make that many broken links if I tried. heh Nothing like really good ColdFusion project experience to help you do it up right ;) Todd Ashworth - Original Message - From: "Peter Theobald" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Passing variables into variables?

2000-11-10 Thread James Maltby
OK - here's a hum-dinger for you... How can I pass a variable from one page into another so that it alters part of another variable? e.g. Page1.cfm a href="page2.cfm?var_add=1var=cheese"page two is cheese/a a href="page2.cfm?var_add=2var=milk"page two is milk/a Page2.cfm cfset test_#var_add#

Re: cfmail receipt ants

2000-11-10 Thread Dylan Bromby
CFMAIL limits to 40. You could do multiple CFMAILs though. - Original Message - From: "Robert Orlini" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, November 10, 2000 9:03 AM Subject: cfmail receipt ants I have a CF form that when submitted emails a number of persons

Re: cfmail receipt ants

2000-11-10 Thread Howie Hamlin
The recipient list is limited to 254 chars and is expanded in version 4.5 SP2 beta. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server - Original Message -

RE: Passing forms fields problem

2000-11-10 Thread Andy Ewings
Can't you use Javascript in the page to submit the form instead of the CFLocation and then put the url to go to in the action attribute of the form? -- Andrew Ewings Project Manager Thoughtbubble Ltd http://www.thoughtbubble.net

RE: Stored Procedures?

2000-11-10 Thread Andy Ewings
Try building a string containing the SQL and dynamically build the last bit only using IF ELSE or even Case statements (test to see which is quicker) and then and then Execute it like so: SELECT @sqlstring = 'SELECT programid, programname, meetingcode, startdate, enddate, status,

Re: Scheduled Tasks and Emai

2000-11-10 Thread Dylan Bromby
Nope. I do it and it works fine. How many emails does it send? Did you configure CF to use your mail server? - Original Message - From: "Roberts, Mark" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, November 10, 2000 8:23 AM Subject: Scheduled Tasks and Emai I have

RE: Truly bizarre situation.

2000-11-10 Thread Sandra Clark
Nope, that is not it. Machine which is displaying incorrectly has regional settings to display leading zeros. Besides, it also isn't displaying zeros after the decimal or a 0 if it is empty either -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000

Re: Input type=File

2000-11-10 Thread Heather Haindel
In your form tag, you need to set the enctype: form name="formname" enctype="multipart/form-data" action="action.cfm" method="post" onSubmit="return formCheck()" --- Norman Elton [EMAIL PROTECTED] wrote: Well I'm not particularly looking for any photojournalists, BUT: I'm trying to do an

Sorry about this Message..

2000-11-10 Thread Jeremy Toevs
I wouldn't normally send this to the group, but I thought any little thing can help. Please go to: http://rd.yahoo.com/health/raceforthecure/?http://health.yahoo.com/health/ra ceforthecure/ Yahoo will donate $1.00 to the Susan G. Komen Breast Cancer Foundation for anyone who clicks on the

Re: intranet apps

2000-11-10 Thread Joseph Thompson
I can toss in my crazy calendar part http://u8ntcn0.com/calendar Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Allaire aquires java based tools

2000-11-10 Thread WBB
http://www.varbusiness.com/Sections/News/BreakingNews.asp?ArticleID=21435 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: re-configuring CF server for a different web server

2000-11-10 Thread Jeff Beer
Reinstall CF Server -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 11:11 PM To: CF-Talk Subject: re-configuring CF server for a different web server This is a multi-part message in MIME format.

General Browser/Platform question

2000-11-10 Thread S R
Hi Everyone, Can somebody direct me to a good website(s) or book(s) that map out the differences between platforms (windows, linux, mac) and browsers in terms of developing web pages (html, dhtml, javascript). This is a headache we all face, I am redeveloping an intranet for my company and I

Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in

2000-11-10 Thread Eric Dawson
the message header make reference to retirement gift. E From: Peter Theobald [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in Date: Fri, 10 Nov 2000 11:05:53

Re: Sorry about this Message..

2000-11-10 Thread S R
I get a 'document not found' error From: "Jeremy Toevs" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Sorry about this Message.. Date: Fri, 10 Nov 2000 10:55:27 -0800 I wouldn't normally send this to the group, but I thought any little thing can help.

RE: cfmail receipt ants

2000-11-10 Thread Daye, Marianne
At the developer conference I heard that the current limit is 40 recipients, but this limit will no longer apply in CF 5.0. Marianne Daye Programmer/Analyst Information Delivery Systems http://ids.rti.org -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: It doesn't look like it is the machine..III

2000-11-10 Thread bajaria aslam
NO! --- Eron Cohen [EMAIL PROTECTED] wrote: Just a thought--Do you use CFLOCK? Eron -Original Message- From: jonathan hamner [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 4:06 PM To: CF-Talk Subject: It doesn't look like it is the machine..III OS version is

Re: Scheduled Tasks and Emai

2000-11-10 Thread Marius Milosav
CF scheduler has a number of problems. It's working on and off, so you shouldn't depend on it. you can use Windows at command or another scheduler application. We had used Arcana Scheduler with great success. Marius Milosav www.scorpiosoft.com Virtual Help Desk Demo (VHD)

RE: CFX_NNTP

2000-11-10 Thread lsellers
Hi, I'm having loads of problems using this tag to write messages to an Access database. Has anyone used this tag successfully, or know of a live example of a site using it? You could always try CFX_TCPClient. ;- Generally it seems after people try to do nntp with cfx_tcpclient they're

  1   2   >