Securing ColdFusion Administrator... HELP !

2000-08-10 Thread Denis POUMEYRAU
Hi all, I'd like to secure administrator account with ColdFusion Advanced Security 4.5.1. I've set up advanced security and userdirectory. If i try to activate "Use ColdFusion Administration Authentication", with a valid username, an error occur : >Error Diagnostic Information >Security Policy Adm

RE: Is there a variable for a query's name?

2000-08-10 Thread Jason Aden
It's 3:40AM, but I think I understand what you want. I don't think CF provides a way to do that. Even if there were a CGI variable for the query name, it would have to be a list of query names for all queries run on that request, and I don't think that would help you very much in making this thing

RE: Error Handling

2000-08-10 Thread Anthony Geoghegan
Hi Miriam and Greg, Greg said: |Hello Miriam. While I'm not too familiar with the CFSearch |tag, I would imagine that the CFTRY/CFCATCH could pick up any |such error and then you have control over how you'd handle it. | Look up the CFTRY/CFCATCH statements, use those and tell me |how it work

RE: problem with query.

2000-08-10 Thread Anthony Geoghegan
|Above are two queries that drive a response page...where on this page |the queries (as you can see) are being driven by the passed parameter |#tech# from the previous page. Hi Miles, Sometimes when CF gives me an obscure database error with a select statement I copy the statement to a SQL client

CF-Cluster with different OS ?

2000-08-10 Thread cf-talk
Hey, where are the CF cluster experts to answer this question ? ;-) Is it possible to cluster an NT based CF (one machine) with a Linux based CF (another machine) ? Uwe -- Archives: http://www.mail-archive.com/cf-

RE: CF, ODBC and 64k data

2000-08-10 Thread Stephen Moretti
> > Is there some imposed limit which would cause CF accessing an > MSSQL7 db thru > ODBC? I am trying to submit 64k + of data via a post but the data > is getting > truncated. Has anyone else ever seen this? Is there a work around or fix? > Duane, Something that came up in discusion on the UK C

embedding CF Code within ????

2000-08-10 Thread AustralianAccommodation.com Pty. Ltd.
This is a multi-part message in MIME format. --=_NextPart_000_002B_01C00306.B1CA82E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable can i be advised whether it is safe to embedd a cfif statement within a = framesey tag in order to let the i

RE: embedding CF Code within ????

2000-08-10 Thread Matthew Walker
> can i be advised whether it is safe to embedd a cfif statement within a = > framesey tag in order to let the if statement determine which file to = > calling into the frame set depending on which condition is me You can definitely do that. -

Fusion Authority's Doc site( was Re: "Need your help desperately...")

2000-08-10 Thread Angel Stewart
This looks fantastic Mike =) Everyone on the list should give it a look see. Are these notes Threaded, or more a guest book style? You should put a link somewhere for people to ask questions, say..point them to this list. Because you know that some of those notes are going to turn into "Can you ex

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Andy Ewings
Let me see if I understand you correctly..if you create your own cookies to store CFID and TOKEN, overwriting the ones put there by default by CF, do these cookies automatically get destroyed when the browser is closed as opposed to the default cookies which expire on the client when the sessi

What is: Team Allaire?

2000-08-10 Thread Angel Stewart
Hello boys and girls :-) I was just wondering, who are Team Allaire, and how does one join this elite group? Does becoming a basic Consulting/technological partner allow you access to special resources etc. (especially sales and marketing resources) and put you in, or give you access to Team All

RE: embedding CF Code within ????

2000-08-10 Thread Stephen Moretti
> > > can i be advised whether it is safe to embedd a cfif statement > within a = > > framesey tag in order to let the if statement determine which file to = > > calling into the frame set depending on which condition is me > > You can definitely do that. > As long as the resulting HTML

round 3: HELP with Query.

