Re: Online CC processing

2001-02-20 Thread Sean Renet
I generally use paymentnet (http://www.signio.com), they have a nice little cf tag that works fine. - Original Message - From: "Chad Gray" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, February 19, 2001 2:01 PM Subject: Online CC processing Any suggestions on a

RE: Stored Procedures - Am I going insane?

2001-02-20 Thread Rich Wild
Philip, as Paul stated, often in SQL you'll have to resort to using cursors to perform operations on a recordset on a per row basis. If you can avoid them do, they really are costly in performance terms Quote from the Wrox Professional SQL Server 7 programming book by Robert Viera: "Cursors

CFX_ZIP on Linux?

2001-02-20 Thread Michel Vuijlsteke
We're migrating a CF application from NT to Linux. One of the things it does is allow the user to tag a number of files which it then packs in one zip file for him to download. This is done with Ben Forta's cfx_zip. Is there any way at all to duplicate this functionality easily on Linux? In

Re: Stored Procedures - Am I going insane?

2001-02-20 Thread Paul Hastings
worse negative performance impact [but] Cursors are going to be the answer anytime a solution must be done on a row-by-row basis." you can often use a series of set operations against temp tables instead of server side cursors or just plain sql if you're joe celko (or maybe tom potts who

RE: urgent (How can we bypass web server when data contains ?amp ;?)

2001-02-20 Thread Martin Sutton
Ramesh! Please stop sending your message 3 times or fix your client!@# It's very annoying. This is the sixth copy of this message I have received. Thanks, Martin. - LEGAL DISCLAIMER -- This message

RE: advanced list

2001-02-20 Thread Aidan Whitehall
Especially if we can make it an expanding FAQ, then (hopefully) it'll cover about 70-80% of the questions that get repeated... and it'll be easier than searching through the archives - especially since I currently have over 40,000 CF-Talk messages in my Outlook g That's how I've built

NT4 SP 6a

2001-02-20 Thread Keith Thornburn
All, We are considering upgrading some NT 4 servers from SP5 to SP6a. The servers are running a mix of CF from 3.11 to 4.5.1 SP2. Comments regarding any problems likely to be encountered or that you have encountered due to SP6a and CF will be most appreciated. We are aware that an aspect of

RE: Comp - Quick Reference for variables FAQ

2001-02-20 Thread Aidan Whitehall
This is what we have so far. Variable Types Variables. (local - server memory) [ snip ] Thanks... -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services http://www.netshopperuk.com/ Telephone +44 (01744) 648650 Fax +44 (01744) 648651

RE: NT4 SP 6a

2001-02-20 Thread Aidan Whitehall
Comments regarding any problems likely to be encountered or that you have encountered due to SP6a and CF will be most appreciated. We were using plainURL from the DevEx to write URLs like this somewhere.com/index.cfm/variablea.1/variableb.2 We had to alter the plainURL tag and our URLs to

RE: Stored Procedures - Am I going insane? - Here's what I want to do

2001-02-20 Thread Philip Arnold - ASP
OK, here's a full description of what I want to accomplish and some background We are working for a client who does Conferences - each conference has a mini-site which has pages describing it and central "How to get there" type pages There is one core site which contains the general pages,

session variables

2001-02-20 Thread John McCosker
Has anyone ever experienced session variables not getting set. I have created a login page like so, cfif isdefined("form.uid") and isdefined("form.pwd") cfquery name="checkLoginUser" datasource="#application.dsn#" username="sa" password="ruler" SELECTuid, pwd

RE: session variables

2001-02-20 Thread Daniel Lancelot
Hi John, What it might be... Are you switching domains on the live server using cflocation at any time? If so, any session/application/etc variables may not be set correctly, as CF needs to set a cookie with CFID/CFTOKEN to identify the client machine, and cflocate prevents the cookie from

RE: session variables

2001-02-20 Thread John McCosker
Ok Dan! Yes the webserver is on another Domain, but that does not explain why my own machine can still login to the site. I tested the session state by outputting the variable and it is defined. On any other client the session is never defined. Can you recommend a solution round the domain

RE: Stored Procedures - Am I going insane? - Here's what I want to do

2001-02-20 Thread Philip Arnold - ASP
Oops, one thing to complicate matters - the primary key on the tables aren't Identities OK, here's a full description of what I want to accomplish and some background We are working for a client who does Conferences - each conference has a mini-site which has pages describing it and central

RE: session variables

2001-02-20 Thread Daniel Lancelot
Your machine will be able to log onto the site because at some point in the past you wil have loaded a*.cfm page from that domain - if you delete all your cookies, and try logging in, then you probably wont be able to... To fix the problem - If possible, have the form on the same domain as

RE: session variables

2001-02-20 Thread John McCosker
The form is on the same domain as the action. How will the Meta refresh solve my problem, and where should I put it. I have deleted all cookies and I can no longer login to the site. There has got to be a way round this. -Original Message- From: Daniel Lancelot [mailto:[EMAIL

RE: session variables

2001-02-20 Thread Daniel Lancelot
is the form page .cfm or .htm - needs to be .cfm for the cookie to be set -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: 20 February 2001 12:21 To: CF-Talk Subject: RE: session variables The form is on the same domain as the action. How will the Meta refresh

RE: session variables

2001-02-20 Thread John McCosker
the form page is .cfm I am using cfform. -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: 20 February 2001 12:27 To: CF-Talk Subject: RE: session variables is the form page .cfm or .htm - needs to be .cfm for the cookie to be set -Original Message-

Re: Help: Netscape and IE

2001-02-20 Thread Chang Liu
Thank you very much! - Original Message - From: "Arden Weiss" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, February 16, 2001 4:40 PM Subject: RE: Help: Netscape and IE What I find works well on tables in both IE an Netscape is to make sure the outer most table is

Re: Help: Netscape and IE

2001-02-20 Thread Chang Liu
Thank you very much! - Original Message - From: "Alexandre Dornback" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, February 16, 2001 4:05 PM Subject: RE: Help: Netscape and IE Either use the cfa_browser tag if you are using Spectra with your cold fusion or use cfif

Re: Help! have to login twice?

2001-02-20 Thread Wayne Putterill
- Original Message - From: "Jeffry Houser" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 10:43 PM Subject: Re: Help! have to login twice? I would check the values of CGI.SCRIPT_NAME to make sure that they are actually "LOGIN.CFM" or

RE: session variables

2001-02-20 Thread John McCosker
Dan I got it working Simple but stupid, I had clientManagement set to 'no' -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: 20 February 2001 12:27 To: CF-Talk Subject: RE: session variables is the form page .cfm or .htm - needs to be .cfm for the cookie to

RE: Encrypting Source Code

2001-02-20 Thread Philip Arnold - ASP
Is there a way to secure the code of an application that is being installed on a remote server? I know the cfencode program can be used, but I've been told that it's not that difficult to decrypt the source files. There's a file called CFEncode.exe in the \CFusion\Bin folder - this allows

Re: Stored Procedures - Am I going insane?

2001-02-20 Thread Deanna L. Schneider
Paul said: sp_executesql will gain you something in terms of optimization, etc. but this isn't the kind of thing that ought to be in an sp (unless you're doing this for security or management reasons) Why not? I've been taught by our database folks that the more stuff we can move into the

RE: Need high end shopping cart recommendations

2001-02-20 Thread Larry Juncker
Able Commerce Builder http://www.ablecommerce.com/site.cfm?p=27 Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. -Original Message- From: Cold Fusion [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 10:36 PM To: CF-Talk Subject: Need high end

RE: CFFILE spaces

2001-02-20 Thread Chad Gray
Im not sure where our difference is, but NT4.0 IIS4 CF 4.5.1 SP2 does place underscores. Anyone know if this was changed from 4.0 to 4.5? At 11:13 AM 2/20/01 +, you wrote: CFFile puts underscores in the name where spaces are. Well, I've just used CFFILE to upload the file below to a

Re: Encrypting Source Code

2001-02-20 Thread Bryan LaPlante
when you use cfencode.exe note that the last argument for version should be separated by a space. It does not look that way in the help dialogue and I don't think it showed it with double quotes, also necessary. Example. c:\cfusion\bin\cfencode infile outfile /v "2" - Original Message -

RE: CFX_ZIP on Linux?

2001-02-20 Thread Jeremy Allen
It is easier than you think Michel. The unix philosophy is using many small programs to achieve the effect of much larger ones ;) So.. if you wanted to create a zip file with max compression zip -9 foo.zip file1.txt file2.txt file3.txt Voila you now have foo.zip Just drop down to the good

CF and Distributed Caching

2001-02-20 Thread Ken Monroe
Hello! Does anyone have any experiences (good vs bad, hardware/softwre, etc) on using CF applications in a geographical distributed caching scheme? Thx ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: [CFX_ZIP on Linux?]

2001-02-20 Thread Alex
yes. write a shell script to gzip the tagged files Michel Vuijlsteke [EMAIL PROTECTED] wrote: We're migrating a CF application from NT to Linux. One of the things it does is allow the user to tag a number of files which it then packs in one zip file for him to download. This is done with Ben

SQL Update - Now I'm royally confused

2001-02-20 Thread Philip Arnold - ASP
OK, after that SP question, and some experimentation, I've decided to start doing most of the work with CF, and then shift over to SPs when I know I've got the SQL working Anyway, I'm trying to do the update from one table to another in SQL using a JOIN - it's SQL Server 7 update table1 inner

RE: Stored Procedures - Am I going insane?

2001-02-20 Thread Todd Stanley
I've heard much the same thing from our dba's, but there are many exceptions. I actually have run into a few cases where it was faster to do some of the logic in CF and run the sp inside my CF loops than to do the whole thing in one sp. If you run into enough performance problems you'll end up

Re: Stored Procedures - Am I going insane?

2001-02-20 Thread G
- Original Message - From: "Deanna L. Schneider" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 7:52 AM Subject: Re: Stored Procedures - Am I going insane? Paul said: sp_executesql will gain you something in terms of optimization, etc. but this

RE: CFFILE spaces

2001-02-20 Thread Aidan Whitehall
Im not sure where our difference is, but NT4.0 IIS4 CF 4.5.1 SP2 does place underscores. Anyone know if this was changed from 4.0 to 4.5? Yeah, must be a version-thang. -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services

How to check form fields for content and modify?

2001-02-20 Thread Tim
I have a form that does not require all fields to be filled out. On the action page, I need to check the non-required fields for content, and if empty place "n/a" or a zero in the field before the record is added to the database. I tried using cfparam, but it does not seem to work. The code

RE: CFX_ZIP on Linux?

2001-02-20 Thread Michel Vuijlsteke
Yippee. Thanks. Michel -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 3:38 PM To: CF-Talk Subject: RE: CFX_ZIP on Linux? It is easier than you think Michel. The unix philosophy is using many small programs to achieve the

RE: [CFX_ZIP on Linux?]

2001-02-20 Thread Jeremy Allen
Not gzip. Use the command line utility "zip" Gzip uses a different compression algorithm. Granted winzip speaks gzip its still better to use the zip command line utility there is a huge difference in "zip" and "gzip" Gzip needs something like tar to create an archive of files. Zip like I

RE: SQL Update - Now I'm royally confused

2001-02-20 Thread Jeremy Allen
I have not tested this but try UPDATE t1 SET table1.Title=table2.Title, table1.Body=table2.Body, table1.Section=table2.Section FROM table1 t1 INNER JOIN table2 t2 ON(t1.ID = t2.ID) I think the way you are doing it will not work because of your placement of the join clause. Play with

RE: Stored Procedures - Am I going insane?

2001-02-20 Thread Jeremy Allen
Dave medinets has some stored proc's that use dynamic table names. Props to him ;) Check this out.. it aint the prettiest code in the world but it is possible. http://medinets.onproject.com/ntm/ Jeremy Allen elliptIQ Inc. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL

CF/Database Problem!

2001-02-20 Thread Raley, Scott M (MIL)
All of a sudden my access database has started opening up in exclusive mode, although when I look at the options on it, its set by default to open in shared mode. I get an error in CF that it can not open 'unknown'. When I close the database some of my queries give me this error: Error

RE: How to check form fields for content and modify?

2001-02-20 Thread Lord, Heath
cfparam name="form.Pages" default=0 cfparam name="form.Year" default=0 cfparam name="form.Service" default="N/A" cfparam name="form.Position" default="N/A" cfparam name="form.Ndate" default="N/A" cfparam name="form.Volume" default="N/A" cfparam name="form.Issue" default="N/A" cfparam

RE: How to check form fields for content and modify?

2001-02-20 Thread Benjamin S. Rogers
CFPARAM checks for the existence of a variable and sets a default value (provided you have set the default attribute) if the variable does not exist. Since your form fields all exist (they have an empty string for a value), the default value is not getting set. What you want to do is check the

Re: How to check form fields for content and modify?

2001-02-20 Thread Tony Schreiber
You might try cfparaming Form.Field and then referencing Form.Field in your query, rather just Field. It has to do with which scope is looked at first by CF. I have a form that does not require all fields to be filled out. On the action page, I need to check the non-required fields for

mind fart

2001-02-20 Thread Bryan LaPlante
I am drawing a blank here. my path variable on the page returns "c:\inetpub\wwwroot\temp" what is the function for converting it back to href="/temp"? Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development ~~

Extracting WDDX info into CFM

2001-02-20 Thread Larry Juncker
I have a WDDX packet coming back to my template but for the life of me, I can not find info for extracting the code in useable form. http://www.aljcompserv.com/LJJTest/WDDX_News_Feeds/NewsLead.cfm All I get is the xml code. Any help would be greatly appreciated. Larry Juncker Senior Cold

OT: Killing Sessions on Closed Browser

2001-02-20 Thread Gavin Myers
Hey all, I need to be able to kill a session/run a script when someone closes their browser. But I cannot find a javascript command that handles this event only. All of the commands I have found (onunload etc.) also run when someone refreshes the page or hits the back arrow. Has any of you run

Re: Extracting WDDX info into CFM

2001-02-20 Thread William J Wheatley
what about CFWDDX type="WDDX2CFML" 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: This e-mail and any attachment to it is

RE: Need high end shopping cart recommendations

2001-02-20 Thread Chris Jenkins
try cfwebstore.com -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 6:13 AM To: CF-Talk Subject: RE: Need high end shopping cart recommendations Able Commerce Builder http://www.ablecommerce.com/site.cfm?p=27 Larry Juncker Senior Cold

Re: Extracting WDDX info into CFM

2001-02-20 Thread Jeffry Houser
Wouldn't you want to use CFWDDX with the action being 'WDDX2CF'? Once you do that, you should be able to output it, process it, or do whatever else you want. Larry Juncker wrote: I have a WDDX packet coming back to my template but for the life of me, I can not find info for extracting

Re: mind fart

2001-02-20 Thread Howie Hamlin
Try cgi.script_name 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 Get your free copy of iMS POST-SE Server from CoolFusion! - Original Message - From:

Re: Extracting WDDX info into CFM

2001-02-20 Thread William J Wheatley
sorry cfwddx action="WDDX2CFML" input="" output="" not type 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: This e-mail and

RE: mind fart

2001-02-20 Thread Aidan Whitehall
I am drawing a blank here. my path variable on the page returns "c:\inetpub\wwwroot\temp" what is the function for converting it back to href="/temp"? Are you looking for cgi.SCRIPT_NAME? -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services

Re: mind fart

2001-02-20 Thread Bryan LaPlante
that works great for the page that is currently running. I am doing recursion through directories and making a directory tree with files you can click on and load the page. the path that I send to my treeview custom tag comes out with the directory path and I need to translate it back to a

RE: Killing Sessions on Closed Browser

2001-02-20 Thread Andy Ewings
yupI had this problem and this is the best way around it Put this code in your application.cfm: !---If user closes browser end session --- cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN") cfset cfid_local = Cookie.CFID cfset cftoken_local = Cookie.CFTOKEN

RE: Extracting WDDX info into CFM

2001-02-20 Thread Larry Juncker
This is my code and I have tried it with WDDX2CFML also and then it does not want to show me anything. CFHTTP URL="http://p.moreover.com/cgi-local/page?c=Sports%3A%20motor%20sports%20new so=xml" CFWDDX ACTION="CFML2WDDX" INPUT="#CFHTTP.FileContent#" OUTPUT="Results"

RE: Extracting WDDX info into CFM

2001-02-20 Thread Rich Wild
This is my code and I have tried it with WDDX2CFML also and then it does not want to show me anything. because you are grabbing an xml packet not a wddx packet? That's what it looks like from the moreover url.. --- Rich Wild Senior Web

application.cfm question

2001-02-20 Thread river
How does CF server look for application.cfm? For example, let's say there is a directory structure like this: /root/ /root/www/ /root/www/cgi-bin/ Now, let's say there are multiple application.cfm files, one in each directory. /root/application.cfm /root/www/application.cfm

RE: SQL Update - Now I'm royally confused

2001-02-20 Thread Philip Arnold - ASP
I have not tested this but try UPDATE t1 SET table1.Title=table2.Title, table1.Body=table2.Body, table1.Section=table2.Section FROM table1 t1 INNER JOIN table2 t2 ON(t1.ID = t2.ID) I think the way you are doing it will not work because of your placement of the join clause.

Re: mind fart

2001-02-20 Thread Ryan
At 10:01 2/20/01 -0600, you wrote: that works great for the page that is currently running. I am doing recursion through directories and making a directory tree with files you can click on and load the page. the path that I send to my treeview custom tag comes out with the directory path and I

Re: mind fart

2001-02-20 Thread Douglas Knudsen
you mean you want to transalte the DOS path to a URL, correct? Why not use regex and replace to change the \ to / and remove the c:\. This way you can create a relative URL. replace c:\ with http://domain/ to make absolute URLs. This should be easy with regex and replace. Cheers! --

RE: application.cfm question

2001-02-20 Thread Lord, Heath
It looks in Current directory first... if it doesn't find one there, it continues looking in every parent directory up to the root of the hard drive that the template sits on... If it finds one, it stops. Heath -Original Message- From: river [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: URGENT: FOXPRO

2001-02-20 Thread Arden Weiss
Further testing reveals that there also seems to be a reliability problem handling date fields in the manner I had found to work on my initial simple examples -- with a complex/real example (e.g., 20 date fields/page) I found that the date fields were not being updated in a reliable manner --

RE: How to check form fields for content and modify?

2001-02-20 Thread Andrew Tyrone
Tim, There are a couple of issues here. I assume you know that you should be scoping the variables you are setting with CFPARAM. However, if you DID do this it still wouldn't matter, since the form fields are getting passed even though they ARE blank. Maybe you were hoping to get away with

RE: application.cfm question

2001-02-20 Thread Andrew Tyrone
ColdFusion first looks in the directory where the current template is being executed. If no application.cfm file is found, it will traverse up the DIRECTORY tree, ALL THE WAY to the root of the drive the application is on: /root/www/cgi-bin/ /root/www/ /root/ -Andy -Original

Re: Tag or function to import csv file to db

2001-02-20 Thread Larry C. Lyons
Peter, Unfortunately yes. Its a really useful tag for several projects I've worked on. Fortunately we run WinD'ohs servers here so its not as critical to us. The best way I can see ho to do this is to upload the file with cffile action='upload", then read the file using CFFILE ACTION="Read".

RE: application.cfm question a n other question

2001-02-20 Thread Aidan Whitehall
How does CF server look for application.cfm? For example, let's say there is a directory structure like this: [ snip ] It looks for an application.cfm file in the same directory as the template that is being called. If it can't find one, it goes up a directory and looks for one there. If

RE: application.cfm question

2001-02-20 Thread Garza, Jeff
Cold Fusion Server will look for Application.cfm in the directory that the template was called from and continue up the directory tree until it hits the root. This is an example using NT and IIS. So, If you call your application from d:\inetpub\root\www\cgi-bin\, it will look here first then

Re: Stored Procedures - Am I going insane?

2001-02-20 Thread Paul Hastings
Why not? I've been taught by our database folks that the more stuff we can why not? sp's aren't really meant for dynamc sql. if i had two logic branches in an sp, these would become 2 separate sp. unless security/management were the main issues. move into the database, the better - that cf is

RE: SQL Update - Now I'm royally confused

2001-02-20 Thread Donn
Hint look at the SELECT INTO Statement -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 8:16 AM To: CF-Talk Subject: RE: SQL Update - Now I'm royally confused I have not tested this but try UPDATE t1 SET

Re: RE: Extracting WDDX info into CFM

2001-02-20 Thread William J Wheatley
thats fine its for all email not just list, but thanks! 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: This e-mail and any

RE: CFX_ZIP on Linux?

2001-02-20 Thread JustinMacCarthy
A java version should be very easy, there is a java/zip example tag supplied with CF Justin -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 3:05 PM To: CF-Talk Subject: RE: CFX_ZIP on Linux? Yippee. Thanks. Michel

Re: mind fart

2001-02-20 Thread Bryan LaPlante
Ok then, I suck at regex for example here is a string that would not work [a-z A-Z:\] . What is the expression for finding the first 3 characters? - Original Message - From: "Douglas Knudsen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 10:18 AM

verity memory leak with cf4.51 and sp2

2001-02-20 Thread Martin Orth
Hi, I am using cf4.51(win2k server, with 512RAM)) with sp2 and verity for searching. I have big problems using verity with this configuration. The collections are chrashing from time to time(every two weeks) and win2k server says that he has not enough memory. Does anybody know something about

