RE: Why won't this work?

2000-06-28 Thread Chris Farrugia
Well everyone, I'll pass along the apology that Intermedia.net gave me. They were doing "some changes" to their servers and it made ColdFusion somehow act screwy for about an hour and a half. But now everything is back in order... so thank you for chasing a problem around in the dark like I did

Re: textarea

2000-06-28 Thread Chris Carpenter
just insert in betweentextarea# body#textarea Pavan Kumar Puli WebMaster/IT Manager ABC Interactive http://www.abcinteractive.com.au - Original Message - From: Gregg Kachel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 28, 2000 3:48 AM Subject: textarea Hi, I'm sort

Re: CFX API to create a structure?

2000-06-28 Thread Iztok Polanic
Hy! Is there a new version CFX API? Bye, Iztok - Original Message - From: "Bryan Batchelder" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 27, 2000 23:43 Subject: RE: CFX API to create a structure? This message is in MIME format. Since your mail reader does not

Re: cgi.scriptname?

2000-06-28 Thread Iztok Polanic
Hy! Try HTTTP_REFERER! Bye, Iztok - Original Message - From: "Bryan Batchelder" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 28, 2000 00:23 Subject: cgi.scriptname? This message is in MIME format. Since your mail reader does not understand this format, some or all

Re: Why won't this work?

2000-06-28 Thread Dick Applebaum
Chris I can't even get the initial page to display: Error Diagnostic Information ODBC Error Code = S1000 (General error) [Microsoft][ODBC Microsoft Access Driver] Unrecognized database format 'D:\FTP\chrisf\Database\bwpc.mdb'. The error occurred while processing an element with a

Yet another CFLOCK question.......

2000-06-28 Thread Ruben Chadien
I have an Application variable with info about the database (DSNName , UserName etc). The variable is a struct and some of the keys are structs themselfs. When i talk to the databse i use a set of CustomTags, to witch i send the Application varibel as an attribute. For example CF_getUserInfo

Open Source Shopping Cart

2000-06-28 Thread David
Hi all, We are new to coldfusion. We need to develop a shopping cart solution for a customer. As their requirements are rather specific, we would have to either develop the cart from scratch, or, tweak a off-the-shelf solution. It is only for a single storefront. Could anyone recommend some good

RE: Selecting a value in a dropdown.

2000-06-28 Thread Philip Arnold - ASP
You don't preselect it. You just make the record in the database the first item of the select list. Just a note of dissention on this idea - occasionally, IE5 doesn't select any items in a drop-down (when none have selected), it displays a blank entry (even though none exist) This bug only

RE: testing for existence of table

2000-06-28 Thread Philip Arnold - ASP
I have a temporary table that needs to be deleted after processing has completed. But, if the user bails and doesn't complete the transaction, the temporary table doesn't get deleted, which causes an error message when CF attempts to create the table later on. So I put in some code to

RE: hiding a column name..?

2000-06-28 Thread Philip Arnold - ASP
a href="myfilename.cfm?columname="#columnamevalue#"link/a a href="myfilename.cfm?hideme="#columnamevalue#"link/a Can I just point out that your A HREF commands won't work - you have one too many quotes Remove the quote just after the = Philip Arnold ASP Multimedia Limited T: +44 (0)20 8680

Re: Why won't this work?

2000-06-28 Thread Daniel-Laurence Cedilotte
It seems to work when I go. When I click on buy now, I get located to a page asking for my information including CC #. Seems ok as far as I can tell... Dan - Original Message - From: "Chris Farrugia" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 27, 2000 9:18 PM Subject:

RE: Executing a String?

2000-06-28 Thread Philip Arnold - ASP
How can I assemble an CFML command inside a string and execute it? For example, If I had the following CFML code, what would be the next line to actually cause the variable "somevalue" to be created and assigned a value of 3? cfset myString = "CFSET somevalue=3" I have a table with two

RE: Open Source Shopping Cart

2000-06-28 Thread Chris Farrugia
It seems a little sketchy to be new to coldfusion but accept a project from a client to develop a shopping cart... Don't you think that seems illegitimate? -Original Message- From: David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 4:57 AM To: [EMAIL PROTECTED] Subject:

Re: Open Source Shopping Cart

2000-06-28 Thread David
Well, we were working with another middleware application (non-PC platform) before recently deciding to migrate to CF. :) - Original Message - From: "Chris Farrugia" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 28, 2000 5:31 PM Subject: RE: Open Source Shopping Cart

Re: Open Source Shopping Cart

2000-06-28 Thread Erki Esken
We are new to coldfusion. We need to develop a shopping cart solution for a customer. As their requirements are rather specific, we would have to either develop the cart from scratch, or, tweak a off-the-shelf solution. It is only for a single storefront. Could anyone recommend some good open

Running Cf under a user account

2000-06-28 Thread Justin v0.9 MacCarthy
Hi Everybody, I'm having a problem running CF under a user account,it works fine except for ODBC connections. I've followed Kb Article 11859 but with no luck ... any ideas ??? ~Justin -- Archives:

CF XML ?

2000-06-28 Thread Akbar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello all, forgive me if i sound too naive. i have been programming in CF from the past 1 yr and recently i am into XML. it feels good whenever i read wat all XML can do and solve all those problems which we are not aware of and all that stuff. but

RE: CF XML ?

2000-06-28 Thread Anthony Geoghegan
WDDX is the facility provided by CF in version 4.5 onwards Regards, Anthony Geoghegan Lead Developer, IFTN www.wow.ie Original Message- From: Akbar [mailto:[EMAIL PROTECTED]] Sent: 28 June 2000 11:37 To: CF Talk (E-mail) Subject: CF XML ? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

RE: Executing a String?

2000-06-28 Thread Bert Dawson
CFSET VariableName="name_of_variable" CFSET VariableValue="the value of the variable" CFSET "#VariableName#"=VariableValue CFOUTPUT #name_of_variable# /CFOUTPUT Bert -Original Message- From: Doug Nottage [mailto:[EMAIL PROTECTED]] Sent: 28 June 2000 04:21 To: '[EMAIL PROTECTED]'

Re: Running Cf under a user account

2000-06-28 Thread Justin v0.9 MacCarthy
What do you mean ??? How many accounts have you got? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to

RE: Running Cf under a user account

2000-06-28 Thread Anthony Geoghegan
How many user accounts do you think will be used a fixed amount or a variable amount etc.? Regards, Anthony Geoghegan Lead Developer, IFTN www.wow.ie -Original Message- From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]] Sent: 28 June 2000 12:12 To: [EMAIL PROTECTED] Subject: Re:

CFML vs. Javascript

2000-06-28 Thread Earl, George
What is a good rule of thumb for when to use CFML and when to use Javascript when both will accomplish the same thing? We develop management information reports and applications for a very large intranet which has standardized on MSIE 4/5 and Pentium PII/III PCs with WinNT 4.0 and 32 - 128MB RAM.

RE: CFML vs. Javascript

2000-06-28 Thread Stewart McGowan
Personally i'd do the summing grouping etc on the dB server, and have more simple queries at the client end. Stew -Original Message- From: Earl, George [SMTP:[EMAIL PROTECTED]] Sent: 28 June 2000 12:22 To: 'Listserv, Cold Fusion' Subject: CFML vs. Javascript What is a

RE: CF XML ?

2000-06-28 Thread Ben Lowndes @ CW
I am symathetic to your situation, there isn't much good info out there on producing or parsing XML with CF, I'm trying to find time to put something together myself at the moment. Firstly, WDDX. WDDX is an XML format that Allaire are pushing. It's good as it allows the transferance of complex

Re: CFML vs. Javascript

2000-06-28 Thread Dick Applebaum
Interesting question... Some things to consider (in no particular order): 1. CFML is probably a better choice for manipulating SQL query data because it has tags (cfoutput, cfloop, etc.) which are designed to work with/augment the SQL query results (grouping, indexing an entire row, etc.).

RE: HTML Text Editor

2000-06-28 Thread Clint Tredway
go to www.eversoft.com/1stpage/ -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Monday, June 26, 2000 7:49 PM To: [EMAIL PROTECTED] Subject: RE: HTML Text Editor I am hitting that site, seems like no links work -- Original Message

Re: Open Source Shopping Cart

2000-06-28 Thread paul smith
CFWebstore will do what you want. Mary Jo gives terrific free support, too! www.cfwebstore.com best, paul At 04:57 PM 6/28/00 +0800, you wrote: only for a single storefront. Could anyone recommend some good open source CF cart solution that we could purchase? Hopefully we wont need to

Please remove from list. Thanks..

2000-06-28 Thread John Morrison
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFE0FE.85CA9768 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Re: um, looking for an ad...

2000-06-28 Thread James Smith
FROM "Fusion Authority News Alert 6/12-6/18" Special Limited Time Promotion for ColdFusion Allaire has announced a special ColdFusion purchase promotion, with savings of over $2,400. Buy two copies of ColdFusion Server Enterprise (Windows or Solaris) with two two-year subscriptions and get

Re: Open Source Shopping Cart

2000-06-28 Thread Cam Wilson
David, I would suggest CF Webstore. It is a great, inexpensive shopping cart application. It has a great remote admin area, the layout is very customizable and it is open source. You can find more information at www.cfwebstore.com Cam Wilson eCalton.com www.ecalton.com www.metatiki.com -

RE: Database Design Question

2000-06-28 Thread Steve Runyon
I wanted to add that if you're using Oracle, it natively supports recursive queries without resorting to a recursive or looping function. I don't remember the syntax (I'm working with SQLServer now and don't have any Oracle references at hand), but you can write what is basically a standard SQL

RE: Executing a String?

2000-06-28 Thread Dan G. Switzer, II
Doug, There are a couple of ways to handle this. If all you're doing is setting a variable, then you can do any of the following: !--// the syntactically correct way //-- CFSET tmpVar = SetVariable(name, value) !--// a more efficient method of the above example //-- CFSET SetVariable(name,

RE: CFML vs. Javascript

2000-06-28 Thread Dan G. Switzer, II
George, JavaScript can really help you to develop more scalable applications, by offloading the processing from the server to the client. As for what should be done by CF and JavaScript, it really varies. On of the really nice things about writing for IE5+, is that you can actually update

Oracle BLOB and CF

2000-06-28 Thread Troy Simpson
We have an Oracle Database that contains images located in BLOB fields. Can ColdFusion extract the images from these BLOB fields and display them to the user in a web browser. Thanks, Troy -- Troy Simpson | North Carolina State University NCSU Libraries | Campus Box 7111 | Raleigh | North

Re: Problems with CF_Accuweather3 tag..

2000-06-28 Thread Billy Cravens
Run it daily as a scheduled task, and write the output to a file. Instead of calling the tag at run time, cfinclude your output generated by the scheduler. -- Billy Cravens [EMAIL PROTECTED] Chris wrote: Anyone else run into this, when the tag causes the entire page to sometimes "stall" in

Re: CF XML ?

2000-06-28 Thread Billy Cravens
WDDX has been around since 4.0, actually. To try to answer the original question, as far as XML and WDDX are concerned: The best way to visualize XML is to see it as a framework, a framework which we can use to "structurize" data. In doing so, we separate the content from the design. In

RE: Why won't this work?

2000-06-28 Thread Larry Juncker
Your button worked just fine for me. It took me to your billing info page. -Original Message- From: Chris Farrugia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 8:18 PM To: [EMAIL PROTECTED] Subject: Why won't this work? I have a link, it should work, but when you click the

RE: CFX API to create a structure?

2000-06-28 Thread Larry Meadors
Hmm, I just had an epiphany. I could use XML (or WDDX) to pass them in and out. I'll try it and follow up in the next week... Larry [EMAIL PROTECTED] 06/27/00 01:52PM Can you create a structure in a cfx? I haven't seen a way to do it yet. I guess I could return a query, but I'd prefer

Re: Problems with CF_Accuweather3 tag..

2000-06-28 Thread Erika Foster
How would you do this when you're passing a zip code generated from a query? I'm not familiar with cfschedule, so I may be missing something. My users are from all over the US, so I query their account for their zip code and feed it to Accuweather after they've logged in with username and

RE: Crypto library failure

2000-06-28 Thread Steve Bernard
I don't know the specific answer to this question but, try looking at the system utilization logs, if you have them, for the time in question. If the system was nearly maxed out at those times then it may be that the encryption engine couldn't get enough CPU time and the encryption process for

RE: CF XML ?

2000-06-28 Thread Pete Freitag
I use the Lotus XSLT Processor Java Classes to use XML with CF. All you need to do is write an XSL style sheet that will take your XML Schema, and convert it into WDDX. I've written a cf custom tag that writes the xsl, and I've got a Java CFX that will process the XML and XSL. None of these

CFContent question

2000-06-28 Thread Robyn Follen
Hi gang, When I use CFContent in IE, it opens my file (MSWord or otherwise) in my browser. That is, it still _is_ MSWord, but it's within my IE5. In Netscape, on the other hand, the same call to CFContent opens the actual application on my computer instead of in the browser. Is there a way to

Re: Running Cf under a user account

2000-06-28 Thread Nick McClure
What type of database platform are you using? Are you running under an NT Domain? At 11:42 AM 6/28/2000 +0100, you wrote: Hi Everybody, I'm having a problem running CF under a user account,it works fine except for ODBC connections. I've followed Kb Article 11859 but with no luck ... any

Re: Problems with CF_Accuweather3 tag..

2000-06-28 Thread Chris
I have gotten around the stall of the page by changing the Accuweather URL to be www2 rather than www. I'm assuming this is the backup server, so once every month or so it doesn't get updated for a couple weeks and my users are stuck with last week's weather, but its worth it for loading

tagging What's New automagically

2000-06-28 Thread Eva Holtsmark
Hi, Has anyone automated the tagging of What's New on their website using CFML? I can't find anything in the published literature. Who's brain is weighted with unpublished material for me? For example, a 'New' gif to the left of items that were published today until a week from now, and then

RE: Open Source Shopping Cart

2000-06-28 Thread Mark Warrick
http://www.ablecommerce.com ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL:

RE: Selecting a value in a dropdown.

2000-06-28 Thread Mark Warrick
OK Fine. I've never seen the problem, but if you say so... Make the first item the output of the query, select it, then output the loop of weeks. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal

RE: Running Cf under a user account

2000-06-28 Thread Mark Warrick
Make sure you've specified a username and password in your ODBC settings and that they match the username and password that CF is running under. Also, you might try passing the username and password through the queries themselves. ---mark

RE: CFML vs. Javascript

2000-06-28 Thread Mark Warrick
JavaScript is great for what you're trying to do. My rule of thumb is that you use JavaScript only for non-mission-critical applications. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email:

RE: Oracle BLOB and CF

2000-06-28 Thread Mark Warrick
Although I've never personally tried this, I've heard that yes it is possible. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business

RE: Crypto library failure

2000-06-28 Thread Park, Simon
Using CF with the CF cybercash tag, sometimes a 'Failure in cryptographic library' message is returned. I've found a few instances of this error message on the 'net, but the fixes aren't working for me. Mike, We had this problem occur on about 10 percent of our transactions. The

RE: Running Cf under a user account

2000-06-28 Thread Anthony Geoghegan
You said:"I'm having a problem running CF under a user account" by this I assume you mean a DB server user account. If so how many different DB server accounts are you using? Lets assume it's just the one. You have to check that the CF administrator has created a datasource entry for this DB

RE: CFX API to create a structure?

2000-06-28 Thread Pete Freitag
Your best bet would be to use WDDX, since you can define a Structure with WDDX. _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM / NETDesign Inc. http://www.cfdev.com/ -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: Problems with CF_Accuweather3 tag..

2000-06-28 Thread Erika Foster
I'm sorry - yes, I mean it doesn't get updated for a couple days. That means that, for example, on Wednesday I'm getting the weather for the week starting on Monday. I haven't had it back up for more than a couple days. Got to typing too fast. Erika - Original Message - From: "Chris"

Scopes (WAS: RE: CFIF syntax debate (kind of...)

2000-06-28 Thread kraybill
what kind of scopes are there? Form, url, session... anything else? not forgetting Application, Attributes, Caller (already mentioned), CGI, Client, Cookie, Query Name, Request, Server, Variables On the subject of scopes, I once accidentally used "Variable.whatever" rather than

RE: cgi.scriptname?

2000-06-28 Thread Perez, Bismark
One bad thing with HTTP_REFERER is that if you send the user to another page via a CFINCLUDE the name of the referer will be that INCLUDE... in other words: user goes into page1 which have a cfinclude for hidden page2, on page2 you realize that the user should go to page3 first and you send

how to keep CF from wanting RDS?

2000-06-28 Thread Greg Saunders
biggerI am not using RDS, so I disabled the service -- so far so good. But in executive.log, I noticed that I have the following entry, WHICH IS REPEATED EVERY 2 SECONDS: "Error","TID=48","05/30/00","07:22:46", "Unexpected Windows NT error number 1058 occurred while

Double Quotes in String Variable? Is it possible?

2000-06-28 Thread Joshua Starr
All, We may have visited this before, but is there a way to include a double quote (") or a series of them in a string variable? I am trying to output a string using CFHTMLHEAD and would prefer to use double quotes instead of single quotes around my parameter values to be compatible with XHTML.

Running Cf under a user account - It's official: I'm stupid

2000-06-28 Thread Justin v0.9 MacCarthy
I fixed this - I had forgot to add that user as an account on my SQL Box I need a day off ( uptime is 22 days ) ~Justin -Original Message- From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]] Sent: 28 June 2000 11:42 To: [cftalk] Subject: Running Cf under a user account

RE: CF_UPSPrice

2000-06-28 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is anyone using Ben Forta's CF_UPSPrice tag? its doesnt seem to be working, I dont think its getting a response from the ups site. If you're using 4.5, the tag may have been broken by the changes Allaire made to CFHTTP. We're using the OTHER

RE: tagging What's New automagically

2000-06-28 Thread Mark Warrick
What you're trying to do is fairly simple and could be accomplished with a database of links to the templates in your site. Create a table with these fields: id_link (autonumber) link_title link_url last_updated Populate the database either manually or via a web-based admin form that you

RE: NULL using it in CF

2000-06-28 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 But don't use: cfif #myvariable# IS "" Can you tell us why we shouldn't use this? There's a couple of things wrong with that. First, you don't need the #'s around myvariable. It'll work with them there, but I believe the CFML parser prefers

Re: Oracle BLOB and CF

2000-06-28 Thread Jennifer
At 10:02 AM 6/28/00 -0400, you wrote: We have an Oracle Database that contains images located in BLOB fields. Can ColdFusion extract the images from these BLOB fields and display them to the user in a web browser. This is supported in 4.5.x. Here is an article about how to do it:

DELETE a record from...

2000-06-28 Thread Jamie Symonds
This is a multi-part message in MIME format. --B5EF54EEC420F317BC399DF2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have an application where the "administrator" of the online database can go to a "view all records" page where it lists the name and a

Hello..quick question: How do I specify which query I want to use with a CFFORM?

