Coldfusion and COM Limitations

2002-05-31 Thread Kola Oyedeji
Hi We have a site which we are considering moving to CF from ASP. The site makes extensive use of COM objects so I wondered if they could be *easily* re-used. Does anyone know any restrictions/limitations or any other gothcas which could cause a problem? Thanks in advance Kola

Downloading CFMX

2002-05-31 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Hi, I want to download CFMX over a 56k modem, so I can use the developer

RE: IE 6.0 Bug??

2002-05-31 Thread Adrian Lynch
I'll have some of that too :O) [EMAIL PROTECTED] -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 04:34 To: CF-Talk Subject: Re: IE 6.0 Bug?? I have the problem reduced to a simple .html file and a .css style sheet that goes with it if someone want

RE: Verity w/ Queries

2002-05-31 Thread Philip Arnold - ASP
Has anyone had any Verity issues w/ CF 5? I am indexing a Query and the bottom records of my recordset are not being indexed. If I reverse the ORDER BY, then the records that are not being indexed are FOUND. THis seems like a bug... any Ideas? I don't have maxrows specified at all

RE: Quick question on custom tags

2002-05-31 Thread Philip Arnold - ASP
Are there any internal implemenation details which make cfmodule faster than the cf_ syntax, or was this what you were refering to? Just curious... CFMODULE naturally runs faster than CF_, it's to do with the way it's calling the custom tag There are general issues with using CF_ and the

CFC browser

2002-05-31 Thread John Beynon
I understand that the CFC browser in DWMX is looking at the RDS to obtain the list of CFCs on the server. ok, so if i've added a virtual path in the jrun-www.xml file pointing to a folder outside the c:\cfusionMX folder how can i make it appear in the CFC browser? Also, i if i browse to the

Re: CFC browser

2002-05-31 Thread Todd
John, you need to have a custom mapping to the CFCs in the CFADMIN. CFCs sort of work the same way as custom tags... looks local first and then it looks through the mappings. Without that mapping, the CFMX server won't be able to find it. So, if my cfcs are in: /folder/cfcs/test.cfc I

RE: CFC browser

2002-05-31 Thread John Beynon
Excellent, I figured it might be something along those lines - thanks for that, John. -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 11:31 To: CF-Talk Subject: Re: CFC browser John, you need to have a custom mapping to the CFCs in the CFADMIN.

Re[2]: OT: scrolling tables

2002-05-31 Thread Critz
oi Jon!! cheers mate. -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion Thursday, May 30, 2002, 11:45:06 PM, you wrote: JH Couple different ways, most use the css overflow property,

RE: Coldfusion and COM Limitations

2002-05-31 Thread Philip Arnold - ASP
We have a site which we are considering moving to CF from ASP. The site makes extensive use of COM objects so I wondered if they could be *easily* re-used. Does anyone know any restrictions/limitations or any other gothcas which could cause a problem? This REALLY depends on your version of

Re: word without word on the server

2002-05-31 Thread Dave Hannum
Well I'll be. . . It's gone! My bookmark does not work any more. Well, all I can say is what I said. Simply create an RTF template of what you want, then use CF to populate the dynamic areas. Works great. Sorry about the bad link. I used CFCOMET a lot - just not in the past month or so.

RE: DWMX + CFMX as standalone server

2002-05-31 Thread Debbie Dickerson
Which release of CFMX are you using? Sometime just prior to the Preview Release, CF was changed to use port 8500 rather than 8100. Deb -Original Message- From: Patti G. L. Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:27 PM To: CF-Talk Subject: DWMX + CFMX as

RE: scrolling tables

2002-05-31 Thread Joshua Tipton
Set a z-index in the style property on the table, tr, or td and then that part will scroll. Joshua Tipton -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:59 PM To: CF-Talk Subject: RE: scrolling tables I've seen this done with iframe

more on RE:cffile parsing problem

2002-05-31 Thread Seamus Campbell
Many thanks to all who answered my previous query. I ended up using Anthony's solution (thanks Anthony) However I have one more problem now I have one record: SUS,,0133102858,Heinermans Encyclopedia of Nuts, Berries and Seeds,HEINERMAN JOHN,29.95,1,TP,1995, which has a comma in the middle of a

RE: Access SQL stored procs

