RE: what tag captures data from a web page?

2002-11-04 Thread Gene Kraybill
cfhttp... and then work with the resulting variable, cfhttp.filecontent. Gene Kraybill -Original Message- From: Ed Gordon [mailto:NetDr;callptc.com] Sent: Monday, November 04, 2002 10:49 AM To: CF-Talk Subject: what tag captures data from a web page? If you would, please direct me

RE: Performance Tweaking - Friday Morning Brain Fart

2002-11-01 Thread Gene Kraybill
Yup, it was introduced in 5.0... Gene -Original Message- From: Ciliotta, Mario [mailto:mario.ciliotta;csfb.com] Sent: Friday, November 01, 2002 1:46 PM To: CF-Talk Subject: RE: Performance Tweaking - Friday Morning Brain Fart Hi all, Hate to ask this question, but is savecontent a 5.0

Authentication issue

2002-11-01 Thread Gene Kraybill
Scenario: An organization will be migrating a large number of workstations from an NT domain to a Win2000/AD domain, over a period of 4 to 6 months. NT administrators do not want to establish a trust to enable authentication across multiple domains. Is there a way, perhaps using the new

RE: SQL Query Results

2002-10-28 Thread Gene Kraybill
If I understand your intention correctly: WHERE s1_trainer1 = #client.id# OR s1_trainer2 = #client.id# OR s1_trainer3 = #client.id# OR ... Gene K. -Original Message- From: Jillian Carroll [mailto:jillian;koskie.com] Sent: Monday, October 28, 2002 2:14 PM To: CF-Talk Subject: SOT: SQL

RE: SQL Query Results

2002-10-28 Thread Gene Kraybill
Message- From: Gene Kraybill [mailto:Gene.Kraybill;adelphia.com] Sent: Monday, October 28, 2002 1:26 PM To: CF-Talk Subject: RE: SQL Query Results If I understand your intention correctly: WHERE s1_trainer1 = #client.id# OR s1_trainer2 = #client.id# OR s1_trainer3 = #client.id# OR ... Gene K

RE: OT js question (child window passing back to parent)

2002-10-18 Thread Gene Kraybill
Looks like you may have mis-referenced your child form name -- it's actually actionCode not actionReason. Gene -Original Message- From: Tim Do [mailto:TDo;lahd.lacity.org] SNIP Parent Window: FORM NAME=newCaseInfo ACTION=index.cfm?action=caseAnalysissubaction=createNewCase

Poll

2002-10-14 Thread Gene Kraybill
Someone (sorry, I deleted the msg) was asking about a poll. Here's a freeware one on Dev Ex... http://devex.macromedia.com/developer/gallery/info.cfm?ID=6A948CFB-C9E9-11D6 -840900508B94F380method=Full Gene -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent:

RE: Multiple filters on cfdirectory

2002-10-11 Thread Gene Kraybill
the two result sets... Gene Kraybill -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 3:46 PM To: CF-Talk Subject: Re: Multiple filters on cfdirectory Only one filter can be applied. You can do a check on the extension of the file

RE: Please clarify behaviour of listContainsNoCase

2002-10-10 Thread Gene Kraybill
ListFindNoCase will look at each list item as a whole... Gene Kraybill -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 12:41 PM To: CF-Talk Subject: Please clarify behaviour of listContainsNoCase Can someone confirm to me

CFMAIL with relaying off

2002-10-08 Thread Gene Kraybill
... Gene Kraybill ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure

OT: Spider 404s

2001-05-09 Thread Gene Kraybill
links and ensure they're still active? Gene Kraybill ~~ 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: Last row inserted

2001-04-18 Thread Gene Kraybill
serted. Isnt select (column name)MAX as (whatever)? ----- Gene Kraybill LPW Associates LLC www.lpw.net ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo

OT: Scheduled File Transfers

2001-04-11 Thread Gene Kraybill
of a standard FTP client, and then firing that daily by using the NT scheduler, or are there better ways? Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net ~~ Structure your ColdFusion code with Fusebox. Get

OT: JS syntax error

2001-02-05 Thread Gene Kraybill
=Productsfuseaction=Catalog','PopUp', 'height=screen.height,width=400,left='+leftPos+',top=30,scrollbars=yes,resizable=no, toolbar=no,menubar=no'); if (!myWindow.opener) myWindow.opener = self; } Gene Kraybill LPW Associates - Gene Kraybill LPW Associates LLC www.lpw.net