2000-06-28 Thread Angél Stewart
Hi there! sorry to bother you, but I figure I would get a quicker response this way than through the list: I have a form which receives a URL variable EmplID. I then select a record from two tables PeoplesoftEmpView and AbscenceEmpView.(qryPeoplesoftEmpView and another query called

Re: sort an array

2000-06-28 Thread Adam Cantrell
Well from what I can see, you're trying to work with a 2 dimentionnal array when you only define one dimesion for it. I aint got an example handy but basicly, here is how I see it.. cfset testarray = ArrayNew(2)(2) I'm not having problems setting arrays and calling data from them, I am

RE: automate tif to gif conversion CFX tag?

2000-06-28 Thread lsellers
I will try the imagemagik as someone else mentioned for its usefulness. With the archived images I can create thumbs and store them on the file system, that's not too bad, but I really wanted the on-the-fly capability to generate 100x100 px thumbs for the 4+ tif images we receive daily so

CFDIRECTORY NT error 5719

2000-06-28 Thread mherbene
I am using CFDIRECTORY to access directories on another machine, running the CFSERVER service under a domain accout with access to both machines. It works fine most of the time, but I am occasionally getting this error: The directory specified: (snip) could not be created. Error: There are

row numbers

2000-06-28 Thread Douglas Jordon
Is there a way to find out which row number any given record is? TIA, Doug Jordon -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: Crypto library failure

2000-06-28 Thread Mike
Thanks Simon. Keep in mind that our failures come in blocks of several hours, then somehow corrects itself. I think this points to a different problem than a regular high failure rate spread evenly over time. I also don't think it's related to connectivity in general, because our web server

CF PVCS

2000-06-28 Thread Janssen Dolores Y (Contractor)
we are trying to implement configuration mgt here using pvcs as we have that in house for the powerbuilder project. with running cf 4.01 studio on nt 4 sp 6, has anyone any insights into making them work well together? does it work better in 4.5.1? does it not work at all? and i am not sure

RE: OT SQL Server 7 and Win2K

2000-06-28 Thread Olive, Christopher M Mr USACHPPM
according to MS's site, SQL 7.0 is 100% compliant with Win2K. Chris Olive, DOEHRS Website Administrator -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 3:54 PM To: [EMAIL PROTECTED] Subject: OT SQL Server 7 and Win2K I am considering

RE: Double Quotes in String Variable? Is it possible?

2000-06-28 Thread Anthony Geoghegan
USE #CHR(34)# instead of quotes Regards, Anthony Geoghegan, Lead Developer, IFTN www.wow.ie |-Original Message- |From: Joshua Starr [mailto:[EMAIL PROTECTED]] |Sent: 28 June 2000 16:40 |To: [EMAIL PROTECTED] |Subject: Double Quotes in String Variable? Is it possible? | | |All, | We may

Upgrade path from windows to Linux

2000-06-28 Thread Eron Cohen
Hi Folks, Can anyone tell me what the cost of the "upgrade" path from Cold Fusion Professional 4.51 for Windows to Cold Fusion Professional 4.51 for Linux would be? This organization currently has one Windows NT Cold Fusion server, but they want to migrate to Linux. Could they just remove

SafeText.cfm ??

2000-06-28 Thread Troy Johnson
Does anybody know of any tags or event handlers that should be added to this that are not there by default and please explain why? thank you, Troy Johnson -- Archives: http://www.eGroups.com/list/cf-talk To

RE: Raptor Firewall Oracle, CF and Multi Threading

2000-06-28 Thread Stewart McGowan
Thats essentially what i've done, but this way only allows single threaded apps and our user base ip's are are unknown in most cases therefore restricting ip's isn't possible A big nightmare i think Stew -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: 28 June

Binary integers, IEEE Floating point numbers, and premature baldness.

2000-06-28 Thread Brandon Whitaker
Here's one for the cadre of real programmers, of whom I'm not a member: I have a string of information - partially binary, partially ASCII - that represents a number of reads from an electric meter. The site name, dates, etc. are stored in ASCII; record length type designators in 2-byte binary

RE: cgi.scriptname? - Follow Up

2000-06-28 Thread Bryan Batchelder
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFE125.FA8E58C0 Content-Type: text/plain; charset="iso-8859-1" For the record, its cgi.script_name, which works fine for me

Re: CFDIRECTORY NT error 5719

2000-06-28 Thread Adam Cantrell
I was having all sorts of domain authentication issues with sp4, sometimes we would not even be able to log on to the domain from our workstations. I upgraded to sp6 on all the workstations and I haven't seen a problem with domain stuff since. Check the service packs on both your domain

Re: row numbers

2000-06-28 Thread Justin v0.9 MacCarthy
Sure is #Queryname.CurrentRow# ~Justin - Original Message - From: Douglas Jordon [EMAIL PROTECTED] To: Cold Fusion List [EMAIL PROTECTED] Sent: Wednesday, June 28, 2000 5:19 PM Subject: row numbers Is there a way to find out which row number any given record is? TIA, Doug Jordon

Programmatically Editing RDS Settings?

2000-06-28 Thread Ryan Hill
Here's one for the Gurus: Can I programmatically manipulate and create RDS security environments (not filesystem) for Advanced Security in Enterprise? In an effort to automate some administration tasks, I would like to be able to a) create the client website structure (already done) and b)

RE: login counter

2000-06-28 Thread Robert Orlini
Thanks Olga...with a little more tweaking and your code everything works! -Original Message- From: Olla Ts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 8:15 PM To: [EMAIL PROTECTED] Subject: Re: login counter cfif IsDefined("form.Email") AND Len(Trim(Form.Email)) cfset

RE: row numbers

2000-06-28 Thread Mark Warrick
Yes. When you output the data, you can use the "currentrow" attribute when you output a query. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL:

Mac File Uploads + extensions

2000-06-28 Thread Justin v0.9 MacCarthy
How are people dealing with files uploaded by AppleMacs. How can you tell what type of files they are ?? ~Justin -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: row numbers

2000-06-28 Thread Gary McNeel, Jr.
Try currentrow. Also tied to recordcount. cfoutput query="name" #currentrow# #field1# #field2# etc. /cfoutput -Original Message- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 11:19 AM To: Cold Fusion List Subject: row numbers Is there a way to

RE: CFDIRECTORY NT error 5719

2000-06-28 Thread Mark Warrick
Sounds like you've got a permissions problem. Make sure that the account that the CF server is running under has permission to create directories where you want to create them. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com

Re: row numbers

2000-06-28 Thread Dana Larose
If you mean while you are using them in, say, a cfoutput, you can use #CurrentRow# Dana -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: DELETE a record from...

2000-06-28 Thread Mark Warrick
Add an extra step of error checking logic in. You can use the code below as a guideline. cfoutput cfswitch expression = "#delete#" cfcase value="yes" cflocation url="#script_name#?fuseaction=group_delete_querygroup_id=#group_id#" addtoken="no"

RE: Weird Prepend

2000-06-28 Thread Mark Warrick
Somewhere you've probably got an include that has this info in it. It has nothing to do with CF Studio or the server itself. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL

IMG SRC= ALT= Equivalent

2000-06-28 Thread James Taavon
I know this is not a CF question, but it does apply to the CF App I am developing. I wanted to know is the an equivalent attribute for the a href tag for hyperlinks to display a "text bubble" like the ALT attribute for images? The goal is when the cursor passes over the link a text bubble appears

Re: row numbers

2000-06-28 Thread Douglas Jordon
Thanks. Is there a good online reference for this kind of thing? Or a good book? I searched and looked over a few sites, but found nothing really helpful. Also, there's nothing in any of the BF books. I assume this is standard SQL. Doug Jordon "Gary McNeel, Jr." wrote: Try currentrow. Also

Re: row numbers

2000-06-28 Thread Joel Firestone
Doug: Does queryname.currentrow help? Joel "Douglas Jordon" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : Is there a way to find out which row number any given record is? : : TIA, : : Doug Jordon :

RE: email reciepts

2000-06-28 Thread lsellers
Hi, If you're using CF 4.5.1. it's pretty easy. Just nest the following CFMAILPARAM tag in your CFMAIL tags: CFMAILPARAM name="Disposition-Notification-To" value="#NameofSender# #Emailaddress#" Leong Well, that's easy enough. Pitty I'm still using 4.0 though. Thanks though. :) --min