2002-05-31 Thread Chris Lofback
I've seen errors like this when sending a NUMERIC CF datatype to a BIGINT datatype field. I used to always use NUMERIC for any numeric data (seems like it should work, right?) but I've had the occasional problem with it (mainly in Oracle). If the field datatype is BIGINT, try switching the

RE: IE 6.0 Bug??

2002-05-31 Thread Tony_Petruzzi
remove the # background-color: 66 Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 5:31 AM To: CF-Talk Subject: RE: IE 6.0 Bug?? I'll have some of that too

File selection...is this possible?

2002-05-31 Thread phumes1
Hi, I have an application where I'm listing multiple files and I require to select certain files in that list or all files. I had the idea of display radio buttons beside each filename and have the user select which files are required and pass all the filenames to another template for

RE: File selection...is this possible?

2002-05-31 Thread Tony_Petruzzi
you could just put the files names into the select box and use the multiple parameter select name=selectfiles size=5 multiple option value=file1The file name/option option value=file2The file name/option option value=file3The file name/option option value=file4The

Re: File selection...is this possible?

2002-05-31 Thread Hatton Humphrey
It is possible but only in using a form select box and having the multiple option turned on... select name=FileName multiple option value=../option /select Hatton phumes1 wrote: Hi, I have an application where I'm listing multiple files and I require to select certain

Bulk email servers...

2002-05-31 Thread Kevin Langevin
Hi all- Just wanted to see if I could get some testimonials for bulk email servers. I'm looking for something that won't spit out its own skull when trying to send out a few million emails overnight, and hopefully something with decent list scrubbing capabilities. Thoughts, comments,

RE: Coldfusion and COM Limitations

2002-05-31 Thread Dave Watts
CF4.5's COM support was pathetic at best CF5's is a lot better, but still not perfect CFMX's is meant to be almost as good as you can get I'd dispute that. I've run several COM apps that worked with CF 4 and 5 (and even CF 3!) on CF MX, and some work while others don't. CF MX uses a

RE: Coldfusion and COM Limitations

2002-05-31 Thread Dave Watts
We have a site which we are considering moving to CF from ASP. The site makes extensive use of COM objects so I wondered if they could be *easily* re-used. Does anyone know any restrictions/limitations or any other gothcas which could cause a problem? Yes, unfortunately, there are many

RE: Coldfusion and COM Limitations

2002-05-31 Thread Philip Arnold - ASP
I'd dispute that. I've run several COM apps that worked with CF 4 and 5 (and even CF 3!) on CF MX, and some work while others don't. CF MX uses a third-party COM interface for Java, JIntegra. I suspect that it has some limitations. True, I should have put As good as they've got - it's better

RE: IE 6.0 Bug??

2002-05-31 Thread Ryan Kime
Thought I would chime in on this... The form element doesn't seem to like css properties that much so I would suggest defining a css class and using it on a table that wraps around the form. Define it by naming something with a period in front of the name, then use the class= within the

Re: Downloading CFMX

2002-05-31 Thread Lewis Sellers
On Fri, 31 May 2002 09:41:40 +0100, in cf-talk you wrote: I want to download CFMX over a 56k modem, so I can use the developer version at home. This download can take about 7 hours, so I want to download it in stages using a download manager, but when I orignally tried to do this my download

RE: File selection...is this possible?

2002-05-31 Thread phumes1
Ah...ok... How would I populate the below selection box using a input file that I generate from my cfexecute command? All I require in the selection box would be the page numbers 165, 166..etc. Everything else I want to throw out. Here is the contents of the file: = = = = = = = = = = = = = =

RE: Coldfusion and COM Limitations

2002-05-31 Thread Kola Oyedeji
Thanks for the feedback I've never used COM so I'm hoping it wont be too much trouble. Is it true that once the object is loaded in memory it can be destroyed from CF? Kola -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 14:22 To: CF-Talk

Multiple Record Update

2002-05-31 Thread Terry
Hi-- I have a form that displays multiple records populated from the database. Something like this: Department EmployeeName Add1(text input) Add2(text input) City (text input) EmployeeName Add1(text input) Add2(text input) City (text input) . . Department

RE: DWMX + CFMX as standalone server

2002-05-31 Thread Ben Forta
Are you sure it is port 8100? That was the default in early betas, but the final version (and the preview release of a few weeks ago) default to 8500. Might want to check that. --- Ben -Original Message- From: Patti G. L. Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002