RE: application.cfm question a n other question

2001-02-20 Thread Dylan Bromby
couldn't you put a file in the root directory, set CF_TEMPLATE_PATH to some var, then include that file and call the var? you'd have to strip out the name of the file that sets the var though. e.g. in D:\inetpub\wwwroot create root_dir.cfm in root_dir.cfm just have CFSET

Re: mind fart

2001-02-20 Thread Bryan LaPlante
I found part of it. here's the reference page. http://127.0.0.1/CFDOCS/Using_ColdFusion_Studio/12_Testing_and_Maintaining_W eb_Pages/test3.htm here is the example [A-Z]:(\\[A-Z0-9_]+)+ - Original Message - From: "Douglas Knudsen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

RE: Stored Procedures - Am I going insane?

2001-02-20 Thread Keith Thornburn
Consider the following situation: A complex query that is broken down to mutiple queries that require at least one temporary table. If these queries are called from a SP then the temporary table(s) exist only for the duration of that SP. The other way of course is to drop the temp table(s) at

RE: SQL Update - Now I'm royally confused

2001-02-20 Thread Philip Arnold - ASP
Hint look at the SELECT INTO Statement Normally I wouldn't have this problem, but I think the 80+ hour weeks are catching me up Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

SOT: Do we have any RADIUS gurus in the house?

