RE: CFIF

2000-11-27 Thread Stanislav Maximov
You do not need cfoutputs there. Don't bother the engine with a useless parsing ;) stas@ -Original Message- From: James McCullough [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 26, 2000 11:17 PM To: CF-Talk Subject: RE: CFIF Oh, I see. Try this. CFIF Isdefined(form.URL)

Re: Great Plains CF

2000-11-27 Thread dave fauth
Matt, I've done some GP work in the past with ASP, not CF. I may be able to help if you have questions. Contact me off list if you want. dave At 11:59 AM 11/24/2000 -0700, you wrote: Does anybody have any experience, knowledge about interfacing a CF app with a Great Plains accounting

RE: Application.cfm inheritence

2000-11-27 Thread Anthony Geoghegan
In a word, no. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Michael She [mailto:[EMAIL PROTECTED]] Sent: 25 November 2000 01:31 To: CF-Talk Subject: Application.cfm inheritence Hello, Will a

Huge - Memory Leaks CF4.51/Crashes

2000-11-27 Thread Jim Gurfein
We just upgraded our servers from CF4.01 to CF4.51 (NT4.0, SP5, Dual Processors 256mg Ram connected to separate MS SQL 7.0 Data server) and are experiencing huge memory leaks and spontaneous lockups of the entire server. While we've always had some memory leaks with CF, nothing like this. Can

RE: CF-based management-tool for a great number of web-sites

2000-11-27 Thread Paul Johnston
Had this conversation several times on the cf-server list. FYI You can put CF on an Intel/AMD based machine, but not a MIPS based machine (ie not a cube). Therefore Cobalt RaQ's are possible CF hosts (and there are some good RaQ hosting services out there)! Paul -Original Message-

Radio Buttons

2000-11-27 Thread W Luke
Hi, I have a number of Radio buttons that I need to use in conjunction with cfswitch on submitting the form, to determine their values, and act accordingly. I have called each Radio button "options", but my cfcase isn't picking it up: Cfswitch expression="form.options" Cfcase value="free"

RE: Radio Buttons

2000-11-27 Thread Anthony Geoghegan
-Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: 27 November 2000 12:41 To: CF-Talk Subject: Radio Buttons Hi Luke it should be: Cfswitch expression=form.options Cfcase value="free" Free code here /cfcase cfdefaultcase blah /cfdefaultcase /cfswitch What

RE: Huge - Memory Leaks CF4.51/Crashes