RE: Multiple Record Update

2002-05-31 Thread Philip Arnold - ASP
I have a form that displays multiple records populated from the database. Something like this: Department EmployeeName Add1(text input) Add2(text input) City (text input) EmployeeName Add1(text input) Add2(text input) City (text input) . . Department

Re: Coldfusion and COM Limitations

2002-05-31 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kola Oyedeji wrote: |Thanks for the feedback | |I've never used COM so I'm hoping it wont be too much trouble. |Is it true that once the object is loaded in memory it can be destroyed |from CF? yeah just set the com object to something else ie a

Re: Coldfusion and COM Limitations (Test Results)

2002-05-31 Thread Joe Bastian
From Macromedia documention (ColdFusion MX - Migrating ColdFusion 5 Applications) Marcomedia has admitted calling COM Objects to be slower in CFMX cause they use JNI. Macromedia tests results for calling COM Objects were ColdFusion 5 completed = 50 Milliseconds ColdFusion MX completed = 2-3

The mystery of the GUI issues in HomeSite+

2002-05-31 Thread todd
Well, bad news... I finally got an answer back from MACR Techsupport. Apparently the gui in HomeSite+ has been locked down because of the adobe lawsuit. http://www.macromedia.com/support/homesite/releasenotes/plus/releasenotes_plus.html#known All I have to say is... #*@!^$!!! I hope they

RE: Coldfusion and COM Limitations

2002-05-31 Thread Dave Watts
I've never used COM so I'm hoping it wont be too much trouble. Is it true that once the object is loaded in memory it can be destroyed from CF? yeah just set the com object to something else ie a com object is called com_object1 cfset com_object1= kills it Unfortunately, this

RE: Coldfusion and COM Limitations (Test Results)

2002-05-31 Thread Philip Arnold - ASP
From Macromedia documention (ColdFusion MX - Migrating ColdFusion 5 Applications) Marcomedia has admitted calling COM Objects to be slower in CFMX cause they use JNI. Macromedia tests results for calling COM Objects were ColdFusion 5 completed = 50 Milliseconds ColdFusion MX completed =

Re: Bulk email servers...

2002-05-31 Thread Alex
qmail On Fri, 31 May 2002, Kevin Langevin wrote: Hi all- Just wanted to see if I could get some testimonials for bulk email servers. I'm looking for something that won't spit out its own skull when trying to send out a few million emails overnight, and hopefully something with decent

CFC questions

2002-05-31 Thread Rich Wild
over on the UK CFUG list we've been encountering a few problems with CFCs whilst using the following build of CFMX: ColdFusion Server Developer 6,0,0,46617 We've discovered that a) we were having issues with changing a CFC's code, rerunning it and finding that the cached version was being run.

RE: Coldfusion and COM Limitations

2002-05-31 Thread Philip Arnold - ASP
I've never used COM so I'm hoping it wont be too much trouble. COM, not too much trouble? HAHAHAHAHAHAHA! Sorry... Haven't had such a good laugh in ages COM can be a nightmare at times - don't go in thinking that it's going to be an easy process - if the COM object doesn't expost it's

RE: CFC questions

2002-05-31 Thread Andre Turrettini
I've noted several cacheing issues have vanished in the release version. Dont know about the query biz. DRE -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 8:03 AM To: CF-Talk Subject: CFC questions over on the UK CFUG list we've been

RE: CFC questions

2002-05-31 Thread Simon Horwith
in the preview release, the caching issue seems to have vanished. I'm not encountering that behavior at all. Haven't tried passing a structure containing a query from a component yet, so I can't help you on that one. ~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced

RE: Re[2]: Preventing user from going back

2002-05-31 Thread Rick Walters
If the question has turned into: can you secure an application on the client side? the answer is no. If a user has access to the security source code then a way can always be devised to crack it. In my own investigation of this same topic I have concluded that the javascript cache clearing is

RE: CFC questions

2002-05-31 Thread Dan G. Switzer, II
Rich, The QueryBean issue w/createObject() when invoked as a Web Service is a known bug and is scheduled to be fixed by Macromedia. You're better off invoking it as a component if the CFC is to be used locally. (Also, createObject will choke on any query object, not just those created by the

RE: CFC questions

