RE: fusebox style: too much disk access?

2000-10-23 Thread Scott, Andrew
Not these days, everything on the computers usually are cached. So it would be no surprise to know that files have always been cached from Windows 95/98/ME/2000. So in reality because these files are heavily used the files would be cached and would be accessed quicker the second/third time. But

RE: uregent(difference between two logics)

2000-10-23 Thread Scott, Andrew
ok I have a structure setup:-) structname.elementArray[1] = "what Ever" structname.elementArray[2] = "what Ever" structname.elementArray[3] = "what Ever" structname.elementArray[4] = "what Ever" structname.elementArray[5] = "what Ever" structname.elementtext This is a structure with an array

RE: [OT] Looking for good DHTML tutorial and or book

2000-10-23 Thread Stewart McGowan
http://developer.netscape.com has some good DHTML resources. Regards Stew Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

SP2

2000-10-23 Thread Aidan Whitehall
error.FormFields gives ULLIP/UL Can you make it output ULLI/LI/UL instead? -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services http://www.netshopperuk.com/ Telephone +44 (01744) 648650 Fax +44

RE: How to build a solid development team?

2000-10-23 Thread Mike Nimer
Julie, From my travels/experience, the best teams (most productive) I've seen assembled are basically a combination of 3 groups, at least member for each group. You can vary these numbers depending on the amount of work for each type and the skill level of each member.. But basically what you

CFApplication and IE5.5 - not work properly!

2000-10-23 Thread Philip Arnold - ASP
I've just upgraded to IE5.5, and on an application that uses Application scope variables suddenly stopped working - this code worked perfectly on IE5.0 It gives me; "Attempt to access an Application variable when application management is not enabled. Use the CFAPPLICATION tag to enable

SQL: Getting values from a just inserted record.

2000-10-23 Thread Daniel Kemp
I know this has been asked before a while back, but I can find the mail which covered it, so here's the question. I add a record which is using a "uniqueidentifier" as the key, how can I then get the value of that field, without having to do a search on the rest of the data I've just added

RE: Getting values from a just inserted record.

2000-10-23 Thread Steve Martin
For SQL server CFQUERY name="Whatever" datasource="#Application.DSN#" SET NOCOUNT ON INSERT INTO YourTable (Field1, Field2) VALUES ('a','b') SELECT TheID = @@IDENTITY SET NOCOUNT OFF /CFQUERY In Access you will have to query for the

RE: Getting values from a just inserted record.

2000-10-23 Thread Philip Arnold - ASP
I know this has been asked before a while back, but I can find the mail which covered it, so here's the question. I add a record which is using a "uniqueidentifier" as the key, how can I then get the value of that field, without having to do a search on the rest of the data I've just added

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Paul Ihrig
nope that didnt work. http://inhouse/default.cfm?MainPage=DesignTech/technews/Siggraph99/siggraph9 9Notes.htm##course6 any other ideas? thank you -paul -Original Message- From: Nardi, Gaston [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, October 18, 2000 4:26 PM To: CF-Talk Subject:

Re: Update Query/Output question from a newbie...

2000-10-23 Thread Brett Payne-Rhodes
Hi Michael, I'll just start at the top, ok? What is distrib_state? I get the impression that it is the actual name of the state. If so, I would suggest that you use state_id instead - I know the names of the states are not going to change but it will save you space and is good database design.

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Philip Arnold - ASP
nope that didnt work. http://inhouse/default.cfm?MainPage=DesignTech/technews/Siggraph99 /siggraph9/Notes.htm##course6 any other ideas? Can I get you to try something? What is the value of URL.MainPage when default.cfm? If it includes the "#course6" then you might have to put a dummy value

wddx deserialize

2000-10-23 Thread Gary Davidson
I am posting from CF via SOAP a WDDX packet representing a WDDX recordset. Using the com DLL provided, I receive an error when I attempt to deserialize the packet. Any Help? wddxrs = obj.deserialize(XMLResult) XMLResult is a serialized WDDX recordset. obj is a WDDXDeserializer Gary

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Paul Ihrig
Philip, thanks, but i didnt work. here is my default frameset. --- cfparam name="url.TitleBar" default="default/_TOP.htm" cfparam name="url.ButtonBar" default="default/_LEFT.htm" cfparam name="url.MainPage" default="fs/fsrite.cfm" frameset

