RE: great Search Results snippest!

2001-04-17 Thread Raymond Camden
!--- This would be the results from the DB, normally a query --- CFSET Results = "This is a ray test camden foo." CFOUTPUT #REReplace(Results,"#ModSearched#","SPAN CLASS=""highlight""\1/SPAN","ALL")# /CFOUTPUT

RE: CFLOCATION: The document has moved HERE??

2001-04-17 Thread Raymond Camden
I've seen it before w/ Netscape. I've found that adding a random string to the URL made it go away. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 &qu

RE: studio upgrade

2001-04-20 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Original Message- From: Greg Jordan [mailto:[EMAIL PROTECTED]] Sent: Friday, April 2

RE: Printing a structure in sorted order (repost)

2001-04-23 Thread Raymond Camden
Check our StructSort, it's a native CF function. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: getting attributes list from a custom tag call

2001-04-27 Thread Raymond Camden
Yes. Just treat Attributes like a structure. CFLOOP ITEM=At COLLECTIOn=#Attributes# CFOUTPUTAttribute #At# is #Attributes[At]#BR/CFOUTPUT /CFLOOP === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

RE: New CF5 Partner Hosting License

2001-04-29 Thread Raymond Camden
key components into a future version of CF, not CF5. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: Arrays and Structures storing query values

2001-04-30 Thread Raymond Camden
=== Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED

RE: Arrays and Structures storing query values

2001-04-30 Thread Raymond Camden
MacroMedia Representitive Ok, I'll pick up my toys and leave then. ;) === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ

RE: More locking confusion...

2001-05-01 Thread Raymond Camden
to store app and session stuff, use Duplicate(), and make sure you have the Duplicate() hotfix applied. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My

RE: More locking confusion...

2001-05-01 Thread Raymond Camden
** Macromedia Representative ** Sorry, I don't know about the Pro version. You may want to try contacting Support? === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

RE: custom tag for a progress meter

2001-05-02 Thread Raymond Camden
the page loading. This has been changed for CF5. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: More locking confusion...