2002-05-31 Thread Rich Wild
in case anyone gets time to test this on a newer build, here's the code we used: cfcomponent cffunction name=myComponent access=remote returnType=struct cfscript myStruct = structnew(); mystruct.qry = querynew(col1);

RE: CFC questions

2002-05-31 Thread Rich Wild
ah thanks Dan, in this case, please ignore my last post. Trusted Cache was not activated for this build. -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 15:27 To: CF-Talk Subject: RE: CFC questions Rich, The QueryBean issue

System Probe Question

2002-05-31 Thread Frank Mamone
I'm trying to find the screen to define a DEFAULT system probe in Cf Admin as is described in the help files but I can't seem to find it. Can some one help??? Thanks __ Get the mailserver that powers this list at

RE: CFC questions

2002-05-31 Thread Kumaran Nallore
a) we were having issues with changing a CFC's code, rerunning it and finding that the cached version was being run. We could only fix this by stopping and restarting the CFMX service Web services are cached and the 2 ways to refresh this cache is to: 1) Restart the server, which you did, or

RE: top 10 custom tags?

2002-05-31 Thread Brian Eckerman
What about the (fusebox) cf_formurl2attributes. -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:10 PM To: CF-Talk Subject: top 10 custom tags? Hi all, I'm finishing the completely rewritten ColdFusion MX for Dummies and would

Re: System Probe Question