2000-11-27 Thread Arden Weiss
Is this with SP2 installed??? Arden Weiss 410-757-3487 -Original Message- From: Jim Gurfein [SMTP:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 6:52 AM To: CF-Talk Subject:Huge - Memory Leaks CF4.51/Crashes We just upgraded our servers from CF4.01 to CF4.51 (NT4.0,

Re: Radio Buttons

2000-11-27 Thread W Luke
Tried that...no luck. Turns out this works: Cfswitch expression="#form.options#" Cheers, Will - Original Message - From: "Anthony Geoghegan" [EMAIL PROTECTED] Newsgroups: dotcom.lists.cftalk Sent: Monday, November 27, 2000 12:44 PM Subject: RE: Radio Buttons -Original

BLOB manipulation

2000-11-27 Thread Adam Reynolds
How good is CF at BLOB manipulation: reading into a variable and writing it to file? Best Regards, Adam Reynolds ColdFusion Web Developer ISMG Development, Unilever London ( +44 20 7822 x5450 m: +44 7973 386620 * [EMAIL PROTECTED] ~~ Structure

RE: Huge - Memory Leaks CF4.51/Crashes

2000-11-27 Thread Jim Gurfein
No, SP1 Is this with SP2 installed??? Arden Weiss 410-757-3487 -Original Message- From: Jim Gurfein [SMTP:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 6:52 AM To: CF-Talk Subject:Huge - Memory Leaks CF4.51/Crashes We just upgraded our servers from CF4.01 to CF4.51

RE: Huge - Memory Leaks CF4.51/Crashes

2000-11-27 Thread Bob Silverberg
Just a stab in the dark, but I'd check for locking issues. Unlocked access to shared memory variables can cause this to happen. One technique to test for this is to turn "Full Checking" on for Server, Application and Session variables on your development machine, and then test the site (which

RE: CF-based management-tool for a great number of web-sites

2000-11-27 Thread Adam Reynolds
Currently have it running on a RAQ3 with mysql. www.uk2net.com are leasing RAQ3's for 3 years at a time for £900 for the whole three years (£25 per month). This includes 10GB per month traffic. It really is a phenomenal deal and has finally allowed me to move to my own server. Adam

Rationalising Code

2000-11-27 Thread Jason Lees (National Express)
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_001_01C0587A.F5A53BF8 Content-Type: text/plain; charset="iso-8859-1" Hi All, Does anybody have any good rationalisation advice for

RE: Rationalising Code

2000-11-27 Thread Simon Horwith
take a look at CFSETTING in studio's help files. there are some other goodies for controlling output, like CFSILENT, when working with custom tags, too. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct

RE: Radio Buttons

2000-11-27 Thread Anthony Geoghegan
I knew this worked but people keep telling me not to use the # symbols when possible as it takes the interpreter longer to execute. Cfswitch expression="#form.options#" Sorry for leading you astray. I'm sure the correct solution presented itself to you quickly when I drew your attention to

Re: CF functions list.....

2000-11-27 Thread John Quarto-vonTivadar
So, I ask again .. is there some place where I could get a list off all of these undocumented tags and their attributes? Besides, regardless of practical use, I still want to know all I can :) you might be able to get a list at Mike Dinowitz's site, www.houseoffusion.com, where he

Re: Dynamic Graphing - Spider Graphs

2000-11-27 Thread Jackson Moore (CFTalk)
I have used Visual Engineering's KavaCharts with much success. KavaCharts is a collection of Java applets that I use CF to populate the name/value pairs. They have all the standard graph types (bar, line, column, pie, stacked bar, etc.). They also have a polar type that I used to create

RE: CF functions list.....

2000-11-27 Thread Simon Horwith
you can use the CF Function: GetFunctionList() to get a list of all functions currently available in CF. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original

RE: Rationalising Code

2000-11-27 Thread Adam Reynolds
I would suggest though that CFSETTING creates a performance overhead. You may be better just leaving the white space in there. -Original Message- From: Simon Horwith [SMTP:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 2:29 PM To: CF-Talk Subject:RE: Rationalising

RE: BLOB manipulation

2000-11-27 Thread Phoeun Pha
real good ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Application.cfm inheritence

2000-11-27 Thread Adam Reynolds
On the otherhand, if you don't put an application.cfm in the child directory, the server will go up the directory tree looking for one. -Original Message- From: Anthony Geoghegan [SMTP:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 11:49 AM To: CF-Talk Subject:RE:

Re: Radio Buttons

2000-11-27 Thread David Shadovitz
The key is "when possible." When a tag attribute's argument is within quotes, you must use hash marks to resolve the CFML variable. -David On Mon, 27 Nov 2000 Anthony Geoghegan [EMAIL PROTECTED] writes: I knew this worked but people keep telling me not to use the # symbols when possible as

What is xy.recordcount ?

2000-11-27 Thread cf-talk
Hi List, I have a query (xy) where I want to make a cfif-question on xy.recordcount. What would xy.recordcount be if xy.recordcount would throw no record ? I assumed "0". But it seems to be somehow undefined. Ideas why and what it is ? Should I prefer the "Count"-Statement from SQL for this ?

RE: What is xy.recordcount ?

2000-11-27 Thread Simon Horwith
why don't you just do CFPARAM name="xy.recordcount" default=0? ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: [EMAIL PROTECTED]

Column Names

2000-11-27 Thread sebastian palmigiani
I have an uploaded file which is turned into a query set. I want to be able to check that the uploaded file has the field name in it. ---uploaded file: directory.txt "custno" "GALC1" "APER1" "AALB1" "SPAL1" -retrieve file cfhttp method="get"

Re: What is xy.recordcount ?

2000-11-27 Thread Todd Ashworth
You don't really need to specify any numbers. If the query returns any rows, then it's true. If it returns none, it is false. So, this would suffice: cfif xy.RecordCount True cfelse False /cfif Todd Ashworth - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

RE: What is xy.recordcount ?

2000-11-27 Thread Jason Lees (National Express)
'0' is returned, or should be. Better to do the old logic check cfif #xy.RecordCount# !--- I've got some records --- cfelse !--- Theres No records --- /cfif Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED]

OT: netscape 6 iframes

2000-11-27 Thread Mike Amburn
does anyone know if netscape 6 will do iframes now? -=mike ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Sorting Dates

2000-11-27 Thread Jason Larson
Help? I have a column in my database that is populated with dates from today up till the end of next year, The query does not sort the output the way it should (the database is on SQL Server), here is what is happenning: CFQuery: cfquery name="GetSchoolActivities" datasource="#DS#"

funky COM problem

2000-11-27 Thread Eric Fickes
Hello all, I've got a cfm page that is getting data from a COM object and I'm having a weird problem. I have to log into a server to receive the data back from the object, and when I do this I get the following error message. Error Diagnostic Information unknown exception condition unknown

RE: netscape 6 iframes

2000-11-27 Thread Neil Clark
it wont. ! --- Neil Clark Senior Web Applications Engineer mcb digital Tel. +44 (0)20 8941 3232 Tel. +44 (0)20 8408 8131 [Direct] http://www.mcbdigital.com --- ~~ Structure your

RE: Sorting Dates

2000-11-27 Thread Hayes, David
Well, that looks like a text sorting (look at the months -- 1,12,2,3); is it a date field? -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 10:03 AM To: CF-Talk Subject: Sorting Dates Help? I have a column in my database that is

RE: funky COM problem

2000-11-27 Thread Simon Horwith
it sounds like there might be a threading or a permissions issue with the COM Object. What COM Object are you using? Yo might want to open it in OLEView (free download from MS), and take a look at it's threading model possibly change it to "free" or "apartmented". Automation is the same

Re: Sorting Dates

2000-11-27 Thread Dick Applebaum
How is the column ActivityDate defined in the table Activities? Dick At 9:02 AM -0700 11/27/00, Jason Larson wrote: Help? I have a column in my database that is populated with dates from today up till the end of next year, The query does not sort the output the way it should (the database is

RE: Sorting Dates

2000-11-27 Thread Jason Larson
it is a datefield -Original Message- From: Hayes, David [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 9:06 AM To: CF-Talk Subject: RE: Sorting Dates Well, that looks like a text sorting (look at the months -- 1,12,2,3); is it a date field? -Original Message- From:

Re: What is xy.recordcount ?

2000-11-27 Thread Peter Theobald
html font size=3Incorrect. This one bit me a while back. If the query does not return any rows it is 'undefined' and the code below will cause an error.br br There is a difference between a query that returns 0 rows and a query that does not return a recordset.br br At 11:34 AM 11/27/00 -0500,

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread Mike Amburn
it wont. geez. is there any alternative for iframe in netscape? iframe is such an incredible tool, i can't believe they didn't put it in netscape 6. -mike ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Linking

2000-11-27 Thread Michael
Thanks to both of you first off. Now the table is an html table that gets populated from a query, and all I want to do is put in an Href that takes the name I am on and goes into the subdirectory called resumes and brings back the resume and opens it in word. And I just got asked if this can

RE: Sorting Dates

2000-11-27 Thread Simon Horwith
I believe you can do something like this: cfquery name="GetSchoolActivities" datasource="#DS#" username="#DSUsername#" password="#DSPassword#" SELECT ActivityDate FROMActivities WHERE ActivityDate #CreateODBCDate(Now())# ORDER BYActivityDate YEAR, ActivityDate MONTH,

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread James Lawrence
I've just tried the following and it worked fine in Netscape 6 : IFRAME SRC="http://www.freeserve.com" HEIGHT="400" WIDTH="300"/IFRAME James -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: 27 November 2000 16:20 To: CF-Talk Subject: RE: netscape 6 iframes -- any

RE: Sorting Dates

2000-11-27 Thread Hayes, David
Hmm...that doesn't make much sense to me. What happens if you run your query in your query tool (MS-SQL Query Analyzer or similar). Do you get the same result? What happens if you add DESC or ASC to the ORDER BY clause? -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]]

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread Neil Clark
they are 'conforming to standards' NN6 is basically a w3 tool that follows the web specs TO THE LETTER No Layer, No Iframe, well pretty much not anything. u are probably looking at the final build ever... hooray N ! --- Neil Clark Senior Web

RE: netscape 6 iframes

2000-11-27 Thread ron
does anyone know if netscape 6 will do iframes now? According to http://sites.netscape.net/ekrock/standards.html it will, but I haven't tested it. -ron ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Rationalising Code

2000-11-27 Thread Philip Arnold - ASP
I would suggest though that CFSETTING creates a performance overhead. You may be better just leaving the white space in there. This has to be taken into consideration with the way the code works - if you're using loads of CFLoops then CFSetting can be really useful, but only for the loop parts

RE: What is xy.recordcount ?

2000-11-27 Thread Philip Arnold - ASP
Hi List, I have a query (xy) where I want to make a cfif-question on xy.recordcount. What would xy.recordcount be if xy.recordcount would throw no record ? I assumed "0". But it seems to be somehow undefined. Ideas why and what it is ? Should I prefer the "Count"-Statement from SQL for this

RE: Column Names

2000-11-27 Thread aidan . whitehall
Something like: !--- Upload the file --- CFFILE ACTION="upload" FILE="theirfile" DESTINATION="wherefileissaved" etc etc !--- Read the file into a variable --- CFFILE ACTION="" VARIABLE="FileContent" etc etc !--- Check to see if the variable contains the string "custno" --- CFIF NOT

a question for everyone?

2000-11-27 Thread Shawn Regan
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_001_01C05892.2CF91370 Content-Type: text/plain; charset="iso-8859-1" If you had an html app that needed to run on a laptop which

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread Neil Clark
now use h-core JS 2 get stuff done ! --- Neil Clark Senior Web Applications Engineer mcb digital Tel. +44 (0)20 8941 3232 Tel. +44 (0)20 8408 8131 [Direct] http://www.mcbdigital.com ---

Tellme.com posting Offsite forms to CF Server

2000-11-27 Thread Eric Dawson
more information. I create a VXML tellme.com form: input name="document.voicefile" ... that posts to cf server error. I believe the error is caused because the variable scoped as document.voicefile. I create a Test Form on CF Server with the same form name and it causes an error. input

String matching while looping over a query

2000-11-27 Thread Chris Martin
Hi everyone. I am trying to loop over the results of a query, and match the names from that query with the names from another query. Here's what it look like: cfloop query="qcfGetContactNames" cfif qcfGetOldContactInfo.mainContactName is qcfGetContactNames.FullName cfoutput

Re: Linking

2000-11-27 Thread Michael Barnum
Solved: I was missing the pound symbols and the original that I copied this from, was much longer and confusing. TD WIDTH="190" NOWRAPnbsp;A HREF="Resumes/#EmpCandidate#.doc"#EmpCandidate#/a/TD Michael wrote: Thanks to both of you first off. Now the table is an html table that gets

Recommendations for banner ad managers

2000-11-27 Thread Paul Sinclair
I need to install a banner ad management system for a site that is receiving around 50,000 page views daily. It needs to have the ability to track click throughs, impressions, startdate/enddate parameters, issue reports, etc. There are several tags in DevEx and I am wondering if anyone has any

RE: Column Names

2000-11-27 Thread Philip Arnold - ASP
I have an uploaded file which is turned into a query set. I want to be able to check that the uploaded file has the field name in it. cfhttp method="get" url="http://127.0.0.1/CFscripts/Arica/Administration/Roles/directory.txt" name="Directory" textqualifier= columns="custno"

Javascript Issues

2000-11-27 Thread Shawn Mirza
This is a multi-part message in MIME format. --4CF59B3E11384128573F9D51 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I am having the following problem: I need to dynamically populate a javascript file with query data. Is there a way to pass

session variable expiring

2000-11-27 Thread S R
Hi, I would like to clarify something. I have read that session variables are supposed to expire after a user's session is over. I would like my session variables to expire every time the user closes the their browser. Would this qualify as a user 'ending their session'? If so, how do I

session variable expiring

2000-11-27 Thread S R
Hi, I would like to clarify something. I have read that session variables are supposed to expire after a user's session is over. I would like my session variables to expire every time the user closes the their browser. Would this qualify as a user 'ending their session'? If so, how do I

session variables question

2000-11-27 Thread S R
Hi, I would like to clarify something. I have read that session variables are supposed to expire after a user's session is over. I would like my session variables to expire every time the user closes the their browser. Would this qualify as a user 'ending their session'? If so, how do I

RE: Javascript Issues

2000-11-27 Thread Simon Horwith
Try: CFWDDX action="CFML2JS" input="" toplevelvariable="" Refer to your data as the javascript array with the name you specified as the toplevelvariable. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct

RE: String matching while looping over a query

2000-11-27 Thread Philip Arnold - ASP
Hi everyone. I am trying to loop over the results of a query, and match the names from that query with the names from another query. Here's what it look like: cfloop query="qcfGetContactNames" cfif qcfGetOldContactInfo.mainContactName is qcfGetContactNames.FullName

Re: String matching while looping over a query

2000-11-27 Thread Fiachra Crean
Chris, I haven't checked the syntax of this code, but try turning one query into a list: cfset qcfGetOldContactInfo = valuelist (qcfGetOldContactInfo.mainContactName ) Then use cfoutput query="qcfGetContactNames" cfif ListFind(qcfGetOldContactInfo, FullName) is not 0 There is a

Anybody know anything more about Harpoon?

2000-11-27 Thread Stephen Pintauro
Has anybody out there seen the Allaire/Macromedia Flash toolkit referred to as "Harpoon?" According to the press release on the Allaire Web site, it was previewed at the Allaire Developers Conference at the beginning of November. A public beta is supposed to be availalbe in December. As I work

Re: Netscape 6 woes

2000-11-27 Thread Larry W. Virden
Previously someone wrote... None of my javascript/dhtml dynamic menus are working. My flash controls are not working. I was wondering - does anyone know of a Unix or web based tool that, given a page containing javascript, dhtml, etc. returns to you warning, error, and style suggestion

RE: Anybody know anything more about Harpoon?

2000-11-27 Thread Dave Watts
Has anybody out there seen the Allaire/Macromedia Flash toolkit referred to as "Harpoon?" According to the press release on the Allaire Web site, it was previewed at the Allaire Developers Conference at the beginning of November. A public beta is supposed to be availalbe in December. As

WAY OT: Transfer Users on NT 4

2000-11-27 Thread Robert Everland
I apologize for the OT topic but figured there has to be a guru on here who has done this before. I just got a new server today and want to take our PDC down and have this new machine as the new PDC. What I want to do is take the users that are on the domain and transfer them to this new

RE: Happy Turkey ... turkeys

2000-11-27 Thread Bruce Heerssen
-Original Message- From: BORKMAN Lee [mailto:[EMAIL PROTECTED]] snip but the real Aussie secret is the Special Sauce and the pickle. I bet you don't have THEM in the US. We do too have Special Sauce here in the US. We call it Thousand Island Dressing. ;)

Pesky Padlock

2000-11-27 Thread Chris Norloff
The padlock (secure lock indicator) in Internet Explorer turns off when I use a javascript page link. Microsoft says this is because a javascript link is not recognized as secure. Anybody know how to tell IE that a javascript link is secure? thanks, Chris Norloff

Re: CF functions list.....

2000-11-27 Thread Michael Dinowitz
http://cfusion.coreactive.com/functions.htm I'll have it updated with the SP2 functions today as soon as I install it. :) So, I ask again .. is there some place where I could get a list off all of these undocumented tags and their attributes? Besides, regardless of practical use,

CFCONTENT - open file from current location

2000-11-27 Thread Bert Dawson
I'm trying to use CFCONTENT to serve up a pdf file. The code is below, though i've changed the various file names so i can follow what is happening: CFIF IsDefined('url.gimme') CFHEADER NAME="Content-Disposition" VALUE="attachment; filename=cfheader_name.pdf" CFCONTENT

Re: a question for everyone?

2000-11-27 Thread Billy Cravens
Using JavaScript and WDDX, you can build an app that pulls and writes data from the harddrive without having to mess with putting a web server, datasources, application server, etc on the laptop. Of course there are some limitations, but it sounds like you could just do a one-time pull from a

masking the .cfm extension

2000-11-27 Thread Greg Wolfinger
This is a multi-part message in MIME format. --=_NextPart_000_0025_01C0587B.85CB78A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey Guys: How would I go about masking the .cfm extension, so it parsed a .html = file or a file without

Sorta OT - ISP startup

2000-11-27 Thread Guy J. McDowell
Hello CF_Folk, I'm in the process of putting together a business plan to start an Web Hosting/ASP business that focuses on ColdFusion to service my region. However, I'm a coder not a networker. Therefore, I have little idea where to begin to learn what I need to learn to plan such a thing. Any

FW: masking the .cfm extension

2000-11-27 Thread Duane Boudreau
How would I go about masking the .cfm extension, so it parsed a .html = file or a file without and extension like a cold fusion template? If you are using Win NT/2K and IIS: From the MMC: Right click on your site and select "Properties" Click the "Home Directory" tab Click the

Pesky Padlock

2000-11-27 Thread Chris Norloff
The padlock (secure lock indicator) in Internet Explorer turns off when I use a javascript page link. Microsoft says this is because a javascript link is not recognized as secure. Anybody know how to tell IE that a javascript link is secure? thanks, Chris Norloff

Re: Sorta OT - ISP startup

2000-11-27 Thread Daryl Fullerton
Guy, We started out as developers and to be realistic and to have any chance of success you need a good team around you. How many people do you have at the moment on the networking side / cfadministrator / developer side? What sort of capital $$$ are you anticipating spending on hardware?

Re: [Re: Sorta OT - ISP startup]

2000-11-27 Thread Alex
keep it small. the more people the more problems occur (logistics). "Daryl Fullerton" [EMAIL PROTECTED] wrote: Guy, We started out as developers and to be realistic and to have any chance of success you need a good team around you. How many people do you have at the moment on the networking

Randomize

2000-11-27 Thread paul smith
The following works in CFAS 4.01 but not CFAS 4.51: CFSET TMP = Randomize(OrderID) Changing to: CFSET TMP = Randomize("#OrderID#") is no help. Any suggestions? best, paul ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: Pesky Padlock

2000-11-27 Thread Philip Arnold - ASP
The padlock (secure lock indicator) in Internet Explorer turns off when I use a javascript page link. Microsoft says this is because a javascript link is not recognized as secure. Anybody know how to tell IE that a javascript link is secure? when you do the self.location, can you use the

RE: session variable expiring

2000-11-27 Thread .elizabeth.
I had the same problem myself, and found the solution at http://www.teamallaire.com/tutorials/index.cfm?fuseaction=displaytopicid=00 4. Lots of other good tutorials, as well. the code follows: cfif isDefined("COOKIE.cfid") AND isDefined("COOKIE.cftoken") cfset

time in CF

2000-11-27 Thread Jeremy Bunton
Hello, I was wondering how to display the time and date in CF. In asp it is %date%. I know there must be an equally easy way of doing it in CF. Jeremy ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Uploading Mac Files

2000-11-27 Thread Mark Yim
I have a site which is supposed to allow a user to upload their MS Word or Excel files to an NT server, and then let other users download those files. When uploading from a PC I've had no problems. But when I have tried doing it with Word docs created on a Mac and uploaded from that Mac, the

Securing a seperate app from its parent site.

2000-11-27 Thread Emmet McGovern
My client has a cf app that exists on a seperate server than its parent site. The parent site is on unix without cf. Is there any way to secure the cf app to make sure someone cant link to it from another site. Another company maintains the parent site and he doesnt want them to add a cookie.

RE: time in CF

2000-11-27 Thread Simon Horwith
Now(), or DateFormat(Now(), "mm/dd/yy") are pretty common. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: Jeremy Bunton [mailto:[EMAIL

Re: time in CF

2000-11-27 Thread Kevin Schmidt
#DateFormat(Now(), "mm/dd/yy, hh:mm:ss tt")# That will give you: "11/27/00, 3:17:00 PM" - Original Message - From: "Jeremy Bunton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 2:01 PM Subject: time in CF Hello, I was wondering how to display the

Re: time in CF

2000-11-27 Thread Jamie Keane
Current date and time? You can use the Now() function to get a date/time object with that. Afterwards, use the DateFormat() and TimeFormat() functions to format the date the way you like. -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270

RE: time in CF

2000-11-27 Thread Robert Forsyth
#timeformat(now(),"hh:mm:ss tt")# = 02:32:45 AM -Original Message- From: Jeremy Bunton [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 3:01 PM To: CF-Talk Subject: time in CF Hello, I was wondering how to display the time and date in CF. In asp it is %date%. I know there

RE: time in CF

2000-11-27 Thread Robert Forsyth
and #dateformat(now()," mmm dd, ")# = Monday November 27, 2000 sorry only half the post went through. -Original Message- From: Jeremy Bunton [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 3:01 PM To: CF-Talk Subject: time in CF Hello, I was wondering how to display

Re: session variable expiring

2000-11-27 Thread Billy Cravens
No. Session variables expire when they timeout (typically 20 minutes). You may be able to work some magic with onUnLoad to get what you want, though this could be a little tricky. -- Billy Cravens [EMAIL PROTECTED] S R wrote: Hi, I would like to clarify something. I have read that

RE: session variable expiring

2000-11-27 Thread S R
Thank you From: ".elizabeth." [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: session variable expiring Date: Mon, 27 Nov 2000 14:54:08 -0500 I had the same problem myself, and found the solution at

Page Loading...

2000-11-27 Thread CAlvarado
Scenario: A page runs many queries and takes a little time to finish. Is there a way in CF to display some type of 'Page Loading...' message until the page is finished running all of its queries etc? I know is ASP you can check the page buffer and when the buffer clears you can send them to a

advanced coldfusion tutorials

2000-11-27 Thread stas
Hello, I am looking for examples that illustrate the use of COM objects, Java servlets/applets, and XML. Thanks for any links! ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: time in CF

2000-11-27 Thread Scott Wolf
Well, the function to return the current date and time is: Now(). You can use the DateFormat and TimeFormat to have it display the way you want. Example Code: DateFormat(Now()) Output: 27-Nov-00 Code: DateFormat(Now(), "d/m/") Output: 11/27/2000 Code: TimeFormat(Now()) Output:

Re: Sorta OT - ISP startup

2000-11-27 Thread Jon Hall
Good old Boardwatch should help you out. http://www.boardwatch.com/ If your not a network guy, you need to get one. There is no way to learn everything you will need to know to run an isp/web host without someone with some high end networking experience. jon - Original Message - From:

RE: advanced coldfusion tutorials

2000-11-27 Thread Simon Horwith
http://www.cfcomet.com/cfcomet is the only site I know of that has a good number of COM examples. It largely depends on what COM Object you want to use... most come with documentation, and frequently have ASP examples, which are easilly adapted to CF. ~Simon Simon Horwith Certified

Fw: time in CF

2000-11-27 Thread Kevin Schmidt
My brain is working my hands aren't typing right. Should be #DateFormat(Now(), "mm/dd/yy:)#,#TimeFormat(Now() "hh:mm:ss tt")# - Original Message - From: "Kevin Schmidt" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 27, 2000 3:17 PM Subject: Re: time in CF

Re: Uploading Mac Files

2000-11-27 Thread Snazzo Boy
Since Windows NT doesn't understand the data/resource fork setup that a Mac uses, it just kinda throws all of the data together into one big lump. (mdata lump) Then, when the Mac tries to look at the file after it's been downloaded again, it doesn't tend to make a whole lot of sense.

Re: Page Loading...

2000-11-27 Thread Ricq Pattay
Load your "Please wait..." page first with an instant meta refresh to your query page. I also do a bit of JavaScript to animate a clock image while they wait. e.g., meta http-equiv="Refresh" content="0"; url="http://your_query_page.cfm" table border=0 tr td width=700 align=centerfont

Re: Page Loading...

2000-11-27 Thread Kevin Schmidt
Wait till CF 5.0 - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 2:29 PM Subject: Page Loading... Scenario: A page runs many queries and takes a little time to finish. Is there a way in CF to display some type of 'Page

RE: Page Loading...

2000-11-27 Thread Shawn Regan
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_001_01C058B5.335F2B60 Content-Type: text/plain; charset="iso-8859-1" I have done this with a file upload that takes a while to

RE: a question for everyone? Javascript writing to a hard drive?

2000-11-27 Thread Shawn Regan
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_001_01C058B6.0C9146F0 Content-Type: text/plain; charset="iso-8859-1" Here is another question then. How can you write to a HD with

  1   2   >