2001-05-03 Thread Raymond Camden
() it. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Ben Forta [mailto:[EMAIL

RE: IE 6 (whistler)

2001-05-03 Thread Raymond Camden
** Macromedia Representative ** Aren't they now using Whistler to stand for Windows XP Server ? Ie, the server version of the XP line. === Raymond Camden, Principal Spectra Compliance

RE: CF Studio and UltraDev Merging!

2001-05-03 Thread Raymond Camden
becoming one product... but I could be mistaken. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: IE 6 (whistler)

2001-05-03 Thread Raymond Camden
to use computers?? Of course, I did hear that the Win2k look would be available w/ XP, you just have to switch to it. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN

RE: New Cold Fusion book, O'riely Press

2001-05-11 Thread Raymond Camden
And since we are talking books - the Mastering CF 5 is coming out as well. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force

RE: Displaying a recordset as two columns

2001-05-16 Thread Raymond Camden
=== Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Chris Martin [mailto:[EMAIL

RE: profanity checker

2001-05-18 Thread Raymond Camden
above. You would also change ReplaceNoCase w/ REReplaceNoCase. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally

RE: profanity checker

2001-05-18 Thread Raymond Camden
This is a bit off topic, but back in the 'old days', I wrote a curse word checker that had the option to replace the curse word with what I called 'cartoon cursing'. Ie, it would change Clinton to $%^@!@# : === Raymond

RE: Best way to limit access to a specific template from only previous template?

2001-05-18 Thread Raymond Camden
in the last X minutes, where X is your sessiontimeout. I'm just rambling now. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force

RE: cfsilent - what's its function?

2001-05-18 Thread Raymond Camden
Stealing from the CFDocs: CFSILENT suppresses all output that is produced by the CFML within the tag's scope. CFSILENT CFSET a=100 CFSET b=99 CFSET c=b-a CFOUTPUT#c#/CFOUTPUT /CFSILENT === Raymond Camden, Principal

RE: cfsilent - what's its function?

2001-05-18 Thread Raymond Camden
? Maybe its 4.01 instead? === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message

RE: Help with CFDEV

2001-05-18 Thread Raymond Camden
Looks like CFUPDATE is failing because your trying to update a record that doesn't exist. I see in your code that you hard coded the ID to 3. Does that record exist? === Raymond Camden, Principal Spectra Compliance Engineer

RE: Syntax Output??

2001-05-18 Thread Raymond Camden
it's one of the big CF sites but I can't remember which. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: Checkboxes define tables...

2001-05-21 Thread Raymond Camden
/CFIF3 and so on. Does this help? === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original

RE: VTML edit tag dialogs: attributes with no value?

2001-05-21 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 2:25 AM

RE: Verity: Hair-Pulling Problem

2001-05-21 Thread Raymond Camden
I wasn't in this thread early, but as far as I know, you can also just DELETE individual keys. This means you don't have to worry about recreating. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email

RE: Setting Dynamic Variables

2001-05-21 Thread Raymond Camden
Eh? Is it marked for deprecation? If so, it's news to me. (Not saying your wrong, just wondering why you think this.) === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN

RE: Duplicate() ?

2001-05-21 Thread Raymond Camden
of variables. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: Stripping wrapper quotes from all fields

2001-05-21 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Marc Garrett [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 11:55 AM To: CF

RE: VTML edit tag dialogs: attributes with no value?

2001-05-22 Thread Raymond Camden
Thanks, but is there any way of doing this in the EDITORLAYOUT? ~~ 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/

RE: VTML edit tag dialogs: attributes with no value?

2001-05-22 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 8

RE: VTML edit tag dialogs: attributes with no value?

2001-05-22 Thread Raymond Camden
Sorry, I knew I'd have trouble making the actual problem clear. I have a tag that has attributes that have no values. The effect is applied depending on whether the attribute is present or not, not on it's value. I'm trying to make an edit tag dialog that will preferably output attributes

RE: The Ugliest Function = PreserveSingleQuotes

2001-05-23 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Michael Lugassy

RE: Lock me up!

2001-05-24 Thread Raymond Camden
The CFLOCK tag beelow should use TYPE=ReadOnly since you are only copying, not writing to the App scope. By default CFLOCK is Exclusive. Ray Camden cftry cflock scope=APPLICATION timeout=2 throwonerror=YES cfset VARIABLES.CatName = APPLICATION.cats[url.catid].catNAME

RE: Calling variables from within a custom tag

2001-05-24 Thread Raymond Camden
Application.SuperChicken = MM /CFLOCK === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message

RE: Calling variables from within a custom tag

2001-05-24 Thread Raymond Camden
You mean display it? just CFOUTPUT mm[1][2]. Or if you want to copy the value, CFSET Temp = MM[1][2] === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My

RE: Dynamic variable names

2001-05-24 Thread Raymond Camden
... cfset thelist = cfloop from=1 to=3 index=id cfset thevalue = Form[fieldnum#id#] cfset thelist = ListAppend(thelist, thevalue) /cfloop === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

RE: Writing Custom Functions

2001-05-24 Thread Raymond Camden
This is possible in ColdFusion 5 which will be released soon. For an set of examples on UDF, see www.cflib.org. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN

RE: Referencing an array item

2001-05-28 Thread Raymond Camden
! === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28

RE: Referencing an array item

2001-05-28 Thread Raymond Camden
oops, forgot a closing ) CFSET Len = ArrayLen(Application[SM#Attributes.Num#]) === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force

RE: CF 5 is out..

2001-05-29 Thread Raymond Camden
/coldfusion/resources/cf_tag_update/conten ts.html === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: CF5 review in eWEEK

2001-05-30 Thread Raymond Camden
). === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda ~~ Structure your ColdFusion code

RE: CFFLUSH QUESTION

2001-05-30 Thread Raymond Camden
of output before your CFFLUSH, you won't see anything. I got around this by using RepeatString( ,X) where X is some number. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN

RE: CFFLUSH QUESTION

2001-05-30 Thread Raymond Camden
It's funny you mention progress bars. :) I've got an article on progress bars and CFFLUSH on Allaire.com. For the life of me I can't remember the URL, it may not be published yet, but it should be out soon. === Raymond Camden

RE: New CF Studio?

2001-05-30 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent

RE: Writing Custom Functions

2001-05-30 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: CFLOCK syntax with CF4.0

2001-06-01 Thread Raymond Camden
I always though it was NAME=#Session.SessionID# and NAME=#Application.ApplicationName#. Notice the pounds. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482

RE: ColdFusion progress meters

2001-06-04 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: cfhttp/cffile locking?

2001-06-04 Thread Raymond Camden
, and a ReadOnly lock around the reads, even if you only write once a day. Sure, with one write you will probably never run into trouble w/o locks, but since it takes about 2 seconds to type in the code, why _not_ do it? === Raymond Camden

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden
It _shouldn't_ do that. The only time I saw that behaviour is when I started and aborted (by hititng Stop or Back) my test scripts multiple times. Did you do that? Or is this happening each and every time? === Raymond Camden

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden
Which script? Do you have an example on line? === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden
Ok, so your saying all of the examples there give this error? Even the ones that _just_ show off CFFLUSH, and have nothing to do with progress meters? Sorry if I'm being anal, but can you be a bit more explicit. === Raymond

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden
That's odd. For the heck of it, strip out all the code but the cfloop and run it. if it still errors out, cut the TO value by 10, and try again. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email

RE: Progress Meter Example... maxing out CPU?

2001-06-06 Thread Raymond Camden
to 50, should not take more than 4-5 seconds. (I made my examples a 'bit' slow, but not super slow.) === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally

RE: Progress Meter Example... maxing out CPU?

2001-06-07 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:46 AM

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Jones, Matt [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 9:37 AM

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
talking about a one way encryption, but that's something different. (Although I'm no crypto expert.) === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally

RE: How to combine queries

2001-06-08 Thread Raymond Camden
ColdFusion 5 now supports query of queries. You can join them using that feature. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
if the company supplies an Open Source version at a cost And this is where I get confused. You obviously recognize that it's an ethics thing, but what kind of ethics state that, Even though you encrypted your code and don't want me to see it, I have the right to ignore you and look at it? Raymond

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
on a limb here, but maybe they don't want you to read their code? What really bugs me is this attitude of If I want to learn, it's ok for me to read your code, even if you don't want me to. I'm not attacking you personally Kevin, but I just think that's wrong. Raymond Camden

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
So, by your logic, if I use weak encryption, then I shouldn't try to stop people from abusing it? Therefore, I shouldn't press charges against a criminal if I don't use a strong lock? I may be stupid for not using a good lock, but that doesn't mean I should get robbed. Raymond Camden

RE: Need decryptor tag for CFUG presentation

2001-06-09 Thread Raymond Camden
mouth piece for Macromedia. The dark side is a tempting mistress, no? Sure it is. As is ignorance, Steve. Raymond Camden, who works for Macromedia, but also, believe it or not, has his own opinions. p.s. Perhaps it is time for us to take this to cf-community

RE: Amazon using CF

2000-12-14 Thread Raymond Camden
Of course, what I meant to say is : " Geeze, it was EASY to convert from CF to another language, which means that CF was easy to read and understand." ======= Raymond Camden, Principal Spectra Compliance Engineer for Alla

RE: Duplicate supported in CF4.0

2000-12-21 Thread Raymond Camden
roof: #A.Arr[2].Foo# /CFOUTPUT =========== Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Original Message- From: Steve Martin [mailto:[EMAIL PROTECTED]] Sent: Thu

RE: figleaf.com

2000-12-27 Thread Raymond Camden
I just checked the site and it looks completely different. I bet you hit it during the update. What I _really_ want to know is the name of the techno song used during the intro??? : === Raymond Camden, Principal Spectra

RE: GetTickCount - what's the point?

2001-01-05 Thread Raymond Camden
Spectra includes a real nice utility for doing this as well. You can wrap individual portions of code and get tick reports on each one. === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Raymond Camden
I think your running into the IIS 'feature' that locks files for you. This 'feature' can be disabled, and someone on this list had a good way of handling it. You should be able to find it in the archives. === Raymond Camden

RE: Custom Tag Attributes collection

2001-01-12 Thread Raymond Camden
llection of some sort that exists inside the custom tag? Um, yes, you just typed it. Of course, you would use #Attributes# instead of attributes for the collection. ======= Raymond Camden, Principal Spectra Compliance Engineer for

RE: StructSort?

2001-01-13 Thread Raymond Camden
values or complex elements. StructSort(Base [, SortType, SortOrder, PathToSubElement]) === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the

RE: Short Circuit Evaluation

2001-01-17 Thread Raymond Camden
Last time I checked, CF _did_ have short circuit eval. Maybe you have a slight typo in your code? This feature has been around since 4.01 I believe. (Maybe earlier, someone feel free to correct me.) === Raymond Camden, Principal

RE: Javascript

2001-01-19 Thread Raymond Camden
normal response was, "Well, did you actually READ the message before cutting and pasting it into a new email?" ======= Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 36

RE: Sunrise/Sunset

2001-01-29 Thread Raymond Camden
FYI - if anyone has a place that has this, _plus_ other astronomical equations, I'd be interested in hearing that too. === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN

RE: Sunrise/Sunset

2001-01-30 Thread Raymond Camden
I found the function once in C, but never had a chance to convert it. Maybe I should make the time now. :) === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 &qu

RE: Problems with IsAuthorized

2001-02-05 Thread Raymond Camden
Default behaviour for non existant obs/policies will be true for IsAuthorized. As for your userobject, display, try IsProtected() on it and see if it's returning true. === Raymond Camden, Principal Spectra Compliance Engineer

RE: Problems with IsAuthorized

2001-02-05 Thread Raymond Camden
I would guess so. Go into your CFAdmin and check stuff out. Tell us what you see. === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the

RE: Problems with IsAuthorized

2001-02-06 Thread Raymond Camden
What do you have as your caching settings in Adv. Sec? What happens if you cycle CF and the two site minder services and _then_ run the test? === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email

RE: Hosting Server Problems!

2001-02-06 Thread Raymond Camden
? it's the anti-spam list). You may want to ask them about that before using their service. === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the

RE: Problems with IsAuthorized

2001-02-06 Thread Raymond Camden
Look lower in your services CP. There should be a service called SiteMinder Authorization and SiteMinder Authentication. (Exact names may be a bit different.) Try cycling those guys as well. === Raymond Camden, Principal Spectra

RE: Array Question

2001-02-06 Thread Raymond Camden
The only way to check, gracefully, for an array position is with CFTRY/CFCATCH. === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the

RE: Advanced Security - CF CFA_ authentication

2001-02-15 Thread Raymond Camden
Yep. === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Original Message- From:

re: dynamic structs

2001-02-22 Thread Raymond Camden
Evaluate('Form.Item' number)br Why not just Form["Item#number#"] ? Should be faster than evaluate, and a bit easier to read. -Ray Camden ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Removing Duplicate Values in a List

2001-02-27 Thread Raymond Camden
er to sort text, just change Numeric to TextNoCase. =========== Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Original Message- From: Jason Larson [mailto:

RE: Check out your ISP (was ISP's with CF)

2001-03-06 Thread Raymond Camden
atter what the technology is, if you do any kind of file reading and need absolute paths, be sure to keep the base directory as a global var. Then the ISP can move you around and it's no big deal. ======= Raymond Camden, Principal Spectra

RE: Win2k

2001-03-21 Thread Raymond Camden
I've used CF on Win2k Pro for quite some time, but I am _not_ using it for a 'real' web site. I'm only using it for my development projects. So, traffic is _extremely_ minimal. It works fine for me, though. === Raymond Camden

RE: query result to list

2001-03-21 Thread Raymond Camden
ValueList(getOptInfo.name) === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Origin

RE: help with structures and deleting their contents

2001-03-22 Thread Raymond Camden
lication.Users") CFSET NeedIt = False /CFIF /CFLOCK CFIF NeedIt CFLOCK SCOPE="Application" TYPE="Exclusive" TIMEOUT=30 CFSET Application.Users = StructNew() /CFLOCK /CFIF ==========

Submit your custom tag for Mastering ColdFusion 5

2001-03-28 Thread Raymond Camden
the descriptions, files, etc.) Your email address or personal web site. You will be contacted by either myself or Sybex to fill out a release form. If you're interested, please let me know by end of day tomorrow. === Raymond Camden

RE: Hosting recommendations

2001-04-06 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda ~~ Structure your ColdFusion code with Fusebox. Get the official boo

RE: fieldnames structure

2001-08-31 Thread Raymond Camden
INPUT=#Form# OUTPUT=Formpacket FORM CFOUTPUT INPUT TYPE=hidden NAME=OldData VALUE=#FormPacket# /CFOUTPUT /FORM You may want to URL encode FormPacket to ensure no line breaks are in. === Raymond Camden, Principal Spectra Compliance

RE: Attributes Scope Variable List

2001-08-31 Thread Raymond Camden
Folks, please, please do not use evaluate to get values from a struct... just do: cfloop collection=#attributes# item=i #i# = #Attributes[i]#br /cfloop Much easier and quicker. :) === Raymond Camden, Principal

RE: Variables Collection???

2001-09-04 Thread Raymond Camden
While Variables looks like a struct, ie, you can do Variables.YoWhasup, it is not a true struct that you can enumerate. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo

RE: CFX_HTTP

2001-09-04 Thread Raymond Camden
FYI, you _can_ get the headers from CFHTTP now. I know the original msg is old, but I wanted to make sure people didn't get confused. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL

RE: DateDiff problems

2001-09-07 Thread Raymond Camden
the years are wrong. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message

RE: Passing variables in UDF

2001-09-10 Thread Raymond Camden
If the var is simple or array, then it is by value. If you pass in a struct or a query, then it is by ref. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM

RE: Passing variables in UDF

2001-09-12 Thread Raymond Camden
Remember, you can always do: CFSET Res = Foo(Duplicate(st)) or CF_Foo Input=#Duplicate(st)# === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally

RE: Regex Help

2001-09-12 Thread Raymond Camden
=== Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 10

RE: Session Variables and directories

2001-09-12 Thread Raymond Camden
AND per application. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From

RE: Duplicate and StructCopy

2001-09-13 Thread Raymond Camden
It should be noted - if the Array contains simple values, then you do NOT need to use Duplicate. A simple a=b will be fine. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED

RE: UDF Vs Custom Tags?

2001-09-13 Thread Raymond Camden
. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda ~~ Get the mailserver

  1   2   3   4   5   6   7   8   9   10   >