2001-02-20 Thread Lee Fuller
If so, can you contact me off list? Thanks in advance... Lee Fuller Chief Technical Officer PrimeDNA Corporation ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Stored Procedures - to use or not to use

2001-02-20 Thread Deanna L. Schneider
Hm Okay. I see what you're saying, Paul. Is there a preferred way to do dynamic sql in the database? Or, is the idea that one is better off doing that which is dynamic in cf? (Just trying to learn more about enterprise database solutions - not challenging your viewpoint.) -d

RE: Stored Procedures - to use or not to use

2001-02-20 Thread Andy Ewings
If you need to build dynamic sql you can use exec(sqlstring) as others have suggested here. There is no reason why this can't be contained within an SP. Just remeber that the sqlstring that you are executing will not be contained within the query plan for the sp. If you need to loop through

RE: Extracting WDDX info into CFM

2001-02-20 Thread Larry Juncker
Thank You for the info, now, I have the information coming to me correctly, how do I determine how many records are in the packet? I see a field in there called row count, but I can not figure out how to reference it. Thanks Again Larry Juncker Senior Cold Fusion Developer Heartland

Anyone know of any good CF tests?

2001-02-20 Thread John Doe
I am looking to put together a pre-employment test to check the knowledge level of a job candidate who claims to be an expert cf developer. Does anyone know of any available tests (not online, what I'm looking for is some type of written test) for this purpose? I would like to be able to bring

SQL

2001-02-20 Thread Chad Gray
How do you query a SQL database on another server? I do local querys on my Access DB's, and im thinking about setting up a MS SQL box or MY SQL box. Is it just a matter of setting up the datasource in the CFQUERY different? Thanks, Chad ~~

RE: Hidden frames

2001-02-20 Thread Hal Helms
I use them quite often with administrative portions where I want the app to seem as much like a desktop app as possible, but usually avoid frames for public sites. Hal Helms == See ColdFusionTraining.com for info on "Best Practices with ColdFusion Fusebox" training == -Original

Hidden frames

2001-02-20 Thread Earl, George
How many of you are using hidden frames as a part of your every day CF development? What kinds of things are you using them for? Are there any big picture considerations one needs to take with this approach? Do you have comments about the good and the bad of going down this path? Thanks! George

RE: Extracting WDDX info into CFM

2001-02-20 Thread Larry Juncker
Thanks to everybody for your help. I got it figured out. I needed to set a variable equal to output. RecordCount Thanks again for all the responses. Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. -Original Message- From: Rich Wild [mailto:[EMAIL

RE: Anyone know of any good CF tests?

2001-02-20 Thread Lord, Heath
Seems like it would be easy enough to make... given the quantity of materials available from online tests, college courses, and Allaire Certification prep books. The main problem you main have is determining what is truly an expert... I would classify myself as very knowledgeable, but wouldn't

form submit to pop up

2001-02-20 Thread Tom
I have a form submitting to a query with the output displayed in a pop up, but I can't get the window controls to work for the pop up. Any help? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: how to launch a windows app from a web page?

2001-02-20 Thread Kirk Boecker
David, Thanks for the info - that would work perfect for what we need to do. Do you have any sample code or know where i can find some info on vCalendar format? Since Dave Watts turned you onto it maybe he has some info?? Kirk - Original Message - From: "David Shadovitz" [EMAIL

studio 4.5.2 upgrade error issues

2001-02-20 Thread C Frederic Valone
I just finished upgrading to 4.5.2 from the beta I was running and am now unable to conect to any of the datasource panes on my rds servers. Here is the error Error loading type library/dll Any ideas what I can do to fix this? the beta worked fine for me but it expires on wed. Thanks --

drilling down

2001-02-20 Thread Douglas Jordon
Hi all, I'm putting together a site to help manage large numbers of images for a web site. I want to use Cold Fusion to keep a table of the various image directories, and I'd like the web developers to be able drill down on the test server and select a new directory when needed. It looks like

Re: [Anyone know of any good CF tests?]

2001-02-20 Thread Alex
brainbennch but keep in mind these tests are a joke. they are only good to get past HR or hiring mangers. "John Doe" [EMAIL PROTECTED] wrote: I am looking to put together a pre-employment test to check the knowledge level of a job candidate who claims to be an expert cf developer. Does anyone

CF Consultant Needed

2001-02-20 Thread David Clay
I am looking for CF Consultants in Colorado associated with a business. I cannot contract with an individual. Any help would be appreciated. Thank you for your time. Dave Clay Internet Facilitator Trus Joist, A Weyerhaeuser Business 5995 Greenwood Plaza Blvd, Suite 100 Greenwood Village, CO

RE: SQL

2001-02-20 Thread Eric Barr
You just set up your ODBC data source on the server ...if the odbc data source can connect (their is usually a test button at the end of the process). Once the data source works their is no difference in your CF code. -eric Common sense is

Migrating to CF 4.5 and W2K?

2001-02-20 Thread Terri Stocke
Hey all, Quick question here. We are planning to migrate from Win NT 4.0 to W2K very soon. We would also (pending approval from purchasing) later like to upgrade to CF 4.5. The long and the short of it is that unfortunately, we only have one box at our disposal to use for our server.

Re: Anyone know of any good CF tests?

2001-02-20 Thread John Wilker
I don't know of any written ones, but perhaps if you contact Brainbench you can use theirs in a printed fashion? They offer certifications one of which is CF 4.5 so that in a written form might do the trick. Another site to look at is http://www.cfcertification.com/ I've never been through it but

Re: Extracting WDDX info into CFM

2001-02-20 Thread David E. Crawford
Deserialize it into a CF query object and then reference the queryname.recordcount property. DC - Original Message - From: "Larry Juncker" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 12:51 Subject: RE: Extracting WDDX info into CFM Thank You for

Verity... again...

2001-02-20 Thread [EMAIL PROTECTED]
Hi All! I have a question about Verity, that has already probably been discussed here, so I apologize for redundancies... I have been using Verity, and have been getting quite used to it. I am wondering, how do I do a 2-deep search, a 'search within a search'? As I understand it, it can be

RE: Application.cfm, Session Management...More Info.

2001-02-20 Thread Maia, Eric
If they're not setting cookies and you're not passing the ID/token via URL, then you won't maintain the session. One problem I've run into with IE 5.5 is inconsistent cookie behavior. There are two browser settings for cookies (accept cookies and accept "session" cookies only), and if cookies

RE: verity memory leak with cf4.51 and sp2

2001-02-20 Thread James McCullough
There is a very bad memory leak with indexing a Verity collection regardless of which Windows platform you're using. I tried indexing a collection 0f 700,000 records with 512 MB RAM on a quad Xeon machine and it kept bombing out on the index. Increasing it to 1 Gb worked. One way around this is

  1   2   >