CFLOCK for 4.0.1 AND 4.5.1

2001-01-22 Thread Gene Kraybill
or on the pound sign, apparently not allowing the specification of parameters via variable. Any ideas besides repeating the entire CFLOCK block for each version? Gene Kraybill ----- Gene Kraybill LPW Associates LLC www.lpw.net ~

RE: Searching Help files in Studio

2001-01-04 Thread Gene Kraybill
ther ideas? Gene Kraybill Neil Clark wrote: is this Studio 4.5.2? if so they have recalled it (well they are in the middle of an update and is temp unavailable) due to a problem with the Help Files. ~~ Structure your ColdFusion code with Fu

RE: Searching Help files in Studio

2001-01-04 Thread Gene Kraybill
And it also fixed the Studio Help Search for me. Many thanks! Gene Kraybill Jann VanOver [EMAIL PROTECTED] wrote: Thanks Aaron! I wasn't the person who posted the problem originally, but I've been having the same problem with Studio 4.5.1 The article you referred to fixed it for me

Searching Help files in Studio

2001-01-03 Thread Gene Kraybill
In Studio, I can browse the Help reference tree, finding topics by drilling down, but when I use the Search facility, I always get "No matches found", even when searching all references for the most common words. Must be a very simple solution that I'm overlooking... Gen

NULL problem in Query

2000-12-20 Thread Gene Kraybill
rderID=4 /CFQUERY I manually check the field. It is now empty, presumably set to NULL. But when I run the following, I get a record count of 0. CFQUERY NAME="GetNull" DATASOURCE="vasco1new" SELECT * FROM Orders WHERE WhenSubmitted=NULL; /CFQUERY CFOUTPUT#GetN

Preventing Browsers Cacheing a .cfm file

2000-12-11 Thread Gene Kraybill
tags did not. Can someone please explain why the META no-cache tags don't work in a situation like this? Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net ~~ Structure your ColdFusion code

OT: SQL Union

2000-12-09 Thread Gene Kraybill
boolean column in the second query and populate it with the value of 0, so the UNION operator works. Something like SELECT Column1, Column 2, Column3 FROM Table1 UNION SELECT Column1, Column2, 0 as Column3 FROM Table2 This doesn't work. What will? Gene Kraybill

OT: Javascript problem

2000-12-05 Thread Gene Kraybill
doesn't get submitted to the action page. What am I missing? Gene Kraybill == TEST_MAIN.CFM: script language="JavaScript"!-- function windowOpen() { var myWindow=window.open('test_popup.cfm','windowRef','width=200,

Pulling hair with CFLOCK

2000-11-16 Thread Gene Kraybill
code needs to work with both 4.0.1 and 4.5.1.) Can someone please help? Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: CFLOCK - need help

2000-11-07 Thread Gene Kraybill
since you're not, you'll have to stick with NAME. Steve Nelson wrote: If you wrote your locks in 4.01 syntax it would work in both. cflock name="#application.applicationname#" type="exclusive" timeout=20 Gene Kraybill wrote: Does anyone know a way to use CFLOCK so

CFLOCK - need help

2000-11-04 Thread Gene Kraybill
an error. Someone tell me there's a way around this! Gene Kraybill ----- Gene Kraybill LPW Associates LLC www.lpw.net Archives: http://www.mail-archive.com/cf-t

Debugging info

2000-11-01 Thread Gene Kraybill
I noticed the same kind of problem with a call to a variable which didn't exist. Ideas? Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net Archives: http:

OT: combining SQL queries

2000-09-29 Thread Gene Kraybill
UserNumber=#GetOrder.ApprovalBy# /CFQUERY Any way to combine these three queries and still be able to reference the Sender, Orderer and Approver in my output? Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net -

Debugging an undefined DB

2000-09-15 Thread Gene Kraybill
problem, but eventually I remembered I hadn't defined the DSN after re-installing CF in the wake of a hard drive rebuild...Worked perfect once I redefined the DSN g... The odd thing was that even tho I have all CF debugging turned ON, my pages came up without any CF errors... Gene Kraybill

Illegal operation in CFHTTP

2000-09-01 Thread Gene Kraybill
e is create dynamically for logging page visits in a Fusebox setting.) Any ideas? Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net -- Archives: http://www.mail-archi

Re: Getting a value from a field