2000-08-10 Thread miles
1.) select * from nxsteche where tech_code = '#tech#' 2.) SELECT DISTINCT nxstar_e.tar_num, nxstar_e.bus_name, nxstar_e.cust_code, nxstar_e.tar_status, Max(nxsprodr.prod_desc) AS prod_desc, nxstar_e.assigned_to, nxstar_e.synopsis, nxstar_e.phone, nxstar_e.entered_date, nxstar_e.symptom_code, C

RE: Is there a variable for a query's name?

2000-08-10 Thread Bill Grover
I think what Jason said is true. On any given page you can have many queries active so you can't have 1 variable with the query name. Then only way I know of to make your tag dynamic is to pass your query name in as a parameter. You can then try something like this: Hope that help

RE: round 3: HELP with Query.

2000-08-10 Thread Miguel
It seems that field "nxstar_e.assigned_to" is numeric type (like '#cookie.user_id#'), and '#tech' is char. Miguel Gonzalez www.ibcmass.com mailto:[EMAIL PROTECTED] > -Mensaje original- > De: miles [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 10 de agosto de 2000 13:36 > Para: [EMAI

SAP and CF

2000-08-10 Thread Stewart McGowan
Afternoon guys and gals, I have a client that has a SAP version x solution which has their corporate contact and account details on it, basically i'd like to know if I can connect to SAP and if so if any one has any experiance of this and could point me to some resources. Cheers Stew --

RE: Is there a variable for a query's name?

2000-08-10 Thread Philip Arnold - ASP
> Okay here is the thing. I want to tagify this piece of code. > > > evaluate("RETAILER_INFO.#i#"))> > > > so what I want to do is put the following in a tag... > > > evaluate("somequeryname.#i#"))> > > > (where in this case, somequeryname would be a server or cgi variable for > RETAILER_IN

RE: embedding CF Code within ????

2000-08-10 Thread Philip Arnold - ASP
> can i be advised whether it is safe to embedd a cfif statement within a = > framesey tag in order to let the if statement determine which file to = > calling into the frame set depending on which condition is me Remember that CF is Server-Side, so you can put as much code into the template

RE: round 3: HELP with Query.

2000-08-10 Thread miles
>It seems that field "nxstar_e.assigned_to" is numeric type (like >'#cookie.user_id#'), and '#tech' is char. Nope. Both are type char. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe vi

CF_stockgrabber

2000-08-10 Thread Jim Taylor
Here is a weird one .Has anyone seen this ,using cf_stockgrabber, .if you insert one symbol to query it drops the last letter in the symbol of the query. Has anyone got a work around for this? it is at http://130.13.69.228/stockgrabber/index.cfm I know it is doing a replace on the comma delimite

Re: What is: Team Allaire?

2000-08-10 Thread Kevin Schmidt
I recently became a Allaire Alliance partner. I think it is well worth the $450. You get over $50K worth of software access to new betas and yes a members only portion of the site. The cost is definetely small compared to what you get. Kevin Schmidt Internet Services Manager Peterson, WIlliams

RE: What is: Team Allaire?

2000-08-10 Thread Raymond K. Camden
Check this out: http://www.allaire.com/handlers/index.cfm?ID=281&Method=Full&PageCall=/suppo rt/index.cfm&Title=Team%20Allaire&Cache=False P.S. I was never a member of MJ12, but I did drive the ambulance back in Roswell. ;) ===

RE: Query Delete?

2000-08-10 Thread Olive, Christopher M Mr NMR
why can't you handle that logic at display time? check to see to what the user has permissions, and display accordingly? Chris Olive, DOEHRS Website Administrator -Original Message- From: Planet CF [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 4:46 PM To: [EMAIL PROTECTED

Optimization tips collection

2000-08-10 Thread Ed Toon
Hey folks, Seeing as I was finally forced to change from digest to immediate (damnit ;) I thought I'd send out another request for more optimization tips. I'm mostly looking for Cold Fusion tips... Things like NT & SQL Server configs would only serve to scare me. Although... I wonder if anyone ev

Actually more of a browser question...

2000-08-10 Thread Terri Stocke
Hey everyone! I just joined the list. I've been using CF for about 9 months now, and I'm fairly wet behind the ears still when it comes to programming, too, so I look forward to learning from you all. I have a simple page in my application that allows users to click on a link that takes them

RE: What is: Team Allaire?

2000-08-10 Thread LISTS
We became a hosting partner. Cost - close to $1700.00 Why? Well, because before we could sign up we had to own a subscription. The only way to get a subscription was to own copy of CF 4.5. The subscription was $500, the upgrade was about $600, and then the Hosting Program fee was $495. Yes, we r

RE: [OT- no it's not, a lot of CF sites are hosted there.] My RANT against Interland.

2000-08-10 Thread Kevin Queen
Let me make something clear, Interland keeps all of their servers in one building and will not make changes until at least 1000 calls come in about the shared servers. They have ONE person who is in charge of over 500 CF boxes (I am not defending them, I will NEVER use them and I used to work th

Re: What is: Team Allaire?

2000-08-10 Thread Kevin Schmidt
Hey genius add it up...2 copies of spectra NT and SL $15 K each to purchase...JRun 5K, 4 Copies 4.5 Ent (LX,HP,SL,NT) at 5K a pop. That alone is 55K plus you get CF Studio and Homesite. - Original Message - From: "LISTS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 1

RE: Optimization tips collection

2000-08-10 Thread LISTS
In an Allaire article they suggest these items, in order to improve ODBC connectivity: "Regardless of whether you use OLE DB or ODBC connections, here are some additional steps that can improve your Access database connectivity: On the Server Settings page in ColdFusion Administrator, set Limit

CF4.5.1 SP1 RC2

2000-08-10 Thread Kevin Plexico
Anyone looked at or installed the new release of CF4.5.1 (what they call SP1 RC1)? I went to the beta site to try and learn more about it and it won't come up at all. Tahnks Kevin -- Archives: http://www.mail-archive.co

RE: CF4.5.1 SP1 RC2

2000-08-10 Thread Ed Toon
Yep... and we're all under NDAs that seal our little legal lips. Ed Toon. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&bod

No Subject

2000-08-10 Thread [EMAIL PROTECTED]
This is a multi-part message in MIME format. --=_NextPart_000_0020_01C002AC.712ABA70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Any wrong with this? http://www.amazon.com" method=3D"get"> Thanks=20 Sree --=_NextPart_000_0020_01C0

Sending Personal Search Results through E-Mail?

2000-08-10 Thread Kevin Plexico
Has anyone implemented a tool that sends personalized search results to various users via e-mail on a scheduled basis? We provide users with a pretty powerful search tool that includes database and Verity searching. We'd like to give them the ability to receive periodic updates of these search r

RE:

2000-08-10 Thread Reynolds, Adam
Love the lack of subject line...makes it so easy to see what your problem is. Adam Reynolds > -- > From: Sree@bigbuzz[SMTP:[EMAIL PROTECTED]] > Sent: 10 August 2000 15:22 > To: [EMAIL PROTECTED] > > This is a multi-part message in MIME format. > > --=_NextPart_

RE: What is: Team Allaire?

2000-08-10 Thread LISTS
Genius? What's that supposed to mean? I thought this was a nice place to visit. We didn't get 2 copies of Spectra and 4 copies of CF Enterprise. John Hey genius add it up...2 copies of spectra NT and SL $15 K each to purchase...JRun 5K, 4 Copies 4.5 Ent (LX,HP,SL,NT) at 5K a pop. That alone i

Re: Sending Personal Search Results through E-Mail?

2000-08-10 Thread Kevin Schmidt
Kevin, I implemented this exact type of feature. I had customers register to find out when a new home came on the market that matched their search. I ran the program 2 times a week to see if anything matched what they wanted. I got around doing them all at once by running the program 4 times a

Re: What is: Team Allaire?

2000-08-10 Thread Kevin Schmidt
Well check out your info before you tell someone they are wrong. You must have joined before they started sending out the increased software bundle. http://www.allaire.com/partners/nabenefits.cfm Here is the link that shows what you get. Call them up I am sure they will send it now if you don'

RE: Sending Personal Search Results through E-Mail?

2000-08-10 Thread Ed Toon
Yep. The way we did it was to store the tasks in the database and have a regularly scheduled program (or cfschedule) go through and send off each search. Most of our data was time sensitive, so we could just re-apply the search where date_entered > last_sent_date. If your search isn't that easil

Document Management Solution

2000-08-10 Thread Raley, Scott M (MIL)
Was wondering if anyone has some barebones document management solution code they would like to share. I don't want to reinvent the wheel if I don't have to, but the boss does not want to buy any software, so if there is anything anyone is willing to share, I'd appreciate it. TIA Scott

RE: Document Management Solution

2000-08-10 Thread Ed Toon
What exactly are you looking for? And for god's sakes, why would the Navy care about buying a dinky little document management solution? ;) -Original Message- From: Raley, Scott M (MIL) [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 6:41 AM To: '[EMAIL PROTECTED]' Subject: Doc

RE: Document Management Solution

2000-08-10 Thread Andy Ewings
Document Management/Version Controlyou need to buy SourceSafe! -Original Message- From: Ed Toon [mailto:[EMAIL PROTECTED]] Sent: 10 August 2000 14:49 To: [EMAIL PROTECTED] Subject: RE: Document Management Solution What exactly are you looking for? And for god's sakes, why would

Verity and the International Language Pack

2000-08-10 Thread Francisco Montes; Spain on Line
This is a multi-part message in MIME format. --=_NextPart_000_00E3_01C002E1.E32E8DB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all,=20 We are creating a Verity collection to search and index a set of records = in our database. The

RE: lame client variable question

2000-08-10 Thread Floris Brouwer
error is "#dsn#" F. -Oorspronkelijk bericht- Van: Jason Egan [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 10 augustus 2000 15:16 Aan: Cf-Talk Onderwerp: lame client variable question I'm not sure what I'm doing wrong here, but I am using client variables in my application, but I ca

RE: What is: Team Allaire?

2000-08-10 Thread LISTS
Well, I didn't have any intention of saying you were wrong. If it sounded that way, I apologize. John Well check out your info before you tell someone they are wrong. You must have joined before they started sending out the increased software bundle. http://www.allaire.com/partners/nabenefi

"variable does not exist"

2000-08-10 Thread Jamie Symonds
This is a multi-part message in MIME format. --ED49EAF072FF29B4440A83B7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have a at the top of my cfm templates. This is secure.cfm: The small secure app that I've been using is working well, except

RE: lame client variable question

2000-08-10 Thread Andy Ewings
Uh.why is "#dsn#" the error? I think you want to remove sessionmanagement="Yes". -Original Message- From: Floris Brouwer [mailto:[EMAIL PROTECTED]] Sent: 10 August 2000 14:53 To: [EMAIL PROTECTED] Subject: RE: lame client variable question error is "#dsn#" F. -Oorspronkelijk

RE: Document Management Solution

2000-08-10 Thread Ed Toon
Well, a quick look at http://devex.allaire.com/Developer/Gallery/Applications.cfm brings up LightningDOCS, listed both second and third... so... ;) -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Un

RE: Document Management Solution

2000-08-10 Thread LISTS
You can find quit a few Dos mangement version control programs at: www.softseek.com John Cesta http://www.cybersmarts.net - ColdFusion ASP and ActiveState PERL Hosting www.serverautomationtools.com -Original Message- From: Andy Ewings [m

Append a single character at the end of a form input value???

2000-08-10 Thread Mike Deane
Gurus everywhere?! Is there a way I can append a character to the end of an input value so that I can find a predetermined "end marker" for string manipulation. Example: But, I need to append a character at the end. Help!!! Thank you. /mdeane -

Re: What is: Team Allaire?

2000-08-10 Thread paul smith
So are you telling me I should have become an Allaire Alliance partner instead of subscribing to CF & Studio? What is the license restriction on CF Ent, for example? best, paul At 09:05 AM 8/10/00 -0500, you wrote: >Hey genius add it up...2 copies of spectra NT and SL $15 K each to >purchase..

RE: Append a single character at the end of a form input value???

2000-08-10 Thread Ed Toon
Seeing as you don't specify where or why you want to append it... our single character will be a pipe (|). then on the next page... However, you probably don't need any of that... why would you? You can get the length of the string Len(passing_this_value), and none of CF's many string man

RE: "variable does not exist"

2000-08-10 Thread Lon Lentz
Lon Lentz Applications Developer - Alvion Technologies DataWarehousing and List Sales - Market Your Lists on the Net! [EMAIL PROTECTED] 941-574-8600 Ext. 210 -Original Message- From: Jamie Symonds [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 9:53 AM To: [E

Browser Cash issues and cf

2000-08-10 Thread AustralianAccommodation.com Pty. Ltd.
This is a multi-part message in MIME format. --=_NextPart_000_00AE_01C0032B.B812F0E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable My home page has links to the search areas of my site however unless the = user is logged on they are not pe

Re: Sending Personal Search Results through E-Mail?

2000-08-10 Thread paul smith
Yes, I used to do this. I used to get new document releases every day from a US Government Agency. My Electric Utility users would select key words. Service A. Every day, I would use Verity to select documents that matched their key words, and email them a list of URLs and Verity Summaries of

RE: Document Management Solution

2000-08-10 Thread paul smith
Haven't done much work for gov't, eh? At 06:48 AM 8/10/00 -0700, you wrote: >And for god's sakes, why would the Navy >care about buying a dinky little document management solution? ;) -- Archives: http://www.mail-archive

RE: SAP and CF

2000-08-10 Thread Matt Rodosky
http://www.backsoft.com/products.cfm?CurrentPage=Products Backsoft has a cf based product used to interfac with erp systems like sap -Original Message- From: Stewart McGowan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 6:11 AM To: '[EMAIL PROTECTED]' Subject: SAP and CF A

Passing Url String In Form Button

2000-08-10 Thread Double Down, Inc.
Can anyone show me the proper format so I can pass this string "action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedformat(url.cit y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#&agency =#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&action=yes" by u

RE: SAP and CF

2000-08-10 Thread jamesa {James Alexander}
SAP is just a big database, usually oracle, so if their dba can provide you with an ODBC connection for cold fusion, you just need to get someone to navigate through the tables and provide you with the appropriate names. BUT, they probably won't want to let you do this for obvious db security reas

CF Performance

2000-08-10 Thread Geoffrey V. Brown
Hi, I know this comes up a lot... but, I'm looking to drastically improve the performance of one of our CF servers. We are in the process of fine tuning some of our code so that it follows some of Allaire's suggestions on performance tuning. One server I'm running has Cold Fusion at 43 megs mem

Re: Append a single character at the end of a form input value???

2000-08-10 Thread Angel Stewart
Hmm..well...I wouldn't call myself a Guru..but jst maybe I could help you anyways ;-P On the Action page of that form, all you have to do before you enter the values into you're database.. is or just assuming @ is what you want to append. someone can correct the positioning of the # and

RE: Passing Url String In Form Button

2000-08-10 Thread Richard Wrightsman
Here you go: Then put your button in: Then close the form: -Original Message- From: Double Down, Inc. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 7:48 AM To: House Of Fusion Subject: Passing Url String In Form Button Can anyone show me the proper format so I can pas

RE: Passing Url String In Form Button

2000-08-10 Thread Ed Toon
-- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe'

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Matt Rodosky
Yes, setting the cookie without an expires attribute makes a cookie that will expire when the browser closes. All you are doing is replacing a persistent cookie with a session cookie. When the user closes their browser the cookie will die and they won't be logged in if they reopen the page. Your c

RE: "variable does not exist"

2000-08-10 Thread Philip Arnold - ASP
> I have a > > at the top of my cfm templates. > > This is secure.cfm: > > > > > > The small secure app that I've been using is working well, > except for when the variable Session.User does not exist - > for example, I have a page called info.cfm (with the > cfinclude for secure.cfm) - I

RE: CFHTTP Question regarding Amazon : Was no title

2000-08-10 Thread Philip Arnold - ASP
> Any wrong with this? > > http://www.amazon.com" method=3D"get"> 1) the flat domain isn't a real page, it's an effective push page to; http://www.amazon.com/exec/obidos/subst/home/home.html/102-9560880-3392941 or something similar 2) you didn't put a subject line on the email so most people on t

RE: lame client variable question

2000-08-10 Thread Jason Egan
that is a variable set earlier that is the datasource name - previously set to 'fleet' - if it was invalid I would think that I would get an error, not a never ending client variable... je -Original Message- From: Floris Brouwer [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000

RE: lame client variable question

2000-08-10 Thread Jason Egan
I have the same problem when I do this... -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 8:01 AM To: '[EMAIL PROTECTED]' Subject: RE: lame client variable question Uh.why is "#dsn#" the error? I think you want to remove sessionman

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Andy Ewings
Thanks...I'll try it and let you know how I get on.. -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: 10 August 2000 15:57 To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice Yes, setting the cookie without an expires attribute makes a cookie th

RE: Passing Url String In Form Button

2000-08-10 Thread Dana Larose
The simplest thing to do is just make your string the action of the form OTOH, if you want the to be passed like form elements, just turn them into hidden fields: ... Dana Larose ColdFusion Monkey Canadian Web Design & Consulting Inc. E: [EMAIL PROTECTED] W: http://www.cdnwebdesign.com

Inserts and updates strategy

2000-08-10 Thread John Allred
I have a form that needs to insert and then update values in two tables. I have the insert part, but I'm not sure how to handle the updates. During the insert, the user enters info about a URL link in the LINKS table. There is a drop down list which allows the user to select multiple counties.

RE: Passing Url String In Form Button

2000-08-10 Thread Philip Arnold - ASP
> Can anyone show me the proper format so I can pass this string > "action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedform > at(url.cit > y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.nam > e)#&agency > =#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&a

RE: Passing Url String In Form Button

2000-08-10 Thread Philip Arnold - ASP
> Can anyone show me the proper format so I can pass this string > "action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedform > at(url.cit > y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.nam > e)#&agency > =#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&a

Building the right tables and pages?

2000-08-10 Thread Jeremy Toevs
Hello, I am currently trying to build a web site using CFM where people can log-on with a username and password into the site and see information that is meant for only them. Basically what the people at Onvia.com have running on your site. On their web site, you enter your email address and

RE: Append a single character at the end of a form input value???

2000-08-10 Thread Philip Arnold - ASP
> #my_little_end_marker_thingy#> > or just > > assuming @ is what you want to append. > > someone can correct the positioning of the # and # etc...but you see what > I'm getting at? Yeah, get rid of them all - in this case as it's not in a string, you don't need #s inside the CFSet Philip Arno

RE: What is: Team Allaire?

2000-08-10 Thread Michael Sheldon
>>What is the license restriction on CF Ent, for example? Not for resale, not for production use. It's useful for development and demonstration purposes, but you cannot use it for hosting real sites. Michael J. Sheldon http://www.desertraven.com/ Make a fast friend, adopt a greyhound! -Or

RE: Browser Cash issues and cf

2000-08-10 Thread Brad Roberts
have you tried this: -Original Message- From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 10:33 AM To: [EMAIL PROTECTED] Subject: Browser Cash issues and cf This is a multi-part message in MIME format. --=_NextPart_000_00AE_01C

COM Objects?

2000-08-10 Thread Bill Killillay
How does one go about calling a com object from ColdFusion? Bill -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf

RE: COM Objects?

2000-08-10 Thread Andy Ewings
use the CFObject tag -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: 10 August 2000 16:29 To: Cf-Talk Subject: COM Objects? How does one go about calling a com object from ColdFusion? Bill

RE: lame client variable question

2000-08-10 Thread Robert Everland
Why bother even setting it up to be dynamic. You should only have one main repository for client variables and if you don't it's pointless. And if you do for some reasons want to change the name just do a massive search and replace on clientstorage="whatever". Robert Everland III Web Deve

Can CF be run on a machine which is also running Service Pack 6 Alpha?

2000-08-10 Thread Wayne, Kurt
We're trying to move a web site to a designated box with our host (Navisite). However, we've been told that there are problems with installing CF on a machine using this SP. The person who said this didn't specify what the problems were...I'm having to rely on it second-hand. What problems are

Re: Append a single character at the end of a form input value???

2000-08-10 Thread Angel Stewart
Would it affect performance? I've become accustomed to wrapping my variables in # # when writing CF.. -Gel - Original Message - From: Philip Arnold - ASP <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> > Yeah, get rid of them all - in this case as it's not in a string, you don't > need #s

CFX Wizard and header files

2000-08-10 Thread Brian Silvers
Can anyone email me the wizard file and headers needed to compile CFX tags. I faintly remember that there was a problem with CF not installing the wizard and headers. Was this problem ever resolved? If not can anyone email it to me directly at [EMAIL PROTECTED] or post it on the list if anyone els

Re: Building the right tables and pages?

2000-08-10 Thread Kevin Schmidt
Hmmmsounds like you need to be introduced the the application.cfm file and session variables. I have some files that might help...contact me off list. Kevin - Original Message - From: "Jeremy Toevs" <[EMAIL PROTECTED]> To: ">" <<[EMAIL PROTECTED]> Sent: Thursday, August 10, 2000 10:16

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Andy Ewings
Superstar.that worked a treat.you don't know how long I've been looking at this!! -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 20:29 To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice Actually rewriting the cookies turns

RE: Append a single character at the end of a form input value???

2000-08-10 Thread John Allred
Philip Arnold - ASPTo: [EMAIL PROTECTED]

Re: Building the right tables and pages?

2000-08-10 Thread Jeremy Toevs
Thank you for helping me out with this. I appreciate any help I can get, but like I said, I'm not an expert. So what is this application.cfm and session variables? Jeremy >>> "Kevin Schmidt" <[EMAIL PROTECTED]> 08/10/00 09:53AM >>> Hmmmsounds like you need to be introduced the the applicati

CFFile access problem

2000-08-10 Thread Gene Kraybill
We have a simple logging system on one of our sites, and occasionally see this error: > Error processing CFFILE > Error attempting to write data to > target file 'E:/Web/ThisSite/counter/ShowPage_8_Day10.log'. > Error: The file could not be accessed. Given that this operation usually works, ca

Re: Building the right tables and pages?

2000-08-10 Thread Ken Wilson
Take a look over at http://www.cftutorials.com/ for a tutorial on one method of building a login system. that should get you started down the path to success. - Original Message - From: Jeremy Toevs <[EMAIL PROTECTED]> To: > <<[EMAIL PROTECTED]> Sent: Thursday, August 10, 2000 11:16 AM

Printing with Javascript function

2000-08-10 Thread James Taavon
I can't remember who I talked with before, but I got assistance on launching a new window with my data and prompting the user whether they wanted to print the screen. What I am using works, but it double prompts me for printing and I am not sure why. Here is my code.