Re: wddx deserialize

2000-10-23 Thread David Shadovitz
What's the error? What does the packet look like? You can check it using: cfoutput#HTMLEditFormat(XMLResult)#/cfoutput -David On Mon, 23 Oct 2000 08:52:09 -0400 Gary Davidson [EMAIL PROTECTED] writes: I am posting from CF via SOAP a WDDX packet representing a WDDX recordset. Using the

Re: fusebox style: too much disk access?

2000-10-23 Thread Steve Nelson
Fusebox does break up your application by object. It does this first, in Fusebox that's known as a "circuit application". Fusebox tries to have friendly names than in OO programming, this is so it can be more easily described to a non technical person. Here's the breakdown of a Fusebox app:

RE: Update Query/Output question from a newbie...

2000-10-23 Thread Stephen Moretti
Hi Mike, Invalid tag nesting configuration A query driven CFOUTPUT tag is nested inside a CFOUTPUT tag that also has a QUERY= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Stephen Moretti
Paul, http://inhouse/default.cfm?MainPage=DesignTech/technews/Siggraph99/siggraph9 9Notes.htm#course6 Daft question, but are you putting/generating the a name="course6"/a into your html page, so that the browser knows where to go when you give it an anchor name?? If you are, have you tried

Re: CFApplication and IE5.5 - not work properly!

2000-10-23 Thread Billy Cravens
That error should have nothing to do with IE5.5, or any browser. Have you verified that it still works in IE5.0, and other browsers? -- Billy Cravens [EMAIL PROTECTED] Philip Arnold - ASP wrote: I've just upgraded to IE5.5, and on an application that uses Application scope variables

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Paul Ihrig
nope that didn't work either. and yes this is what i have for a link in the targeted frame. a href="#course6"Course #6: Fundamental Issues of Visual Perception for Effective Image Generation/a targeting a name="course6"/a any other ideas? again thank you

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Stephen Moretti
Paul, frame NAME="MainPage" SRC="cfoutput#url.MainPage#/cfoutput" SCROLLING="AUTO" MARGINWIDTH="0" MARGINHEIGHT="0" frameborder="NO" bordercolor="#FF" If, from the URL you gave us in your first email, default.cfm is the frameset, from which the above comes, then the anchor will never

Javascript Syntax for URL Parameters

2000-10-23 Thread James Taavon
This is a multi-part message in MIME format. --FA32DF5ABAE7BC9CB0762DD7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit What is the syntax for passing more than one URL parameter using javascript? Below I have it working for one parameter. SCRIPT

Re: fusebox style: too much disk access?

2000-10-23 Thread Steve Nelson
!--- com_foo.cfm --- cfobject type="COM" class="MyClass.Foo" name="oFoo" action="CREATE" !--- end com_foo.cfm --- OK. Well, that sure buys me a lot, doesn't it? Admittedly, you might reuse some of the methods and properties, but then again you might not. The point of using COM, in my

Re: How to build a solid development team?

2000-10-23 Thread Billy Cravens
Mike, Don't you think you could take things a bit further? I feel that any successful project requires a distinct separation of duties on the "functional" side of things: middleware coders, dba's, network architects/administrators, object/component developers. Not to mention that each of those

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Philip Arnold - ASP
Philip, thanks, but i didnt work. here is my default frameset. --- cfparam name="url.TitleBar" default="default/_TOP.htm" cfparam name="url.ButtonBar" default="default/_LEFT.htm" cfparam name="url.MainPage" default="fs/fsrite.cfm" CF_Snip

session variables disappearing

2000-10-23 Thread Bill Walthall
I've written a CF application in 4.0.1 which works fine locally, but when I try to modify it and use it on a 4.5 remote server, I'm getting some weird actions. When a user logs into the application successfully, a number of session variables are written, and on their welcoming screen these

Do outer joins work in MS Access 2k?

2000-10-23 Thread Brian Panulla
Please excuse this Access question on the CF list; this query concerns a CF site and I've run out of places to ask! I'm having a heck of a time with a complex query. I can't seem to get outer joins to work in Access, either using the *= syntax or the LEFT OUTER JOIN ... ON syntax. The same query

RE: session variables disappearing

2000-10-23 Thread Simon Horwith
are you setting these session variables in cfapplication? Test for their existence first. Also, check your session timeout settings. I'd start with these two things ~Simon -Original Message- From: Bill Walthall [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 9:46 AM To:

Migrating to Unix and ORACLE!

2000-10-23 Thread Neil Clark
Okay this is much the same Q. as before regarding migrating to Sybase on a Unix platform - this time it is the pitfalls etc. encountered with moving to Oracle when you have been developing on a MSSQLServer 7 and NT base.? We are in the unhappy[happy?] situation of developing in NT with the job

RE: cferror

2000-10-23 Thread Paolin, Brandon
you can't put cfm commands on the cferror page, but you can set the error page to submit a form when it loads... post the form to another page that has your cfmail and whatever error message you wish to display. script language="JavaScript" type="text/javascript" !-- function

write var into txt file and save

2000-10-23 Thread Greg_Jordan
Hi all - I have a client that wants to be able to update a txt file with a var from a form field. I have been able to call the file with CFFILE "read" and the save with CFFILE "write", but it does not insert the new variable. I have also used CFHTTP and with CFHTTP.FileContent, which does

RE: session variables disappearing

2000-10-23 Thread Cameron Childress
Has anyone experienced anything like this before? What am I doing wrong? How can I fix it? The fact that you just upgraded to CF 4.5 may be throwing you off the trail of a totally different reason which may not have anything to do with the upgrade. Make sure you've double checked that cookies

RE: write var into txt file and save

2000-10-23 Thread Neil Clark
This is a multi-part message in MIME format. --=_NextPart_000_0005_01C03D04.54B3B1C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit you can do this by using the this Custom Tag - cf_FileWriteText FILE="myFileName.txt" cffile

RE: session variables disappearing

2000-10-23 Thread Mike Nimer
The fact your on a remote server might mean it's the domain attribute of your cfcookie tags.. either you're still setting them to match your old server.. or you might need to set them to match your new server, especially if there is a cluster involved.. I'd double check this... HTH, ---Mike

RE: cfhttp problems/getting system information from users i.e. cpu speed/ram

2000-10-23 Thread Edward Peloke
Here is the address. I would like for the people in my office to be able to go here, and run the tests. The tests generate webpages that have all of the information into forms which they put into their database. I need to figure out a way to grab the data out of the forms and put it into our

CFHTTP - how to continue when there is a broken url

2000-10-23 Thread Rudy Rustam
Hi guys, Scenario: I have a few servers in different location. When the new record is added to Master (Central) Database. My code should automatically update the rest of the server in different locations. Code: cfoutput query="q_Server" cfhttp method="Post"

RE: wddx deserialize

2000-10-23 Thread Gary Davidson
The serialized packet is identical the packet I am trying to deserialize. I wrote a test app removing all but the serialization and deserialization. Run-time error '438' Object doesn't support this property or method Thanks -Original Message- From: David Shadovitz [mailto:[EMAIL

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Paul Ihrig
thanks. so sending an email link, to users on our intranet that would pull up the frame sets the target anchor wont work? thanks again -paul If, from the URL you gave us in your first email, default.cfm is the frameset, from which the above comes, then the

Re: Javascript Syntax for URL Parameters

2000-10-23 Thread David Shadovitz
'reassign.cfm?entry=' + id + 'param2=' + param2, 'detWin', Also, you'll want to use the JS escape function around the variables if they contain spaces or other troublesome characters. That'd be: 'reassign.cfm?entry=' + escape(id) + 'param2=' + escape(param2), 'detWin', -David On Mon, 23 Oct

RE: CF_MENSCH Awards

2000-10-23 Thread Paul Ihrig
i would like to nominate Mike Grundivig, for his continued patience! : ] And also Stephen Moretti, JJ Frausto, CF_Scott for thier help as well. thanks again -paul Archives:

Cardservice International

2000-10-23 Thread Howie Hamlin
Does anyone have any experience (good or bad) with Cardservice International as a payment provider? They have an available ColdFusion tag that can be used for on-line transactions. From their literature: = To support storefront

CFX tags

2000-10-23 Thread W Luke
Hi, Could someone resolve an argument I've been having all day with a colleague about CFX tags? I'm hardly an expert on CF, but am pretty sure that to create CFX tags, you don't just press an "Export to CFX DLL" button :) Am I right in thinking you have to write it in a different lanugage?

RE: How to build a solid development team?