2000-08-31 Thread Gene Kraybill
display that item... Gene Kraybill LPW Associates "Ben Densmore" [EMAIL PROTECTED] can someone tell me if there is a way to get values out of a form, = similar to using form.fieldname? Ihave a page where I have about 50 = products each with their own text box to enter a quan

CFOUTPUT grouping

2000-08-29 Thread Gene Kraybill
This works fine only when the sort order is by ID (building). What must I add to make it work for other sort orders? Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net --

Upgrade Issues 4.0.1 to 4.5.1

2000-08-28 Thread Gene Kraybill
Does anyone have a rather complete list of potential code problems that may arise from an upgrade from CF 4.0.1 to 4.5.1? We're using 4.0.1, but have several sites on a web hosting service which is about to upgrade. Thanks Gene Kraybill LPW Associates - Gene

OT: Access 97 and 2000

2000-08-22 Thread Gene Kraybill
now get this message: "Microsoft Access can't start because there is no license for it on this machine." Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net -- Arch

RE: Access 97 and 2000

2000-08-22 Thread Gene Kraybill
I see Access 2000 has an option to save in Access 97 format. Can anyone vouch for this as a reliable way of maintaining Access-97 dbs on a development machine when upgrading to 2000 isn't an option on the live server? Gene Kraybill Andy Ewings [EMAIL PROTECTED] I think you need to have

Re: Newbie Question - Creating Data Source for CSV text file

2000-08-11 Thread Gene Kraybill
the data to a proper db, with the speed advantages of indexes and other db features. Gene Kraybill LPW Associates John McGown wrote: I have a customer that is a car dealership. They want to put their car inventory online. The company that makes their inventory database tells me

RE: Newbie Question - Creating Data Source for CSV text file

2000-08-11 Thread Gene Kraybill
as you can actually run SQL queries on the data I'd be interested in hearing a few more details on this... and info about the advantages of this over using CFHTTP to create a query object and then looping over the query to insert each record into a db... Gen

RE: Error Handling

2000-08-11 Thread Gene Kraybill
can use it along with some conditional code to "throw" any customized error message for any error condition at all...Your customized error will then be "caught" by CFCATCH at the bottom of the CFTRY b

Re: CFTHROW

2000-08-11 Thread Gene Kraybill
YPE parameter using CFCATCH, and display the defined error message using CFCATCH.Message (and CFCATCH.Detail, if you define that as well). Gene Kraybill -- Archives: http://www.mail-archive.com/cf-talk@house

CFFile access problem

2000-08-10 Thread Gene Kraybill
we assume that an access problem is likely caused by server overload? Any way of dealing with this on a shared server, other than lessening the server load? Gene Kraybill LPW Associates -- Archives: http://www.mail

RE: CFFile access problem

2000-08-10 Thread Gene Kraybill
some file contention or access problems). Gene Kraybill from [EMAIL PROTECTED] It could be contention for that file by your application. You could either CFLOCK that CFFILE operation, or if you don't mind losing some writes you could use CFTRY/CFCATCH to prevent end users from seeing the error

Re: file name

2000-08-09 Thread Gene Kraybill
"Jay Wigginton" [EMAIL PROTECTED] wrote: Could some please tell me the file name that if present in a directory will be executed after the current template... OnRequestEnd.cfm Gene Kraybill -- Arch

Re: DE() vs Evaluate() when doing a variable number of multiple

2000-08-03 Thread Gene Kraybill
easurement = Evaluate("form.IngredientMeasurement" "#x#") cfset Description = Evaluate("form.IngredientDescription" "#x#") Gene Kraybill - Gene Kraybill LPW Associates LLC www.lpw.net -

Complex Arrays and Structures

2000-08-02 Thread Gene Kraybill
ces are long and unwieldy, so I'm having second thoughts. Also, I need to figure out whether storing all this config data in an application structure will cause memory problems. None of these arrays or queries are very large, but still... Any general comments/ideas/bric

Re: CFHTTP

2000-08-02 Thread Gene Kraybill
e contents.... Gene Kraybill LPW Associates -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message

Re: Custom Tag for Date and Time

2000-07-28 Thread Gene Kraybill
rrent date and time using NOW and insert that as a date-time object into a single database field? Something like: MyDateTime=#CreateODBCDateTime(Now())# Gene Kraybill LPW Associates LLC Mansfield, PA -- Archives: http: