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: 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: 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

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

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

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

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 td the td becomes extra large because the field is not wrapping, and I'm not even

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

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:

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:

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 Forums

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).

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

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

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

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

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 CFWDDX tag, but the service can't parce wddx packets. Thanks! - JR ~~ Get

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

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: cftry cfobject action=CREATE type=COM

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,

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 cfheader jamie On Fri, 7 Dec 2001 02:07:41 +0800, in cf-talk

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 with

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

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.

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

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

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

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 ,wbr 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

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

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

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... cflock timeout=35 throwontimeout=No name=Getthelogin type=READONLY cfif IsDefined(Session.login) cflocation url=get_user_info.cfm?#thecfidstuff# addtoken=No

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

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

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

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

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: 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 me

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 the

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: 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 ;-) cfhttp url=http://www.yahoo.com/customer/file.sms; cfhttpparam type=CGI name=Authorization value=Password 123456jkl !--- don't know if you need to include the following, or if CF figures it out ---

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: cflock timeout=35 throwontimeout=No name=getthelogin type=EXCLUSIVE 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

Re: An Error that is driving me crazy!

2001-12-06 Thread Douglas Brown
You might try this cflock timeout=35 throwontimeout=No name=Getthelogin type=READONLY cfif IsDefined(Session.login) /cflock cflocation url=get_user_info.cfm?#thecfidstuff# addtoken=No cfelse cflock timeout=35 throwontimeout=No name=Getthelogin type=EXCLUSIVE cfset session.checkout = Yes /cflock

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

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

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

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

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

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: 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

a href target= question

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

Re: a href target= question

2001-12-06 Thread Marius Milosav
You have to put the following on your pop up window: body onLoad=window.focus () 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

RE: a href target= question

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

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

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

<    1   2