2000-10-23 Thread Mike Nimer
Definitely.. But I save those details for my late night Self Help/How-To series on PBS... All donations go to helping others coughmy bank account/cough.. :-) Seriously.. You're absolutely right if you're building a large application using multiple technologies (CF, Java, COM, etc..). you will

Re: Cardservice International

2000-10-23 Thread Nick McClure
I have used the LinkPoint CFX Tag and it works great. Once the account it set up and the Tag is installed everything worked great for me. At 11:13 AM 10/23/2000 -0400, you wrote: Does anyone have any experience (good or bad) with Cardservice International as a payment provider? They have an

Re: CFX tags

2000-10-23 Thread Howie Hamlin
CFX tags can be written in C++, Java and Delphi. 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 - From: "W Luke" [EMAIL PROTECTED]

HELP! Local variables confused between sessions

2000-10-23 Thread Carol Chandler
I have a simple form that allows users to upload a file (using a file type form variable). They also must enter their school district and an email address.All fields are required (and the action page checks- I'm not relying on javascript alone). I'm only using form and local variables. After

RE: CFApplication and IE5.5 - not work properly!

2000-10-23 Thread Philip Arnold - ASP
That error should have nothing to do with IE5.5, or any browser. Have you verified that it still works in IE5.0, and other browsers? I down-graded to IE5.01 (uninstalled 5.5) and it worked perfectly - it only happens in IE5.5 (from what I've seen) Philip Arnold ASP Multimedia Limited T: +44

Re: CFX tags

2000-10-23 Thread J.Milks
Your friend is buying lunch... C++ or Java Jim - Original Message - From: "W Luke" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 23, 2000 11:18 AM Subject: CFX tags Hi, Could someone resolve an argument I've been having all day with a colleague about CFX

Smart renames on images?

2000-10-23 Thread Jamie Keane
Hi folks, I've got a project that requires that all images that are uploaded are named uniquely. This would usually be a simple case of using the MAKEUNIQUE attribute in CFFILE but the client is picky about the names of the incoming files. Therefore, the original name must be preserved. If

SQL Server equivalent of Access' compact database

2000-10-23 Thread Aidan Whitehall
Is there a SQL Server equivalent of Access' "compact database"? I would like to dump all the data in certain tables and for the Identity fields to start renumbering from 1. Thanks -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services

RE: CFApplication and IE5.5 - not work properly!

2000-10-23 Thread Mike Nimer
Are you launching new windows in your app. I believe that 5.5 (can't remember 5.0) has an option to launch windows in separate processes.. And although I haven't confirmed it I have heard that these separate process have different cookie sets also.. A thought, Mike -Original

RE: Query Trouble

2000-10-23 Thread Hayes, David
You want a LEFT JOIN: Select messages.fieldname, users.fieldname, [more fields] FROM messages LEFT JOIN users ON messages.userID = users.userID -Original Message- From: Russell Jones [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 21, 2000 12:10 PM To: CF-Talk Subject: Query

RE: HELP! Local variables confused between sessions

2000-10-23 Thread Doyle, Mike
How are you maintaining client state between/among templates? Are you using any method other than local/form variables to maintain this state? Mike "Outside of a dog, a book is man's best friend. Inside of a dog it is too dark to read." -Groucho Marx -Original Message- From: Carol

RE: Smart renames on images?

2000-10-23 Thread Robert Everland
I'd say run a check first so if the name is taken have the user rename the file themself, if not you'll have to write sometime where it is the name of the file plus a number or something like that. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Jamie

RE: Smart renames on images?

2000-10-23 Thread Mike Connolly
CFTRY and CFCATCH to capture the 'file already exists' error -Original Message- From: Jamie Keane [SMTP:[EMAIL PROTECTED]] Sent: 23 October 2000 16:29 To: CF-Talk Subject: Smart renames on images? Hi folks, I've got a project that requires that all images that are

RE: Smart renames on images?

2000-10-23 Thread Cameron Childress
I've got a project that requires that all images that are uploaded are named uniquely. This would usually be a simple case of using the MAKEUNIQUE attribute in CFFILE but the client is picky about the names of the incoming files. Therefore, the original name must be preserved. If the

RE: SQL Server equivalent of Access' compact database

2000-10-23 Thread Neil Clark
Enterprise Manager - Database - [Your DB] - All Tasks - Shrink DB. as for resetting the auto-numbers [?] N ! --- 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

RE: HELP! Local variables confused between sessions

2000-10-23 Thread Carol Chandler
I'm not doing anything other than using local and form variables. Is that some incredibly stupid mistake? I'm actually a reasonably seasoned programmer, but fairly new to CF - as is everyone else in my department. We don't have any CF "alpha geeks" around to notice dumb mistakes. The only

Slightly OT : How many accounts can my server handle?

2000-10-23 Thread Craig A. Zingerline
Hello, I realize that there are many factors in determining how many sites a server can handle are, but i'm just looking for guidelines. The server information is below, and lets assume that an average site on the server uses ColdFusion and Access or SQL Server 7.0 and uses 1 Gig of bandwidth a

Re: How to build a solid development team?

2000-10-23 Thread Peter Theobald
Everyone is going to have a different answer for this that depends on the kind of projects they usually do. For us there are 6 skill sets we need. This may or may not mean 6 different people. We are lucky to have some people with excellent skills in more than one area. However sometimes we

CF Job Sites...an OT question

2000-10-23 Thread Ryan John Williams
I know this is off topic, so I will be brief. I am in search of a new ColdFusion position and I have been looking for some good web sites specifically targeted to my skill set: CF 4.5, SQL, JavaScript and HTML. I have reactivated my monster.com and dice.com accounts, but don't know

Re: Smart renames on images?

2000-10-23 Thread Jamie Keane
What type of error is returned from an unsuccessful upload? -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 704.563.5559 x 228 Voice 704.849.9291 Fax -Original Message- From: Cameron Childress [EMAIL PROTECTED] To:

RE: Slightly OT : How many accounts can my server handle?

2000-10-23 Thread Neil Clark
Erm, yes and no; CF and SQL Server can happily sit on the same box. Unless you are expecting some serious load and I mean serious load 100,000 + ! :-) ! --- Neil Clark Senior Web Applications Engineer mcb digital Tel. +44 (0)20 8941 3232 Tel. +44 (0)20

RE: Smart renames on images?

2000-10-23 Thread Cameron Childress
What type of error is returned from an unsuccessful upload? I'm not sure. I would suggest you try them all at once and see which one trips. -Cameron Cameron Childress ElliptIQ Inc. p.770.460.7277.232 f.770.460.0963

case sensitivity in structures

2000-10-23 Thread tillmanj
are values in structures case sensitive? Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with

RE: Parent/Child CFML Tags

2000-10-23 Thread Jaime Garza
Caller is a scope that lets you access the parent variables. imagine foo.cfm and bar.cfm foo.cfm cfset x=1 cf_bar y=2 bar.cfm cfoutput #caller.x# #attributes.y# /cfoutput cfset caller.x=3 Jaime/ -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Saturday,

SQL UPDATE question (was Update Query/Output question from a newbie)

2000-10-23 Thread Michael Wilson
Hi again to everyone, I would like to thank Stephen and Bret for their help earlier. I managed to get things working on the update form, although I haven't moved to the state_id rather than the state_name system yet. I still receive errors (ColdFusion was unable to determine the value of the

RE: SQL UPDATE question (was Update Query/Output question from a newbie)

2000-10-23 Thread Andy Ewings
Probably because the distrib_id field is of type integer. Try removing the quotes around it in the where clause so you've got: WHERE distrib_id = #distrib_id# -- Andrew Ewings Project Manager Thoughtbubble Ltd

RE: write var into txt file and save

2000-10-23 Thread Chapman, Katrina
You don't need a custom tag to do this. You need to use the Append action of the cffile tag. --K -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 7:17 AM To: CF-Talk Subject: RE: write var into txt file and save This is a multi-part

CF in permanent infinite restart loop

2000-10-23 Thread Chris Norloff
Somehow our CF 4.01 on Solaris 2.6 had gotten caught in an infinite loop of restarts. About every ten seconds it restarts, and constantly refuses all cfm service. I've tried stopping/starting CF, iPlanet webserver, and the Unix computer. I've tried Allaire's recomendation of "stop -force",

CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread coldfusion . developer
Hello all, I was just looking for some help on how to take an email address and strip away the string to the left of the "@" sign and add "www." to the newly create string variable. Thanks, D-

Re: Javascript Syntax for URL Parameters

2000-10-23 Thread James Taavon
This is a multi-part message in MIME format. --661E1EC5AC28210FB105F079 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit thanks, i will try it out. David Shadovitz wrote: 'reassign.cfm?entry=' + id + 'param2=' + param2, 'detWin', Also, you'll want to

RE: Cardservice International

2000-10-23 Thread Rice, David
Howie, Call and ask for Chuck Taylor. I've used them in the past and Chuck is very knowledgeable about tying them in with various merchant services (AuthNet, CyberCash, etc.). Cheers, --David L. Rice Web Applications Developer Nation Tax, Inc. [EMAIL PROTECTED] Direct: 205.380.8164 eFax:

RE: CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread Cameron Childress
I was just looking for some help on how to take an email address and strip away the string to the left of the "@" sign and add "www." to the newly create string variable. Didn't test it, but something along these lines should do the trick CFSET EmailAddress = '[EMAIL PROTECTED]' CFSET

RE: CFApplication and IE5.5 - not work properly!

2000-10-23 Thread Philip Arnold - ASP
Are you launching new windows in your app. I believe that 5.5 (can't remember 5.0) has an option to launch windows in separate processes.. And although I haven't confirmed it I have heard that these separate process have different cookie sets also.. If only this was the case - all I did was

An Idea about access and paragraphs

2000-10-23 Thread Mark Smeets
Hi everyone, So, here's my idea. Access cannot literally store paragraphs however you can always put in P at the start of each paragraph/line and achieve the the paragraphs. The drawback to this is that if it is left up to the regular user, they'll probably mess it up. So, this is the idea.

RE: CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread Simon Horwith
you could do something like: cfset myvar = listgetat(emailaddy,1,"@") CFSET mynewvar = "www." myvar if you wanted to. ~Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 11:58 AM To: CF-Talk Subject:

Re: CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread Howie Hamlin
Try: cfset newstr="www"left(emailaddr,find("@",emailaddr)-1) 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 configurable mail server - Original Message - From: [EMAIL

CFTRY CFCATCH

2000-10-23 Thread Robert Everland
Ok I want to try and make an application able to not error out so I want to encase the entire processing (end part) with cftry and cfcatch. Now I have used it before but I am a little fuzzy as to how it would work with testing out multiple file updates and deletes. Would it take out any

Re: Cardservice International

2000-10-23 Thread Steve Nelson
They're pretty good, i've used them in the past. You can probably find better rates than what they offer. Honestly, i haven't noticed a difference between any of the merchant banks other than their rates. You almost rarely ever have to deal with them, although I'm not doing millions of

RE: CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread Simon Horwith
excuse me... I meant listgetat(emailaddress,2,"@") (that's 2, not 1). It's been a rough morning. ~Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 11:58 AM To: CF-Talk Subject: CF_STRIP_EMAIL_SHOWME_DOMAIN Hello all, I was

RE: CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread Jaime Garza
Jaime strikes again with his list functions! cfset www="www." ListGetAt("[EMAIL PROTECTED]", 2, '@') Over-simplistic. You add more ifs, and what not... Jaime/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 8:58 AM To:

RE: Slightly OT : How many accounts can my server handle?

2000-10-23 Thread Philip Arnold - ASP
I realize that there are many factors in determining how many sites a server can handle are, but i'm just looking for guidelines. The server information is below, and lets assume that an average site on the server uses ColdFusion and Access or SQL Server 7.0 and uses 1 Gig of bandwidth a

RE: CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread Mark Johnson
This should do it. CFSET emailstring = '[EMAIL PROTECTED]' CFSET url = REReplace(emailstring,'([^@]*)@([^@]*)','www.\1\2') Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 4:58 PM To: CF-Talk Subject: CF_STRIP_EMAIL_SHOWME_DOMAIN

Re: CF_STRIP_EMAIL_SHOWME_DOMAIN

2000-10-23 Thread Howie Hamlin
Oops...that's wrong... try this instead: cfset newstr="www"mid(emailaddr,find("@",emailaddr)+1,len(emailaddr)) Howie - Original Message - From: "Howie Hamlin" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 23, 2000 1:26 PM Subject: Re:

RE: CF_STRIP_EMAIL_SHOWME_DOMAIN .. ooops

2000-10-23 Thread Mark Johnson
Actually ment to do this. CFSET emailstring = '[EMAIL PROTECTED]' CFSET url = REReplace(emailstring,'([^@]*)@([^@]*)','www.\2') -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 4:58 PM To: CF-Talk Subject: CF_STRIP_EMAIL_SHOWME_DOMAIN

Re: An Idea about access and paragraphs

2000-10-23 Thread Jim McAtee
So, here's my idea. Access cannot literally store paragraphs however you can always put in P at the start of each paragraph/line and achieve the the paragraphs. The drawback to this is that if it is left up to the regular user, they'll probably mess it up. So, this is the idea. Is there a

Re: Cardservice International

2000-10-23 Thread Neil H.
I would like to know if you could interface as easily with CSI's Linkpoint as with Authorize Net's Gateway That was the original question. Neil - Original Message - From: "Steve Nelson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 23, 2000 1:33 PM

Stored Procedure Problem

2000-10-23 Thread Burba, William
Greetings all I am having problems with a db2 stored procedure and I am guessing the problem is on the cf server side though I am not sure. The first time the stored procedure is run, it brings back the right result set. After the procedure is run the first time though, it takes the first

RE: An Idea about access and paragraphs

2000-10-23 Thread ron
So, here's my idea. Access cannot literally store paragraphs however you can always put in P at the start of each paragraph/line and achieve the the paragraphs. The drawback to this is that if it is left up to the regular user, they'll probably mess it up. So, this is the idea. Is there a

RE: writing files from oracle

2000-10-23 Thread Peter J. MacDonald
Chris, Oracle has a tool called UTL_FILE that will allow you to write out text file of unlimited size to the server it resides on. You can write a stored procedure to create the file. Let me know if you need more info? Pete -Original Message- From:

RE: Stored Procedure Problem

2000-10-23 Thread Dave Watts
I am having problems with a db2 stored procedure and I am guessing the problem is on the cf server side though I am not sure. The first time the stored procedure is run, it brings back the right result set. After the procedure is run the first time though, it takes the first results

RE: case sensitivity in structures

2000-10-23 Thread Dave Watts
are values in structures case sensitive? Values in any variable in CF are "case-sensitive" in the sense that CF stores them in the case in which they're created. Keys within structures (keys being the variable names within structures), are not case-sensitive, and if you loop over keys and

Re: Cardservice International

2000-10-23 Thread Steve Nelson
h... I've never dealt with Linkpoint, just CSI as a bank. When i used CSI as the merchant we were using cybercash as the gateway. Cybercash will eat you alive in fees though. If linkpoint can be accessed through a regular HTML form then absolutely, it would take 15 minutes to build

Re: Slightly OT : How many accounts can my server handle?

2000-10-23 Thread Jon Hall
I second what Phil said, especially since you have an IDE drive. Hope you have a a backup ;-) Assuming the 1 GB per site, I wouldn't put more than 75-100 sites on that server, BUT there are so many variables involved that a number is hard to nail down. If you put SQL on a different machine it

OT: Anti-caching code...

2000-10-23 Thread J.Milks
This is a multi-part message in MIME format. --=_NextPart_000_0138_01C03CFE.D4DBACA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, I am having an issue with my CFM templates caching like crazy, and was = wondering if someone could

RE: SQL Server equivalent of Access' compact database

2000-10-23 Thread Dave Watts
Is there a SQL Server equivalent of Access' "compact database"? I would like to dump all the data in certain tables and for the Identity fields to start renumbering from 1. These are two different things. When you compact an Access database, it doesn't delete any records. It simply

RE: Slightly OT : How many accounts can my server handle?

2000-10-23 Thread Steve Pierce
Hi Craig, Microsoft strongly urges and in same cases will not even support a system that has more than a couple hundred domains on a single server. There are folks out there with several thousand sites under O'Reilly Website. So the limit is probably not CF but IIS and given this config

database forums and/or lists

2000-10-23 Thread Brad Roberts
Any suggestions where I can find a really good forum and/or list that discusses relational databases? Thanks, Brad Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Anti-caching code...

2000-10-23 Thread Jon Hall
CFHEADER NAME="Expires" VALUE="Mon, 06 Jan 1990 00:00:01 GMT" CFHEADER NAME="Pragma" VALUE="no-cache" CFHEADER NAME="cache-control" VALUE="no-cache" try them jon - Original Message - From: "J.Milks" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 23, 2000

  1   2   >