CFLocation and search engines

2001-12-06 Thread Kay Smoljak
Hi all, I'm using the cf_htmlarea_lite tag (basic textarea HTML formatting if you haven't come across it before). This app requires an "inc" subdirectory to be included with a couple of CF tags, some JS files etc. When you call the tag, you need to specify the location of the inc directory as an

RE: HTML Newsletters again!

2001-12-06 Thread Axiomatique (Vincent)
I have the same problem, but only with some clients. Could it be the settings in their email application. The strange part is that some of the client having the problem had a fresh Outlook Express or Outlook installation and didn't change any of the settings, and some other in the same situation

RE:

2001-12-06 Thread Joseph DeVore
Gonzo You just need to set a variable and focus. That way if the user clicks a link for help, the window will always focus and return to the front. var helpdoc=window.open(...) helpdoc.focus(); Joseph DeVore VeloxWeb Technologies -Original Message- From: Gonzo Rock [mailto:[EMAIL PRO

Re:

2001-12-06 Thread Marius Milosav
You have to put the following on your pop up window: Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Company (VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm - Original Message - From: "Gonzo Rock" <[EMAIL PROTECTED]> To: "CF-Talk"

cf-talk@houseoffusion.com

2001-12-06 Thread Gonzo Rock
I have an app that users get help in... via a url with a target="help_window" How can I get that help_window to pop to the top if the user leaves it open and continues with the app? The problem is that subsequent clicks on help populate the window but the user is clueless, thinking that noth

RE: OT: SPAM lists?

2001-12-06 Thread Justin Greene
It is so funny to see this discussion keep cropping up. The whole blacklisting of open relays is a very touchy issue. I agree that there is little excuse for running an open relay in today's world (though some argue that it is their right... I think this was an issue in MIT vs. MAPS). I will no

Re: SQL delete help

2001-12-06 Thread Don Vawter
makes it a bit more complicated doesn't it. You have no primary key in the table? If you had one you might be able to use a correllated subquery. In the absence of a key do define the items I don't see any way to do it like I proposed. You don't want to delete people but rather items and you show

RE: HTML Newsletters again!

2001-12-06 Thread Nick Texidor
Weird I just tried this method too and in my email program.. it is STILL saying 'Content-Type: text/plain' I don't understand?!?!?!?!?!? Is it the sending server that determines the Content-Type, or the receiving server? And if it's the receiving server, how does it decide whether it's

What the best database structure to do this?

2001-12-06 Thread Jon Hall
I've been wrestling with this for the last half hour and I can not decide the best way to structure the database for a function I a programming related to a shopping cart. It get's kind of crazy... Each item can have a variable number of sizes. Each size can have a variable upcharge attached to i

RE: HTML Newsletters again!

2001-12-06 Thread Scott Weikert
Just spotted this thread... my main project at the moment is a web-based newsletter system, where you can add subscribers and do email broadcasts of the newsletter, along with just hitting the website and seeing the newsletter. One thing I started doing with my broadcasts - to generate the 'guts'

RE: Get PK value from Oracle table with AutoNumber Trigger (tds)?

2001-12-06 Thread Dave Carabetta
Correct me if I'm wrong, but you should be able to get the current value by using currval. For example, from your post, your sequence name is tbl_seq. Therefore, you would just type "tbl_seq.currval" to get the current value, which should also be the max id value. This is one of those really nice

Another Able Site

2001-12-06 Thread Steven A. del Sol
Chris, here is another able site. http://www.iworksgallery.com Steven A. del Sol NETPACQ Systems, Inc. [EMAIL PROTECTED] http://www.netpacq.com ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.c

Re: An Error that is driving me crazy!

2001-12-06 Thread Douglas Brown
You might try this Doug - Original Message - From: "Jamie Jackson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 3:48 PM Subject: Re: An Error that is driving me crazy! > Don't know about the error, but you want to lock it with >

Re: An Error that is driving me crazy!

2001-12-06 Thread Jamie Jackson
Don't know about the error, but you want to lock it with type="exclusive" since you're doing a set: Jamie On Thu, 6 Dec 2001 16:14:41 -0600, in cf-talk you wrote: >I am getting "The page cannot be displayed" in IE and "This document contains no >data" in Netscape. Here is my code for this pa

Re: Need your help - http header

2001-12-06 Thread Jamie Jackson
This is the idea, but it's probably got some flaws. Someone will correct it, I'm sure ;-) http://www.yahoo.com/customer/file.sms";> Jamie On Fri, 7 Dec 2001 06:04:38 +0800, in cf-talk you wrote: >I'm sorry, but I didn't get you, >Example code: > >Post /customer/file.sms >Host: www.yahoo.c

Get PK value from Oracle table with AutoNumber Trigger (tds)?

2001-12-06 Thread Troy Simpson
All, I have read the the various postings about using the MAX() function to get the last value entered into the Primary Key field. This will not do for me as you will see. Plus I believe it is proned to errors. I have a table that is defined as follows: create table tbl ( pk number(11) not null

RE: Stupid cfexecute

2001-12-06 Thread lsellers
At 01:55 PM 12/6/2001 -0500, you wrote: >I just tried it without a timeout value and it goes through but the program >doesn't work. I have tried calling it through cmd.exe and it does not return >more than 2000 characters. It just doesn't seem to work with CF 5. Rmtcmd >sends a remote command to t

RE: CFX for Solaris (not offering a solution, just an AOL and a gripe)

2001-12-06 Thread Rick Osborne [Mojo]
Jordie Fike asked: > Is there somewhere to go to get popular custom tags that > have been ported over to run on Solaris? Does anyone have > a URL that might point me in the right direction? AOL I don't have a solution for you, however I sincerely hope you do find one. If you do, please let m

RE: SQL delete help

2001-12-06 Thread Bruce, Rodney (Contractor)
I think I see were you are going. But I didn't give enough information I think. the table looks something like this: userid item1 item2 dateentered 11121/1/00 11341/2/00 11671/3/00 123

Re: SQL delete help

2001-12-06 Thread Don Vawter
delete from tbl_person where person_id not in ( select top 12 person_id from tbl_person order by dateentered desc ) or something like that. The subquery chooses the 12 most recent and then you just the rest. - Original Message - From: "Bruce, Rodney (Contractor)" <[EMAIL PROTECT

CFX for Solaris

2001-12-06 Thread Jordie Fike
so the boss comes to me .. and he's so proud of himself, because he's got a 'present' for me .. a hosted account that runs CF on Solaris using MySQL. Oh well, time to look at the bright side so I figure once I'm through the learning curve my skill set will be all the better for it, so I get to

OT: SQL delete help

2001-12-06 Thread Bruce, Rodney (Contractor)
Is there a way to delete a number of records in one SQL statement? i.e. I want to maintain a history of 12 records per user. Once a month when I run my scheduled tasks I would like to delete the oldest records over the 12. Deleting the oldest record isn't a problem. but if I need to delete 4 re

RE: HTML Newsletters again!

2001-12-06 Thread Nick Texidor
That's what I've been doing... But some clients still just display the raw code. I had two emails sent from the same script, different template though, both are set to send HTML, yet one appears as HTML with the images etc, the other as plain text with all the HTML code? If I look at the email

An Error that is driving me crazy!

2001-12-06 Thread Yager, Brian T Contractor/NCCIM
I am getting "The page cannot be displayed" in IE and "This document contains no data" in Netscape. Here is my code for this page... Can anyone tell me why I am getting this? I added the words test below this and it workedSo I fooled around with it somemore and i

RE: Need your help - http header

2001-12-06 Thread Rudy Rustam
I'm sorry, but I didn't get you, Example code: Post /customer/file.sms Host: www.yahoo.com Authorization: Password 123456jkl CONTENT-LENGTH: 95 Subject=Example [MSISDN] List=7756245,5563315 [MESSAGE] Text = This is a test account. The first 4 lines are header. How should I write it in cfhttp p

Re: Stupid cfexecute

2001-12-06 Thread Jamie Jackson
How about writing a batch file which runs your command and then pipes the results to your output file? == //10.100.100.1 SBMJOB CMD(CALL PGM(DIXOBJ73/JD40211ZP) PARM('01514')) inllibl(*JOBD) JOB(JD40211ZP) JOBD(QGPL/BTOBTEST) JOBQ(QGPL/BTOB) > d:\output3.txt== You coul

Re: Wrapping a list when displayed

2001-12-06 Thread Jamie Jackson
Tough luck getting long strings to wrap in Netscape. You would think that replacing "," with "," or something would work, but it doesn't. If you don't need you display to be absolutely faithful to the original, you could the following when you output: #replace(list, ',', ', ', 'all')# or #listcha

Re: CF Forums Discussion Forums - Where can I find the source?

2001-12-06 Thread Jochem van Dieten
Bosky, Dave wrote: > I need to setup a discussion forum and would like to use cfforums, where can > I download the free open source to customize? > I tried forumspot.org but their site is gone. I emailed the caretaker about it. I expect it will be up shortly, if not contact me off-list for the

Slightly OT - Forcing Style Sheets

2001-12-06 Thread Smith, Daron [PA]
I am working on a project that I am using an inline editor called ewebedit. The basic out of the box functionality of the product is like word, which is fine. When the data is retrieved from the database though, I would like to force the browser to use my style sheet which I specify in the templa

RE: alternatives to MS SQL (Pervasive SQL)

2001-12-06 Thread Marcus
I have to use a Pervasive system every day and have a small piece of advice for anyone that is going to attempt this... Run Away! Pervasive has no support for NULL states. It can't handle large SQL statements. It is very case aware. And it's just kludgy to have around! Marcus

RE: "Why aren't there more CF programmers out there?"

2001-12-06 Thread Snyder, Jason
First job out of high school they had me work with FrontPage 98 and IIS. What was really funny is that they wanted me to do ASP with these tools and they made it so that the only way that you could get to the sites on the IIS server was through FrontPage and they used Front Page extensions. S

RE: alternatives to MS SQL (Pervasive SQL)

2001-12-06 Thread Jeffry Houser
I want to throw in here.. My experience with PervasiveSQL is that it is a flat file system, not a RDBMS. Both FileMaker and Lotus Approach use the flat-file approach to DBs, if you want a frame of reference. It's not a relational database and I wouldn't recommend using it as a relational d

RE: Need your help - http header

2001-12-06 Thread Dave Watts
> However, how to put cfheader inside cfhttp method=post? You can often use CFHTTPPARAM TYPE="CGI" to do this. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~ Structure your ColdFusion code wi

RE: Need your help - http header

2001-12-06 Thread Rudy Rustam
However, how to put cfheader inside cfhttp method=post? Rudy -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 2:49 AM To: CF-Talk Subject: Re: Need your help - http header jamie On Fri, 7 Dec 2001 02:07:41 +0800, in cf-talk you wrot

RE: Stupid cfexecute

2001-12-06 Thread Adrian Cesana
One way around this would be to use the cfExecute to schedule an AT job (look into the SOON.EXE to make this easier) which could process a CMD or BAT script that does the RMTCMD. -Adrian -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 200

RE: custom tag that creates XML?

2001-12-06 Thread Costas Piliotis
Usually, when sending data from a form to a web service, you should consider using microsoft's soapclient. You're trying to create a soap envenlope, and that's actually a dtd within the xml specification. Here's some code to get you started: https://somfile.wsdl","","","";)> #myCl

RE: custom tag that creates XML?

2001-12-06 Thread Carlisle, Eric
http://www.cfdev.com has a java based parser. http://www.siteobjects.com has a custom tag that works with MSXML. I've heard good things about both. I've worked with the latter and have had great success. You can probably find more at Allaire DevEx. EC -Original Message- From: Jill Ro

custom tag that creates XML?

2001-12-06 Thread Jill Robin Pascua
I'm trying to send data from a form to a service that needs the data in an xml format. Do you know of a custom tag that can create xml formatted data? I would use the tag, but the service can't parce wddx packets. Thanks! - JR ~~ Get the mails

RE: Question about Inserting into SQL via CF... Binary file or Image File

2001-12-06 Thread Mark Stewart
There are two custom tags available to do this (cfx_putimage and cfx_getimage) - downloaded together in a .zip file (I think I got it off of cf-dev) that does exactly that. It's done through BLOBs. We used it for a while and then went away from it because someone here, that's a better SQL person t

Question about Inserting into SQL via CF... Binary file or Image File

2001-12-06 Thread Kelly Matthews
As most of you know SQL has a datatype of Binary that can hold an actual binary file and has a datatype of image that can hold an image file. I sent this question yesterday but go no response figured I would try once more. Obviously I know how to insert DATA via CF into SQL. But w/ in that insert

Re: Hi

2001-12-06 Thread Don Vawter
They say it can be configured to stop js from running but I sent myself a message which runs js code from my server and it didnt intercept that. If anyone else has installed it and would like me to send the message to them let me know off list. I would love to find something to stop hose annoying

RE: CF Forums Discussion Forums - Where can I find the source?

2001-12-06 Thread Smith, Daron [PA]
We bought cfforum 2000. I don't know if this is what you want or not, but the url for the company is www.cfcode.com. I just checked it, its working Daron Smith -Original Message- From: BILLY CRAVENS [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 2:25 PM To: CF-Talk Subjec

RE: Hi

2001-12-06 Thread Zac Belado
> Here's a link to some software that prevents Outlook Express from > executing any vbs or other executables. I've never used it but > figured that I'd make it's existance know (btw - the site has > other interesting looking freeware as well). > > http://www.analogx.com/contents/download/system/s

Re: CF Forums Discussion Forums - Where can I find the source?

2001-12-06 Thread BILLY CRAVENS
Bizarre - either the site has been blown away, or they have a configuration issue (the site that comes up is the hoster) --- Billy Cravens - Original Message - From: "Bosky, Dave" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 1:07 PM Subject: CF

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
Ditto Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfus

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
Exactly my point Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
h..voluntarily breaking the law you meanthe predecessor to ORDB was ORBS (from Aussie Land) and they got shut down after having two successful legal injunction brought against them. Anyhoo...I'm sure we've beaten this subject to death and nothing is going to change until someone with dee

Wrapping a list when displayed

2001-12-06 Thread Perez, Bismark
can a field containing a comma separated list of values be wrapped when displayed? I'm displaying a field on which I place the valuelist() content of a field in a query, somehow even if I specify the width for the the becomes extra large because the field is not wrapping, and I'm not even ~~

Re: OT: SPAM lists?

2001-12-06 Thread Jon Hall
I don't know if that is correct. ORDB and the like will get the dumb spammers, but I'd say 95% of the people that get blacklisted are admins with misconfigured servers. Perhaps less, but I think misconfigured servers are the majority. In these cases as soon as the admin is aware of the problem he/

RE: Random passwords

2001-12-06 Thread thanh . nguyen
thanks all.. I got it. ;) -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 11:06 AM To: CF-Talk Subject: RE: Random passwords sorry, cf-talk chopped the code from last email: http://cftags.veloxweb.com/passwords.cfm It's a custom ta

CF Forums Discussion Forums - Where can I find the source?

2001-12-06 Thread Bosky, Dave
I need to setup a discussion forum and would like to use cfforums, where can I download the free open source to customize? I tried forumspot.org but their site is gone. Thanks, Dave ~~ Get the mailserver that powers this list at http://www.c

RE: OT: SPAM lists?

2001-12-06 Thread Paris Lundis
I just believe ORBS is far to aggressive and then when you want to say its fixed, far too slow... the concept in theory is fine... wish we would start blocking massive DNS blocks and IPS and all sorts of other things across the board... but only when cause exists... (ie: something wrong has happe

RE: Random passwords

2001-12-06 Thread Joseph DeVore
sorry, cf-talk chopped the code from last email: http://cftags.veloxweb.com/passwords.cfm It's a custom tag called CF_RandomPassword written by Rob Bilson ([EMAIL PROTECTED]) HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]]

RE: Stupid cfexecute

2001-12-06 Thread Robert Everland
I just tried it without a timeout value and it goes through but the program doesn't work. I have tried calling it through cmd.exe and it does not return more than 2000 characters. It just doesn't seem to work with CF 5. Rmtcmd sends a remote command to the AS/400 for processing. Robert Everland

Re: Hi

2001-12-06 Thread Howie Hamlin
Here's a link to some software that prevents Outlook Express from executing any vbs or other executables. I've never used it but figured that I'd make it's existance know (btw - the site has other interesting looking freeware as well). http://www.analogx.com/contents/download/system/sdefend.ht

Re: OT: exchange rates

2001-12-06 Thread Len Conrad
>Just wondering if anyone knows of some good places to nab daily exchange >rates from (say with CFHTTTP to grab and then stuff in a db)?? xe.com I use interactively. Don't know about their license concerning sucking their content into your database. Len http://MenAndMice.com/DNS-training ht

Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad
>Yup..I'll take the hit...I should have done more research. The fact still >remains that groups like ORDB are going too far in their approach to SPAM They do much more good than harm, ime. collateral damage isn't fun for the damaged, but it's recoverable. These people are doing voluntary work

Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad
>Well Len thanks for calling me lazy and incompetent. Until I got >blacklisted I did not know about open relays. So how does that put me in >either category? If you run a public mail server, don't know what open relays are, nor how to close your own, that's incompetence. >The mail server I wa

RE: Random passwords

2001-12-06 Thread Kelly Matthews
uh what code would that be? :) seems to have gotten cut off -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:52 PM To: CF-Talk Subject: RE: Random passwords This code will generate mixed case passwords: http://www.fusionauthor

RE: Random passwords

2001-12-06 Thread Steve Martin
There are various ways. One is as simple as: #pwd# HTH Steve > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 06 December 2001 18:30 > To: CF-Talk > Subject: Random passwords > > > Does Anybody know how to generate random passwords f

Re: Random passwords

2001-12-06 Thread Jamie Jackson
There are many options on the Developer's Exchange: http://devex.allaire.com/Developer/Gallery/SearchResults.cfm?keywords=r andom+password Jamie On Thu, 6 Dec 2001 10:29:46 -0800, in cf-talk you wrote: >Does Anybody know how to generate random passwords for new users? > > > > >

RE: Random passwords

2001-12-06 Thread Joseph DeVore
This code will generate mixed case passwords: http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Random passwords

2001-12-06 Thread thanh . nguyen
Does Anybody know how to generate random passwords for new users? ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseof

RE: OT: SPAM lists?

2001-12-06 Thread Dave Watts
> Well Len thanks for calling me lazy and incompetent. Until I got > blacklisted I did not know about open relays. So how does that > put me in either category? The mail server I was running had no > documentation about the possible abuse of or even the existence > of open relays. I'm the first

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
You got it Paris..nobody's perfecteven us lazy incompetent folks need help sometimes ;-) Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get the mailserver that po

OT: exchange rates

2001-12-06 Thread Bryan Stevenson
Hey All, Just wondering if anyone knows of some good places to nab daily exchange rates from (say with CFHTTTP to grab and then stuff in a db)?? TIA Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~

Re: Stupid cfexecute

2001-12-06 Thread Jamie Jackson
Two questions: *Have you tried it without the timeout attribute? *Have you tried name="c:\\winnt\system32\cmd.exe" (admittedly, I don't know what rmtcmd.exe is) *How much data does this return when done at the command line? (A reply to one of my old posts follows) >Actually, there is an "undocume

RE: OT: SPAM lists?

2001-12-06 Thread John Rossi
I emailed my old ISP last year to complain about their open relay, since I was getting bounced emails, and they had no idea what an open relay was even when I pointed them to relevant info. So while incompetent is a strong word it can be appropriate in certain instances. John -Origin

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
Yup..I'll take the hit...I should have done more research. The fact still remains that groups like ORDB are going too far in their approach to SPAM Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~

RE: CF and Cybercash

2001-12-06 Thread Jeffrey Polaski
Verisign is the way you want to go... If you're doing any credit card processing there's some good (IMHO) suggestions in one of my previous messages: "RE: CF and credit card transactions". When I wrote it I didn't know Verisign bought CyberCash... but it's a good thing. Verisign is much better.

Re: query name vs. query object

2001-12-06 Thread BILLY CRAVENS
If your query is actually #request.thequery#, that variable becomes an object, not a string (the name of your query). Before your CFQuery tag, try dumping the name of your query into a separate string --- Billy Cravens - Original Message - From: "Alexander "just me" Apartsev" <[EMAIL PR

RE: OT: SPAM lists?

2001-12-06 Thread Paris Lundis
it is a classic age old elitism thing... oh yeah you should know... I know someone who broke into over 2000 computers years ago and someone else who distributed a widely acclaimed worm of its day... needless to say their argument and logic was the same understandably... OH THE DUMB ADMIN... Bein

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
No disrespect intended, but I would say that you should have been aware of the potential issues. "Lazy" and "incompetent" are strong terms. Perhaps "irresponsibly negligent" is better. If someone spreads viruses because their virus scanner didn't tell them they had to update it, that's negligen

RE: query name vs. query object

2001-12-06 Thread Steve Martin
in that case make sure you pass the literal name of the query into the CFOUTPUT tag. If you've called the query REQUEST.TheQuery then: Steve > -Original Message- > From: Alexander "just me" Apartsev [mailto:[EMAIL PROTECTED]] > Sent: 06 December 2001 18:20 > To: CF-Talk > Subject: quer

RE: CFFile Replacment

2001-12-06 Thread Mike Townend
Yes I have all that code done... The problem is if someone uploads a file called header.gif I get passed the name of the temporary file that is create ie c:\winnt\acer33.gif this I can then move etc... But how can I get hold of header.gif so that when I do the move the destination name is called h

query name vs. query object

2001-12-06 Thread Alexander \"just me\" Apartsev
Hello All, i have a custom tag making a query. I would like to access its results in another custom tag or else in the calling template. The custom tag making the query is called from another custom tag. doesn't work cause it needs a literal, not a query object. Is there a solution? Thanks i

RE: CFFile Replacment

2001-12-06 Thread Robert Everland
Is it a Windows computer. If so you can use Active X objects to read the file. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:11 PM To: CF-Talk Subject: RE: CFFile Re

RE: ODBC Datasources

2001-12-06 Thread Dave Watts
> Is there an easy way to get a list of ODBC datasources on the > server through ColdFusion? Yes. You can use CFREGISTRY to read the HKLM\SOFTWARE\ODBC\ODBC.INI key. If you want native data sources, you can read the appropriate CF registry key. > Also, given a datasource, is there a way to get

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
Well Len thanks for calling me lazy and incompetent. Until I got blacklisted I did not know about open relays. So how does that put me in either category? The mail server I was running had no documentation about the possible abuse of or even the existence of open relays. I'm the first to admit

RE: alternatives to MS SQL

2001-12-06 Thread Kurt Ward
Jon- Check into this MySQL interface: http://www.dbtools.com.br/index.php It has some very powerful import/export routines (MS SQL import, export as XML, etc.). I haven't used anything since for MySQL... Kurt -Original Message- From: jon [mailto:[EMAIL PROTECTED]] Sent: Thursday, Dece

RE: CFFile Replacment

2001-12-06 Thread Mike Townend
Sorry What im trying to do is allow file uploading when the administrator has disabled the CFFILE tag... I can get the file to the destination OK however I cannot find a way of working out what the original file was called... So I need to find the Orginal name of the file that is uploaded wi

RE: Can anyone from Macromedia help me with cfexecute problem in CF 5

2001-12-06 Thread Jesse Noller
what's the code? Jesse Noller Linux Fiend Macromedia Server Development [EMAIL PROTECTED] "You're not as stupid as you look, or sound, or our best testing indicates." -Mr. Burns, The Simpsons > -Original Message- > From: Robert Everland [mailto:[EMAIL PROTECTE

Re: Need your help - http header

2001-12-06 Thread Jamie Jackson
jamie On Fri, 7 Dec 2001 02:07:41 +0800, in cf-talk you wrote: >Does anyone got any idea how to generate a custom http header? > >Scenario: >Send http post to a url ie. http://localhost/receiver.cfm > >Receiver.cfm must read exactly the following: > > >

Re: SQL?

2001-12-06 Thread Jamie Jackson
That's good to know, however, as far as I an tell, that uses a simple numeric value (aggregate values) to sort on, whereas you are sorting arbitrarily. If you don't have access to the table itself, you can use something like QueryAddColumn to insert your arbitrary sort values into the query. Que

Can anyone from Macromedia help me with cfexecute problem in CF 5

2001-12-06 Thread Robert Everland
Ok I have narrowed my problem with cfexecute down to one .exe program I use. It works fine in regular command prompt. The same exact program executes fine with cfexecute in CF 4.5 sp2. What is wrong with this. Why does it not work. I am pulling out my hair. I have to have this program work

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
True - I wasn't thinking of malicious attacks, I was thinking of SPAM. - Original Message - From: "Len Conrad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 11:57 AM Subject: Re: OT: SPAM lists? > >I'll agree that a blackhole list for web serve

Need your help - http header

2001-12-06 Thread Rudy Rustam
Does anyone got any idea how to generate a custom http header? Scenario: Send http post to a url ie. http://localhost/receiver.cfm Receiver.cfm must read exactly the following: ~~ Get the mailserver that powers this list at http://www.coolfusion.

RE: alternatives to MS SQL

2001-12-06 Thread Jeremy Allen
Ben, You might check out Interbase. It is free as in BEER source code included, yet has borland backing it for full support. It is not an enterprise scale database, but for a mid to large sized application it is a good choice. It has pretty GUI client for windows etc. Thanks Jeremy Allen el

Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad
>I'll agree that a blackhole list for web servers is a great idea. >Definitely a far greater risk and traffic waste than open relays. You can only say that since you haven't been the victim of a mutli-week, high-source-bandwidth DoS and other malicious attacks mounted through 1000's and 1000's

Re: Weird problem with CF-Talk on newsgroups

2001-12-06 Thread Jamie Jackson
Dimo asked privately how to post to the group via a newsreader. Steps: 1. Subscribe to the digest version of cf-talk, and have your email client filter those digest emails straight to the trash can. 2. Use fuseware.com as your news server. 3. Your news reader should support "reply by email" and "

Re: OT: SPAM lists?

2001-12-06 Thread Len Conrad
>And shutting people down with no warning is also inexusable People running open relays are lazy or incompetent, so sending them a warning, even automated (no labor) won't energize them or power up their skills. In 2001, every mail admin has used up his "virtual three strikes". No excuse, no

Re: SQL?

2001-12-06 Thread Douglas Brown
I see this in the SQL help files, but not sure how to write out the query for it Order Arranges members of a specified set, optionally preserving or breaking th e hierarchy. Syntax Order(«Set», {«String Expression» | «Numeric Expression»} [, ASC | DESC | BASC | BDESC]) Remarks There are two

Re: problems with files on unix and CFPOP

2001-12-06 Thread Alexis Maldonado
oh cool.. ill try that.. - Original Message - From: "Alex" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 11:35 AM Subject: Re: problems with files on unix and CFPOP > use cfexecute to chmod the files > > On Thu, 6 Dec 2001, Alexis Maldonado wrot

Anyone with AS/400 Client access and CF 5 verify this?

2001-12-06 Thread Robert Everland
That times out on me, could someone see if it does on thier machine also. Robert Everland III Dixon Ticonderoga ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

ODBC Datasources

2001-12-06 Thread tom muck
Is there an easy way to get a list of ODBC datasources on the server through ColdFusion? Also, given a datasource, is there a way to get a list of tables from that datasource? tom ~~ Get the mailserver that powers this list at http://www.coolfusio

Re: SQL?

2001-12-06 Thread Alex
add a new DB field with numbers to correspond to how you want to order so... OrderField : Name = 1 : CPU 2 : RAM 3 : HDD 4 : VIDEO CARD 5 : SOUND CARD On Thu, 6 Dec 2001, Douglas Brown wrote: > I thought I should be more specific. > > The query I run pulls 19 records > > IE:

Re: problems with files on unix and CFPOP

2001-12-06 Thread Alex
use cfexecute to chmod the files On Thu, 6 Dec 2001, Alexis Maldonado wrote: > ok.. im using CFPOP to get email right.. > > when the attachments are received the permissions are only set > to read/write for user and group [nobody] > wich is what the CF server user & group is.. > > so everytim

Re: SQL?

2001-12-06 Thread Jamie Jackson
In tables where I need arbitrary sorting ability, I've set up a numeric "sortby" field, wherein I order items manually (could get tedious if you have 100 rows in a table, but I never have that many in an arbitrarily-sorted table). I set the default value to, say, 100 or 1000, so that items are aut

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
I'll agree that a blackhole list for web servers is a great idea. Definitely a far greater risk and traffic waste than open relays. - Original Message - From: "Paris Lundis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 11:20 AM Subject: RE: OT: S

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
To avoid Nimda, CodeRed, et al, I usually leave the network cable unplugged when installing. I then disable IIS, replug the network cable, install SP, then turn IIS back on. Pretty simple. Personally, I think it's OK to get blocked.. as long as notification and retesting happen in a timely fash

  1   2   >