controlling print page break

2000-06-28 Thread Chris Giminez
I'm missing something in the way to control a page break within a cfoutput block. I have P, TABLE { page-break-after: auto; in the style block in the head Then... cfoutput query="project_list" p table width="600" align="center" . bunch of tr's and td's

Re: Hello..quick question: How do I specify which query I want to use with a CFFORM?

2000-06-28 Thread Angél Stewart
Ahhh..thanks. And, I forwarded the email to the entire list as well..see? That's how you saw it in the first place. I only sent it to Mr. Watts because I know he knows his stuff, and I kinda needed an answer asap for a project (deadline Friday, been ill for two days this week already..) *ahem*

doubt

2000-06-28 Thread Srinivasan, Sairam
can som eone give me the code for the following: i want to create a list box with items as customer,employee. once user selects value and presses go button it shd navigate to the respective forms. how do i give the the url syntax, i am very new to cold fusion. thanks sai

Re: Raptor Firewall Oracle, CF and Multi Threading

2000-06-28 Thread Chris Michl
Hi Stew, Maybe I'm waving the white flag too early, and your security folks may not go for it, but have you considered running your web box on the INSIDE of the firewall? Regards, Chris - Original Message - From: "Stewart McGowan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: row numbers

2000-06-28 Thread Duane Boudreau
q_myquery.currentrow also supported: q_myquery.recordcount q_myquery.columnlist Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -Original

Re: Binary integers, IEEE Floating point numbers, and premature baldness.

2000-06-28 Thread Stephen Garrett
Hmmm, I did this once, a long long time ago. But that was on a OpenVMS system. It was fairly easy to do. What you really need is the IEEE format specification of the bit patterns. Take a look at http://www.scri.fsu.edu/~jac/MAD3401/Backgrnd/ieee-sgl.html for help in this area. VB stores all of

Re: Hello..quick question: How do I specify which query I want to use with a CFFORM?

2000-06-28 Thread Angél Stewart
Okies..problem with that approach. It throws an error when it hits the closing /cfoutput tag saying there is no matching beginning tag. *sigh* Most likely because the tags are within CFIF statements or something . I dunno. ARRGGGHH! Going to have to do it the long way with a series of CFSET

  1   2   >