2002-05-31 Thread todd
Isn't that only available in CF-Enterprise? Professional users don't get a probe. :( On Fri, 31 May 2002, Frank Mamone wrote: I'm trying to find the screen to define a DEFAULT system probe in Cf Admin as is described in the help files but I can't seem to find it. Can some one

Re: DWMX + CFMX as standalone server

2002-05-31 Thread Patti G. L. Hall
Yeah, That's my problem. I'm still running an older Beta. I never upgraded to the Preview release. Thanks. -Patti - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 31, 2002 10:02 AM Subject: RE: DWMX + CFMX as standalone server

RE: System Probe Question

2002-05-31 Thread Rich Wild
what version do you have Frank? probes are only in enterprise afaik -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 15:30 To: CF-Talk Subject: System Probe Question I'm trying to find the screen to define a DEFAULT system probe in Cf Admin

Re: scrolling tables

2002-05-31 Thread Simon Whittaker
like this style=z-index : auto; or have I got completely the wrong idea? Simon - Original Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 31, 2002 1:05 PM Subject: RE: scrolling tables Set a z-index in the style property on the table,

RE: Re[2]: Preventing user from going back

2002-05-31 Thread Chris Lofback
What I've done to try to prevent this is use CFHEADER to tell the browser not to cache. I made the following code into a Custom Tag and call it from my app_layout.cfm (Fusebox). This should force each page to reload from the server. If you are checking for a valid login with each page load,

Re: System Probe Question

2002-05-31 Thread Frank Mamone
I'm using the trial version. I though the trial was enterprise. k then. - Original Message - From: Rich Wild [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 31, 2002 10:25 AM Subject: RE: System Probe Question what version do you have Frank? probes are only in

RE: scrolling tables

2002-05-31 Thread Shawn Grover
Or a DIV with scrolling set to Yes. But this will likely only work in IE 5.5+ Shawn Grover -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 8:59 PM To: CF-Talk Subject: RE: scrolling tables I've seen this done with iframe but I'm not sure

RE: Re[2]: Preventing user from going back

2002-05-31 Thread Chris Lofback
I forgot to mention that the code needs to go before any HTML code, including !DOCTYPE tags. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: Chris Lofback [mailto:[EMAIL PROTECTED]] Sent: Friday, May

RE: DWMX + CFMX as standalone server

2002-05-31 Thread Christine Lawson
Hi Patti, You can download a trial from http://www.macromedia.com/software/trial_download/ or purchase ColdFusion MX by going to http://www.macromedia.com/buy/. Best Regards, Christine -Original Message- From: Patti G. L. Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 10:35

Re: System Probe Question

2002-05-31 Thread todd
So, you don't see it in the CFAdmin under Debugging Logging? 'System Probes'... I see it on mine. ~Todd On Fri, 31 May 2002, Frank Mamone wrote: I'm using the trial version. I though the trial was enterprise. k then. - Original Message - From: Rich Wild [EMAIL PROTECTED]

RE: scrolling tables

2002-05-31 Thread Joshua Tipton
Sorry man I told you the wrong thing. It is this style=OVERFLOW-Y: auto; -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 9:47 AM To: CF-Talk Subject: Re: scrolling tables like this style=z-index : auto; or have I got completely the wrong

CFCOMET - can't access site

2002-05-31 Thread Peter Lutwyche
Anyone know of any reason why www.cfcomet.com would not be available. Haven't been there for a while but keep getting a 404 today. Regards Pete Lutwyche Website: http://www.mourant.com The information in this email is confidential. The contents may not be disclosed or used by anyone other

CommonSpot feedback

2002-05-31 Thread Venable, John
Hello, Anyone have any experience with CommonSpot? Good? Bad? Any competitors I should know about? Feel free to reply off list. Thanks, John Venable [EMAIL PROTECTED] Director of Web Architecture, Epilepsy Foundation

Re: OT: scrolling tables

2002-05-31 Thread Critz
oi Critz!! ok..using the example with the overflow...any idea how to line up the table?? the scrollbar throws off the alignment -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May

RE: Coldfusion and COM Limitations

2002-05-31 Thread Kola Oyedeji
Well Perhaps I'll re-write it with cfcs instead!! Kola -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 15:09 To: CF-Talk Subject: RE: Coldfusion and COM Limitations I've never used COM so I'm hoping it wont be too much trouble. COM, not

Re: Multiple Record Update

2002-05-31 Thread Jason Miller
On the page that processes just send over the Unique identifier/primary key - and all the variables. use the cfupdate tag to update database records. If updating multiple tables - On small forms - I just set a cfupdate tag for each table and enter the values to be updated. Here is an example

RE: scrolling tables

2002-05-31 Thread Shawn Grover
I just tried out the z-index suggestion. Put it in the table, tr, and td tag (one at a time) - no scolling occured. but, I have to wonder what a z-index would have to do with scrolling. Scrolling is a horizontal movement, whereas z-index is a depth value... so I'm a bit confused if there IS a

RE: CommonSpot feedback

2002-05-31 Thread Ronald West
Common Spot is an awesome product. Recommend it highly. :) - Ron -Original Message- From: Venable, John [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 11:06 AM To: CF-Talk Subject: CommonSpot feedback Hello, Anyone have any experience with CommonSpot? Good? Bad? Any

RE: OT: scrolling tables

2002-05-31 Thread Joshua Tipton
This should work. Joshua Tipton Table tr tdHeaders for table/td /tr tr td style=OVERFLOW-Y: auto; table tr tdYourStuff/td /tr /table /td /tr /table -Original

RE: CFCOMET - can't access site

2002-05-31 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
I got the error: No website configured at that address.. Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: Peter Lutwyche [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 10:03 AM To: CF-Talk Subject: CFCOMET - can't

RE: scrolling tables

2002-05-31 Thread Joshua Tipton
Yeah I am working on 3 projects at once and meant like this but I was working on a z index problem. Table tr tdHeaders for table /tr tr td style=OVERFLOW-Y: auto; table tr tdYourStuff/td /tr

Rounding in Access

2002-05-31 Thread Robert Orlini
I know this was answered nicely before and I tried the suggestion, but it did not work. In Access I have quite a few number fields that I want to display figures with decimals such as: 210.52. When I do a SQL update using CF it rounds off the decimal place and I get 201 as data. I set the

RE: scrolling tables

2002-05-31 Thread Shawn Grover
Sorry Joshua, my previous posts were before I saw this message. but the overflow-y option isn't working either. Is there some condition that needs to be met before scolling will be kicked in (maybe the height/width of the cell in question)? -Original Message- From: Joshua Tipton

RE: The mystery of the GUI issues in HomeSite+

2002-05-31 Thread Ken Wilson
Wow, that is bad news. Sounds like they gutted some nice features. Ken -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 10:03 AM To: CF-Talk Subject: The mystery of the GUI issues in HomeSite+ Well, bad news... I finally got an

RE: CFCOMET - can't access site

2002-05-31 Thread Chris Lofback
I was on their site a week or two ago and noticed they were asking for contributions to keep the site going. Did they go under? Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: LANCASTER, STEVEN M.

RE: scrolling tables

2002-05-31 Thread Joshua Tipton
Sorry man you need to put a div in like below. I had to go back and look at some previous code. Joshua Tipton Table tr tdHeaders for table/td /tr tr td DIV style=OVERFLOW-Y: auto; WIDTH: 100%; HEIGHT: 100% table tr

Re: scrolling tables

2002-05-31 Thread Jason Miller
I used the div tags since they were friendlier than iframe and others. IN fact -this does work in all IE - here a snap shot of my code - div class=leftsection style=position:absolute; width:225px; height:222px; z-index:1; overflow: auto; scrollbar-base-color: #334051; scrollbar-arrow-color:

RE: Bulk email servers...

2002-05-31 Thread Ryan Kime
This is to everyone on the list, I don't know what the guidelines are for this list concerning responses to items like this. I think as developers, we have an obligation to decide who to help if it's something that might use technology in a harmful way. If this was a bomb squad mail-list, we

Re: OT: scrolling tables

2002-05-31 Thread Joe Bastian
How does this really work? is there an example online? Joe - Original Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 31, 2002 11:16 AM Subject: RE: OT: scrolling tables This should work. Joshua Tipton Table tr

RE: scrolling tables

2002-05-31 Thread Shawn Grover
Ok, that makes more sense. Your example still didn't work (cut and paste it verbatim, no luck, added a large block of text, no luck). Not until I took off the outer table, header row, and cell. End result was something like this: DIV style=OVERFLOW-Y: auto; WIDTH: 100%; HEIGHT: 100%

RE: CommonSpot feedback

2002-05-31 Thread Ian Lurie
Haven't found anything like it at that price... -Original Message- From: Venable, John [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 8:06 AM To: CF-Talk Subject: CommonSpot feedback Hello, Anyone have any experience with CommonSpot? Good? Bad? Any competitors I should

COM and Variable names with MX

2002-05-31 Thread Frank Mamone
I ran the code analyzer on our website and one of the errors it came up with was the way the variables are used. It say dot notation for variable names can no longer be used. I my case I'm trying to set a property of a COM object. So: cfobject type=COM name=MyObj

RE: Multiple Record Update

2002-05-31 Thread Philip Arnold - ASP
On this, try to avoid using CFINSERT and CFUPDATE - they're horrible and slow, not to mention having memory leaks at times... Use real SQL as much as you can Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited Switchboard: +44 (0)20 8680 8099 Fax: +44 (0)20

Re: Verity w/ Queries

2002-05-31 Thread Jason Miller
I am experiencing problems with indexing as well - seems like the indexing is having trouble finishing... but when it does - it seems to include all the records. I am having it index 9000 word documents. I am not familair with cfdump though and the verity. Do I need to call that seperately or

CFMAIL - Relay

2002-05-31 Thread Paul Giesenhagen
A while back on this list, I remember a discussion on using cfmail to send out emails with the FROM address being outside of list of users on a mail server, but the mailserver not allowing any relaying. There was a way around this with CFMAIL so we can send out emails FROM a user to another

Re: Coldfusion IP Host Banning - Need something stronger

2002-05-31 Thread Jason Miller
Thanks! - that is crazy - it may take them a while to figure it out.. Great solution - although seems really a severe privacy policy issue thanks again - jay miller Justin Scott wrote: And this works great. But I have some persistent users that I banned about 15 IP's for 1 person,

Re: Rounding in Access

2002-05-31 Thread Marlon Moyer
Set the type as a Single or Double. Long Integers hold only integer (i.e. no decimal) values. At 11:13 AM 5/31/2002 -0400, you wrote: I know this was answered nicely before and I tried the suggestion, but it did not work. In Access I have quite a few number fields that I want to display

newbie installation problems

2002-05-31 Thread Kernel Sanders
I have been using a 4.5 demo version of CF and have now tried to install CF v4.5. (OS is Win2000) I have tried to uninstall, reinstall, delete registry entries, delete directories after uninstall. I think there may be a file left over that is hanging me up because it always says stopping Cold

Re: Rounding in Access

2002-05-31 Thread Jason Miller
Wouldn't just setting the value to DecimalFormat(Number) work? that instructs coldfusion to keep it as decimals - and when it updates your db - as long as that field is set to numbers and decimal it should all work. jay Robert Orlini wrote: I know this was answered nicely before and I tried

Re: Multiple Record Update

2002-05-31 Thread Jason Miller
Really? Even for just the small forms? - this works quite quickly on the small forms - upon clicking submit I see the confirmation page instantly. I'll keep that in mind though the SQL is more powerful anyhow Philip Arnold - ASP wrote: On this, try to avoid using CFINSERT and CFUPDATE -

RE: Multiple Record Update--Resolved

2002-05-31 Thread Terry
Thanks Phillip, That got me going in the right direction. *** REPLY SEPARATOR *** On 5/31/02 at 3:03 PM Philip Arnold - ASP wrote: I have a form that displays multiple records populated from the database. Something like this: Department EmployeeName Add1(text

RE: Bulk email servers...

2002-05-31 Thread Ian Lurie
I have to be the lefty on this: He's innocent until proven guilty. What if he's building an e-mail server for the armed forces? Or the AFL-CIO? Both could easily mean that one newsletter would mean millions of e-mails. He didn't say he'd send them EVERY night. Sorry, the defense attorney in me

Re: Bulk email servers...

2002-05-31 Thread Kevin Langevin
I absolutely respect your thoughts on this topic, Ryan. There are many lists over 1,000,000 emails on the Internet. I previously worked for eDiets.com, whose opt-in email list is over 15,000,000 names as of about 4 months ago. I'm sure it's significantly larger than that by now. The company I

cfcomet

2002-05-31 Thread Deanna Schneider
About a month or two ago, the owner of cfcomet announced that he was having difficulties maintaining the site. He asked for donations. (If you look at the cached page on cfgoogle, you can even see where he had paypal donations set up). He also asked for a new home for the material. Obviously,

RE: Verity w/ Queries

2002-05-31 Thread Philip Arnold - ASP
I am experiencing problems with indexing as well - seems like the indexing is having trouble finishing... but when it does - it seems to include all the records. I am having it index 9000 word documents. I have a tendency of doing a CFSEARCH immediately on a CFINDEX and comparing it to the

Question for the experts... Can I change content after its already in CF Server's buffer?

2002-05-31 Thread Jon Block
Here's a challenge... I need to have my META Keyword and description tags as the first tags in my head tag. For example, HTML HEAD meta name=description content=Welcome to the animal farm. meta name=keywords content=dog, cat SCRIPT language=javascript (lots of scripts) /SCRIPT /HEAD BODY

RE: Multiple Record Update

2002-05-31 Thread Philip Arnold - ASP
Really? Even for just the small forms? - this works quite quickly on the small forms - upon clicking submit I see the confirmation page instantly. I'll keep that in mind though the SQL is more powerful anyhow What you've got to remember is that CFUPDATE is ugly, code wise, it does all

Re[2]: scrolling tables

2002-05-31 Thread Critz
oi Shawn!! perhaps, I'm just not getting it. I couldn't get the other one to work either. but my problem is aligning the headings with the rest of the td cells. and doesn't a table within the table cells kill the alignment? -- Critz Certified Adv. ColdFusion Developer Crit[s2k] -

ColdFusion Server 5.0 trial download?

2002-05-31 Thread UXB Internet
Vernon Viehe [mailto:[EMAIL PROTECTED]] said: Since CFStudio is no longer a product for sale, there's no trial of it. How about CF Server 5.0 is the upgrade from 4.0.1 still available for us slow to adopt and you aren't supporting my web server with MX people? Best regards, Dennis Powers

RE: Question for the experts... Can I change content after its already in CF Server's buffer?

2002-05-31 Thread Philip Arnold - ASP
Here's a challenge... I need to have my META Keyword and description tags as the first tags in my head tag. For example, Here's another way of looking at it Do you use CFFLUSH? If not, put the HEADER parts into a variable, and the change them if needed At the bottom of the page use CFHEADER

Re: Bulk email servers...

2002-05-31 Thread Michael Dinowitz
The HoF server sends out about a million messages a day (weekday). __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

RE: Question for the experts... Can I change content after its already in CF Server's buffer?

2002-05-31 Thread Jon Block
Yes... that would do it! Thanks. - Jon -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 12:07 PM To: CF-Talk Subject: RE: Question for the experts... Can I change content after its already in CF Server's buffer? Here's a challenge...

Re: scrolling tables

2002-05-31 Thread Jason Miller
Man that is great - Also - this company has some powerful scrollling css - not sure if specific to tables but worth a look - http://www.projectseven.com/ Tyler Silcox wrote: Man, I've been looking for something like this for awhile and have been playing around with it for the last

  1   2   >