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


__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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
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 manager did not kick in.  Can CFMX be downloaded
using a manager or not?

Thanks

Stephen


**
Westminster City Council switchboard: 
+44 20 7641 6000
**
This E-Mail may contain information which is 
privileged, confidential and protected from 
disclosure.  If you are not the intended recipient 
of this E-mail or any part of it, please telephone 
Westminster City Council immediately on receipt.
You should not disclose the contents to any other 
person or take copies.
**
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 to take a crack at it... :-)

At 08:14 PM 5/30/02 -0700, you wrote:
Changing to ...-color: in the FORM .css file statement effects
no-change. it still renders the color and causes the text to not
display... unless I drag the scroll bar causing the browser to re-paint  the
scrolled area of the  page. Then the text becomes visible.


I don't want the entire page background to be  #66 in color so I have
not used that approach..

It's maddening at the  moment!  Pulling the color statement out leaves the
Form white... 


At 10:01 PM 5/30/02 -0400, you wrote:
2 suggestions
1 - move it into the body tag
body {
background-color: #66;
}

2 - background-color: #66;

one of those should do it - I recommend #1
jay miller

Brian Scandale wrote:

 Just installed on a site that is exclusively IE 6.0 and suddenly some
very simple text is not displaying...

 So I hit it with IE 5.5 and all is OK.

 Next I pulled the View/Source output apart and everything looks OK.

 Discovered that if I pull the background statement,(SeeBelow) out of the
css file then it displays properly... but that's a bummer because that
ruins the esthetics of the page.

 Is there something wrong with my .css statement that anyone can tell?

 FORM {  font-size : 11px;
 background : #66;  ---theBadActor
 border : thin outset;
 }

 Thanks for Looking at this.

 ~Brian

 



__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 and my query is
 returning the proper data... seems lost in CFINDEX.

Have you tried CFDUMPing out the query before you CFINDEX it? Sometimes
the query you're looking at might not quite be what you're expecting

Check it's all there first

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 server caching the code,
but that can be got around

General advice is to use CFMODULE anyways, it doesn't look as pretty
in the code, but it does work better

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 CFC location to view the 'introspection':

Component not found

The component definition file for component 'Security' cannot be found on
this server. 
 
get's returned...
 
do i have to store all CFC's in a physical folder of the web root and not
virtual directories?
 
many thanks,
 
john.



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 would map:
/folder

HTH,
~Todd

At 11:18 AM 5/31/2002 +0100, you wrote:
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 CFC location to view the 'introspection':

Component not found

The component definition file for component 'Security' cannot be found on
this server.

get's returned...

do i have to store all CFC's in a physical folder of the web root and not
virtual directories?

many thanks,

john.




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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.  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 would map:
 /folder
 
 HTH,
 ~Todd
 
 At 11:18 AM 5/31/2002 +0100, you wrote:
 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 CFC location to view the 'introspection':
 
 Component not found
 
 The component definition file for component 'Security' 
 cannot be found 
 on this server.
 
 get's returned...
 
 do i have to store all CFC's in a physical folder of the web 
 root and 
 not virtual directories?
 
 many thanks,
 
 john.
 
 
 
 
 
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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, which
JH doesn't work in NS4. If NS4 is necessary, I'd reccomend searching for
JH the Beehive DHTML library. I can't remember the site, but it lets you
JH do an inline scroll in NS4.
JH Otherwise here is some example code...it's very rough, but it
JH illustrates the idea.

JH style type=text/css
JH td {
JH width: 100px;
JH }
JH /style

JH div id=oLayer style=width: 250px; height: 100px;
JH div id=nav style=width: 100%; position: absolute;
JH table cellpadding=0 cellspacing=0
JH tr
JH tdColumn1/td
JH tdColumn2/td
JH tdColumn3/td
JH tdColumn4/td
JH /tr
JH /table
JH /div
JH div id=data style=width: 100%; height: 50px; overflow: auto; position: 
absolute; top: 30px;
JH table cellpadding=0 cellspacing=0
JH tr
JH tddata/td
JH tddata/td
JH tddata/td
JH tddata/td
JH /tr
JH tr
JH tddata/td
JH tddata/td
JH tddata/td
JH tddata/td
JH /tr
JH tr
JH tddata/td
JH tddata/td
JH tddata/td
JH tddata/td
JH /tr
JH /table
JH /div
JH /div


JH Thursday, May 30, 2002, 10:53:07 PM, you wrote:
C oi CF-Talk,!!
C   somewherepossibly  on  the  msdn  site  I've  seen  an example where table
C   headers are stationary, but the cells are scrollable.
C   anybody else seen this.or know where some Xamples are?
C   thanks

__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 ColdFusion

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

It also depends on what you want to call

In CF4.5 you can't call Methods that take parameters
In CF5 you can only call these in a limited way (and you have to know
the translation values for some defaults)
Not sure on CFMX as I haven't loaded it yet g

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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.

Dave


- Original Message -
From: David Mertz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 31, 2002 3:00 AM
Subject: Re: word without word on the server


Are you sure this is the right url.  I get a No web site is configured at
this
address. when I go there.

David Hannum (Ohio University) wrote:

 Check out www.cfcomet.com for some great tutorials on making Word docs
from
 RTF's.  I do it all the time.  You create a template in word, save it as
an
 RTF.  Then, save the RTF as a .CFM file, incorporate your CF tags in the
 right places to populate areas and voila!

 Dave

 - Original Message -
 From: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, May 30, 2002 4:36 PM
 Subject: Re: word without word on the server

  I think it's possible to do this in .RTF files that can be opened up in
  word, but ... without having access to some windows library, I don't
think
  it's possible (might want to look around on the CFDEVEX or CFX
galleries?)
 
  ~Todd
 
  On Thu, 30 May 2002, Deanna Schneider wrote:
 
   Hi Folks,
   I don't think this is possible, but I wanted to double check.
  
   Is it possible to write a word document on the fly that includes
 images,
   or more precisely, headers and footers? I can write the text (body)
 parts of
   it without a problem, and even get all the stupid mso-styles to work
   appropriately. But, when it comes to embedding images, I'm at a loss.
  
   By the way, we do not have word installed on the server, and we're not
   running IIS.
  
   -Deanna
  
  
   Deanna Schneider
   Interactive Media Developer
   [EMAIL PROTECTED]
  
  
  
 


__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 standalone server


I'm doubting that I'll get the answer I'm looking for, but thought I'd try.

I've had this problem for a while, but I've been ignoring it.  Now, I'd like to try 
and resolve the issure if I can.

I am using CFMX as a standalone server.  On the same machine I have CF5 installed.  I 
want to access my CFMX datasources with DWMX

I can successfully define a CF5 DWMX site so that in the Application Panel  Server 
Behaviors Window all of the steps, 1-5 have been checked off as completed and I'm able 
to access all of my CF5 datasources.  However, when I try to use a CFMX site, in the 
Application Panel  Server Behaviors window, only steps1-3 work.  Step 4, which is 
Specify the RDS login for your ColdFusion server does not ever validate.  When I 
click on its link, I get an error:

The server name or address could not be resolved.  Possible reasons:

1. The URL specified for this site's testing server may be incorrect: 
http://localhost:8100/calories.
2. The testing server may be incorrectly configured (for example, ColdFusion may not 
be running.

Now, the URL is not incorrect.  In fact, when I Preview in Browser, the url displays 
perfectly well.  Substituting my specific IP address for localhost does nothing.  I do 
not believe my server is incorrectly configured either.  If it were, then the url 
would never pull up the page in question, and it DOES work.

In the site configuration  Testing Server windowI have as my server model, 
ColdFusion.  This Site contains Dreamweaver MX Pages Only.  Access, RDS

In the site configuration  Remote Info, my access is RDS and my settings are Host 
Name, localhost, Port 8100, Full Host Directory D:\CFusionMX\wwwroot\calories my 
username is blank and my password is entered.  These SAME entries, work when I use a 
CF5 site, except that obiously the Port is 80 and the Host Directory would be 
D:\inetpub\wwwroot\calories.

Can anyone give me an idea why I'm having this problem?


__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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 but I'm not sure if its the best solution.


**

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]
www.workcover.com

p: 08 82332548
f: 08 82332000
m: 0418 806 166

**


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 May 2002 12:23 PM
To: CF-Talk
Subject: OT: scrolling tables


oi CF-Talk,!!

  somewherepossibly  on  the  msdn  site  I've  seen  an example where
table
  headers are stationary, but the cells are scrollable.

  anybody else seen this.or know where some Xamples are?


  thanks

--
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 field ie Heinermans Encyclopedia of 
Nuts, Berries and Seeds .

I have adapted Anthony's code to do an insert into a database table:

CFFILE action=READ 
file=D:\InetPub\wwwroot\_Candelo\database\candeloweb1603.txt 
variable=Candelo

!--- Loop thru lines of text ---
CFLOOP index=i list=#Candelo# delimiters=#Chr(10)##Chr(13)#
CFSET variables.part=trim(i)
CFSET variables.partlen=len(variables.part)
CFSET variables.newpart=left(variables.part, variables.partlen - 1)
!--- get rid of quotes around each record ---
CFSET variables.newpart=Replace(#newpart#,  , ,ALL)

CFSET Dept = ListFirst(variables.newpart,,)
CFSET Category = ListGetAt(variables.newpart,2,,)
CFSET ISBN = ListGetAt(variables.newpart,3,,)
CFSET Title = ListGetAt(variables.newpart,4,,)
CFSET Author = ListGetAt(variables.newpart,5,,)
CFSET RRP = ListGetAt(variables.newpart,6,,)
CFSET Qty = ListGetAt(variables.newpart,7,,)
CFSET Binding = ListGetAt(variables.newpart,8,,)
CFSET Year = ListGetAt(variables.newpart,9,,)

CFQUERY NAME=AddClient DATASOURCE=#request.main_dsn#
INSERT INTO tbl_test_insert (Dept, Category, ISBN, Title, Author, RRP, Qty, 
Binding, Year)
VALUES ('#Trim(Dept)#', '#Trim(Category)#', '#Trim(ISBN)#', 
'#Trim(Title)#', '#Trim(Author)#', '#Trim(RRP)#', #Trim(Qty)#, 
'#Trim(Binding)#', '#Trim(Year)#')
/CFQUERY

This seems to work fine but where there is a comma inside a field I get
Heinermans Encyclopedia of Nuts  going into Title OK but then
Berries and Seeds goes into Author
it doesn't affect any other records.

So how can I get rid of a comma inside quotes??


Any ideas?

And is the way I've done the insert reasonably efficient?

Many thanks

Seamus





At 01:05 am 31/05/2002 , you wrote:
cffile action=READ file=C:\Inetpub\wwwroot\test\test.txt
variable=stuff

cfloop index=i list=#stuff# delimiters=#chr(10)##chr(13)#
 cfset variables.part = trim(i)
 cfset variables.partlen = len(variables.part)
 cfset variables.newpart = left(variables.part, variables.partlen -
1)
 cfoutput#variables.newpart#br/cfoutput
/cfloop

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: Andre Turrettini [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 10:48 AM
To: CF-Talk
Subject: RE: cffile parsing problem


You might want to start by replacing ,#Chr(10)##Chr(13)##Chr(10)##Chr(13)#
with a pipe or something. Then you can just loop thru the pipe for each
line.
DRE

-Original Message-
From: Seamus Campbell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 8:53 AM
To: CF-Talk
Subject: cffile parsing problem


Hi all

I have a txt file (I cannot change the format) which I want to
insert/update into an access database online.

I've been trying to read the file using CFFILE but cannot parse it properly

This is the file:

SUS,BUTTER,1876334568,Attracting Butterflies to Your Garden,CLYNE
DENSEY,23.95,1,TP,,

SUS,CATTLE,0882660667,Family Cow,VAN LOON DIRK,29.95,2,PB,,

SUS,CATTLE,0911311688,Natural Cattle Care ACRES USA ED,COLEBY
PAT,49.50,0,TP,,

SUS,COMPOS,0670904678,Australian Self Sufficiency Ha,SMITH
KEITH,39.95,0,TP,1992,

SUS,CONIFE,1876473312,Gardening With Conifers,BLOOM
ADRIAN,42.90,0,HB,2001,

SUS,COOKIN,0732265517,Best of Jackie French,FRENCH
JACKIE,24.95,1,TP,,

SUS,COWSMI,086417120X,Keeping a Cow,WILSON JIM,0,0,TP,1987,


I don't know how to get rid of the last comma in each line, and then how to
parse with a blank line between each record.

I've tried this
CFFILE action=READ
file=D:\InetPub\wwwroot\_Candelo\database\candeloweb1603.txt
variable=Candelo
!--- Set a variable to hold the ascii values for a line break and a
carriage return ---
CFSET new_line=Chr(10)  Chr(13)


!--- Loop thru lines of text ---
CFLOOP index=i list=Candelo delimiters=new_line
cfoutput#Candelo#/cfoutputBR
/CFLOOP


and get this (but repeated three times!)
SUS,BUTTER,1876334568,Attracting Butterflies to Your Garden,CLYNE
DENSEY,23.95,1,TP,, SUS,CATTLE,0882660667,Family Cow,VAN LOON
DIRK,29.95,2,PB,, SUS,CATTLE,0911311688,Natural Cattle Care
ACRES USA ED,COLEBY PAT,49.50,0,TP,,
SUS,COMPOS,0670904678,Australian Self Sufficiency Ha,SMITH
KEITH,39.95,0,TP,1992, SUS,CONIFE,1876473312,Gardening With
Conifers,BLOOM ADRIAN,42.90,0,HB,2001,
SUS,COOKIN,0732265517,Best of Jackie French,FRENCH
JACKIE,24.95,1,TP,, SUS,COWSMI,086417120X,Keeping a
Cow,WILSON JIM,0,0,TP,1987,


Can anyone give me some clues or help please

Many thanks

Seamus




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: 

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
CFSQLTYPE to CF_SQL_BIGINT instead of CF_SQL_NUMERIC.

Chris Lofback
Sr. Web Developer

TRX Integration
28051 US 19 N., Ste. C
Clearwater, FL  33761
www.trxi.com



-Original Message-
From: JAIME HOI [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 2:04 AM
To: CF-Talk
Subject: RE: Access SQL stored procs


In MSSQL it works fine. But when used with coldfusion somehow keep prompting
me the error. I check the datatype, it matches. So i am still veri puzzled
why is this so. 

-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:17 AM
To: CF-Talk
Subject: RE: Access SQL stored procs


Does it work if you run it directly in Access?

-Original Message-
From: JAIME HOI [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 8:00 PM
To: CF-Talk
Subject: RE: Access SQL stored procs


hi  
My stored procedure works fine in Oracle but in MSSQL its not
working fine. I wonder why . I get this error 
Microsoft][ODBC SQL Server Driver]Invalid character value for cast
specification

Anybody knows why? My stored procedure is 

CFSTOREDPROC procedure=CHRIS.SP_DECS datasource=#Request.HR_DSN#
cfprocparam type=IN cfsqltype=CF_SQL_VARCHAR  value=ABCDE 
cfprocparam type=IN  value=13354 cfsqltype=CF_SQL_NUMERIC
cfprocparam type=Out  variable=curr_slry
cfsqltype=CF_SQL_NUMERIC 
/CFSTOREDPROC

-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 25, 2002 4:39 AM
To: CF-Talk
Subject: RE: Access SQL stored procs


It's a normal STOREDPROC implementation:

Here's a snippet:

cfstoredproc datasource=#request.edatasource# dbtype=ODBC
procedure=ecards_dupes_2months
cfprocresult name=ecarddupes
/cfstoredproc

Ian

-Original Message-
From: Shawn Regan [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 10:31 AM
To: CF-Talk
Subject: RE: Access SQL stored procs


Ok thanks

Do you know of any place I can find docs on the syntax?

Shawn Regan

-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 10:12 AM
To: CF-Talk
Subject: RE: Access SQL stored procs


Yes, we have. It works quite well: You write your query in Access, then use
CFSTOREDPROC to access it. Cut the processing time on a few of our pages
from over 4 seconds to just under 400 ms.

You can also access a query as a table, of course, but then PROCPARAM is
right out...

Ian

-Original Message-
From: Shawn Regan [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 10:04 AM
To: CF-Talk
Subject: OT: Access SQL stored procs


Hey CF people,

Happy Friday!!

Well I have a  question about access. I thought I saw something or read
something about use the access query objects as stored procs. Has anyone
done this and if so can you share?

TIA

Shawn Regan








__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 :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 to take a crack at it... :-)

At 08:14 PM 5/30/02 -0700, you wrote:
Changing to ...-color: in the FORM .css file statement effects
no-change. it still renders the color and causes the text to not
display... unless I drag the scroll bar causing the browser to re-paint  the
scrolled area of the  page. Then the text becomes visible.


I don't want the entire page background to be  #66 in color so I have
not used that approach..

It's maddening at the  moment!  Pulling the color statement out leaves the
Form white... 


At 10:01 PM 5/30/02 -0400, you wrote:
2 suggestions
1 - move it into the body tag
body {
background-color: #66;
}

2 - background-color: #66;

one of those should do it - I recommend #1
jay miller

Brian Scandale wrote:

 Just installed on a site that is exclusively IE 6.0 and suddenly some
very simple text is not displaying...

 So I hit it with IE 5.5 and all is OK.

 Next I pulled the View/Source output apart and everything looks OK.

 Discovered that if I pull the background statement,(SeeBelow) out of the
css file then it displays properly... but that's a bummer because that
ruins the esthetics of the page.

 Is there something wrong with my .css statement that anyone can tell?

 FORM {  font-size : 11px;
 background : #66;  ---theBadActor
 border : thin outset;
 }

 Thanks for Looking at this.

 ~Brian

 




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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

I would *really* like to do is a Shift+Click and/or Cntl+Click to highlight 
selections (Like MS Explorer window)

Is this possible? If so, how do I go about this?



+---+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
++


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 file name/option
/select




Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 8:51 AM
To: CF-Talk
Subject: File selection...is this possible?


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

I would *really* like to do is a Shift+Click and/or Cntl+Click to highlight 
selections (Like MS Explorer window)

Is this possible? If so, how do I go about this?



+---
+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+---
-+



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 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 processing.
 
 I would *really* like to do is a Shift+Click and/or Cntl+Click to highlight 
 selections (Like MS Explorer window)
 
 Is this possible? If so, how do I go about this?
 
 
 
 
+---+ 
 
 Philip Humeniuk
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
++
 
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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, suggestions?

We're not looking to outsource the mailserver functions at all.  We're
looking to set up a dedicated email server  to handle this stuff.  Mostly
newsletter stuff.

Thanks...

-Kevin

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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
third-party COM interface for Java, JIntegra. I suspect that it has some
limitations. 

 It also depends on what you want to call
 
 In CF4.5 you can't call Methods that take parameters
 In CF5 you can only call these in a limited way (and you have to know
 the translation values for some defaults)
 Not sure on CFMX as I haven't loaded it yet g

I don't think this is an accurate representation; I think you can call
methods that take parameters in CF 3 and newer versions, as long as those
parameters can be represented as strings or Variants. That hasn't changed
much in newer versions, either.

Dave Watts, CTO, Fig Leaf Software 
http://www.figleaf.com/ 
phone: 202-797-5496 
fax: 202-797-5444

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 problems that could occur. COM support in
CF has never come close to that in ASP. CF can't handle object hierarchies
well (you have to create pointers to each hierarchy level in CF 5 and
earlier, I think), it can't deal with certain COM datatypes, it doesn't
support all of the functionality of MTS (which is often used in
well-architected ASP sites).

Now, that all being said, this doesn't mean that your site won't be able to
use CF. It does mean that you'll need to test each COM object from CF, which
shouldn't take very long.

Dave Watts, CTO, Fig Leaf Software 
http://www.figleaf.com/ 
phone: 202-797-5496 
fax: 202-797-5444
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 than
previous versions, but FAR from perfect...

 I don't think this is an accurate representation; I think you can call
 methods that take parameters in CF 3 and newer versions, as long as
those
 parameters can be represented as strings or Variants. That hasn't
changed
 much in newer versions, either.

In CF4.x I couldn't get methods with parameters to work at all, they
work better in CF5, but still not perfect, I never tried in CF3, so I
can't comment on that

Simple things like .replace() just wouldn't work in CF4.5 for me

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 appropriate table tag. I would also separate out
the input box definitions if you have font-specific stuff. Something like
this:

form-color {
background-color : #66; 
}

input {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
}

-

table class=form-color
form action=gohere.cfm method=post
tr
tdinput type=text name=qwqw size=20/td
/tr


Hope that helps!


Ryan Kime

-Original Message-
From: Brian Scandale [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 30, 2002 9:00 PM
To: CF-Talk
Subject: IE 6.0 Bug??


Just installed on a site that is exclusively IE 6.0 and suddenly some very
simple text is not displaying...

So I hit it with IE 5.5 and all is OK.

Next I pulled the View/Source output apart and everything looks OK.

Discovered that if I pull the background statement,(SeeBelow) out of the
css file then it displays properly... but that's a bummer because that
ruins the esthetics of the page.

Is there something wrong with my .css statement that anyone can tell?

FORM {  font-size : 11px;
background : #66;  ---theBadActor
border : thin outset;
}

Thanks for Looking at this.

~Brian


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 manager did not kick in.  Can CFMX be downloaded
using a manager or not?


I was grumbling about that the other day. Apparently not. Though after
a few abortive attempts I just gave up trying and didn't investigate
further.

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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:

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   S U M M A R Y   O F   F O L I O S / L E A D
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
001folio:   165 . . . 011.50 points free
002folio:   166 . . . 007.00 points free
003folio:   167 . . . 019.00 points free
004folio:   168 . . . 006.00 points free
005folio:   169 . . . 008.00 points free
006folio:   170 . . . 021.00 points free
007folio:   171 . . . 033.00 points free
008folio:   172 . . . 013.00 points free
009folio:   173 . . . 005.00 points free
010folio:   174 . . . 019.00 points free
011folio:   175 . . . 026.00 points free
012folio:   176 . . . 013.00 points free
013folio:   177 . . . 016.00 points free
014folio:   178 . . . 021.00 points free
015folio:   179 . . . 003.50 points free
016folio:   180 . . . 004.00 points free
017folio:   181 . . . 004.00 points free
018folio:   182 . . . 006.00 points free
019folio:   183 . . . 017.00 points free
020folio:   184 . . . 016.00 points free
021folio:   185 . . . 043.00 points free
022folio:   186 . . . 005.00 points free
023folio:   187 . . . 045.00 points free
024folio:   188 . . . 031.00 points free
025folio:   189 . . . 010.00 points free
026folio:   190 . . . 013.00 points free
027folio:   191 . . . 008.00 points free
028folio:   192 . . . 000.00 points free
029folio:   193 . . . 013.00 points free
030folio:   194 . . . 001.00 points free
031folio:   195 . . . 000.00 points free
032folio:   196 . . . 043.00 points free
033folio:   197 . . . 023.00 points free
034folio:   198 . . . 000.00 points free
035folio:   199 . . . 010.00 points free
036folio:   200 . . . 046.00 points free
037folio:   201 . . . 024.00 points free
038folio:   202 . . . 005.00 points free
039folio:   203 . . . 009.00 points free
040folio:   204 . . . 010.00 points free
041folio:   205 . . . 005.00 points free
042folio:   206 . . . 024.00 points free
043folio:   207 . . . 001.00 points free
044folio:   208 . . . 000.00 points free
045folio:   209 . . . 002.00 points free
046folio:   210 . . . 011.00 points free
047folio:   211 . . . 005.00 points free
048folio:   212 . . . 010.00 points free
049folio:   213 . . . 014.00 points free
050folio:   214 . . . 009.00 points free
051folio:   215 . . . 018.00 points free
052folio:   216 . . . 004.00 points free
053folio:   217 . . . 011.00 points free
054folio:   218 . . . 055.00 points free
055folio:   219 . . . 001.00 points free
056folio:   220 . . . 002.00 points free
057folio:   221 . . . 004.00 points free
058folio:   222 . . . 032.00 points free
059folio:   223 . . . 010.00 points free
060folio:   224 . . . 020.00 points free
061folio:   225 . . . 011.00 points free
062folio:   226 . . . 010.00 points free
063folio:   227 . . . 034.00 points free
064folio:   228 . . . 023.00 points free
065folio:   229 . . . 039.00 points free
066folio:   230 . . . 027.00 points free
067folio:   231 . . . 029.00 points free
068folio:   232 . . . 002.00 points free
069folio:   233 . . . 006.00 points free
070folio:   234 . . . 035.00 points free
071folio:   235 . . . 019.00 points free
072folio:   236 . . . 033.00 points free
073folio:   237 . . . 004.00 points free
074folio:   238 . . . 027.00 points free
075folio:   239 . . . 010.00 points free
076folio:   240 . . . 031.00 points free
077folio:   241 . . . 012.00 points free
078folio:   242 . . . 015.00 points free
079folio:   243 . . . 013.00 points free
080folio:   244 . . . 003.00 points free
081folio:   245 . . . 005.00 points free
082folio:   246 . . . 027.00 points free
083folio:   247 . . . 036.00 points free
084folio:   248 . . . 007.00 points free
085folio:   249 . . . 009.00 points free
086folio:   250 . . . 020.00 points free
087folio:   251 . . . 010.00 points free
088folio:   252 . . . 040.00 points free
089folio:   253 . . . 009.00 points free
090folio:   254 . . . 014.00 points free
091folio:   255 . . . 011.00 points free
092folio:   256 . . . 006.00 points free
093folio:   257 . . . 006.00 points free
094folio:   258 . . . 002.00 points free
095folio:   259 . . . 006.00 points free
096folio:   260 . . . 024.00 points free
097folio:   261 . . . 001.00 points free
098folio:   262 . . . 002.50 points free
099folio:   263 . . . 015.00 points free
100folio:   264 . . . 030.00 points free
101folio:   265 . . . 020.00 points free
102folio:   266 . . . 004.00 points free
103folio:   267 . . . 043.00 points free
104folio:   268 . . . 007.00 points free
105folio:   269 . . . 002.00 points free
106folio:   270 . . . 026.00 points free
107folio:   271 . . . 035.00 points free
108folio:   272 . . . 030.00 points free
109folio:   273 . . . 012.00 points free
110folio:   274 . . . 002.00 points free
111folio:   

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
Subject: RE: Coldfusion and COM Limitations

 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 than
previous versions, but FAR from perfect...

 I don't think this is an accurate representation; I think you can call
 methods that take parameters in CF 3 and newer versions, as long as
those
 parameters can be represented as strings or Variants. That hasn't
changed
 much in newer versions, either.

In CF4.x I couldn't get methods with parameters to work at all, they
work better in CF5, but still not perfect, I never tried in CF3, so I
can't comment on that

Simple things like .replace() just wouldn't work in CF4.5 for me

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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
EmployeeName  Add1(text input)   Add2(text input)  City (text input)
EmployeeName  Add1(text input)   Add2(text input)  City (text input)
.
.
etc.

The question is how to I process this?  It passes multiple EmployeeID's (from hidden 
field), but only the text input fields if they are populated (they aren't required).

I think I've done it before, but I'm brain dead today.

TIA

Terry

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 10:27 PM
To: CF-Talk
Subject: DWMX + CFMX as standalone server


I'm doubting that I'll get the answer I'm looking for, but thought I'd
try.

I've had this problem for a while, but I've been ignoring it.  Now, I'd
like to try and resolve the issure if I can.

I am using CFMX as a standalone server.  On the same machine I have CF5
installed.  I want to access my CFMX datasources with DWMX

I can successfully define a CF5 DWMX site so that in the Application
Panel  Server Behaviors Window all of the steps, 1-5 have been checked
off as completed and I'm able to access all of my CF5 datasources.
However, when I try to use a CFMX site, in the Application Panel 
Server Behaviors window, only steps1-3 work.  Step 4, which is Specify
the RDS login for your ColdFusion server does not ever validate.  When
I click on its link, I get an error:

The server name or address could not be resolved.  Possible reasons:

1. The URL specified for this site's testing server may be incorrect:
http://localhost:8100/calories. 2. The testing server may be incorrectly
configured (for example, ColdFusion may not be running.

Now, the URL is not incorrect.  In fact, when I Preview in Browser, the
url displays perfectly well.  Substituting my specific IP address for
localhost does nothing.  I do not believe my server is incorrectly
configured either.  If it were, then the url would never pull up the
page in question, and it DOES work.

In the site configuration  Testing Server windowI have as my server
model, ColdFusion.  This Site contains Dreamweaver MX Pages Only.
Access, RDS

In the site configuration  Remote Info, my access is RDS and my
settings are Host Name, localhost, Port 8100, Full Host Directory
D:\CFusionMX\wwwroot\calories my username is blank and my password is
entered.  These SAME entries, work when I use a CF5 site, except that
obiously the Port is 80 and the Host Directory would be
D:\inetpub\wwwroot\calories.

Can anyone give me an idea why I'm having this problem?


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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
 EmployeeName  Add1(text input)   Add2(text input)
 City (text input)
 EmployeeName  Add1(text input)   Add2(text input)
 City (text input)
 .
 .
 etc.

 The question is how to I process this?  It passes multiple
 EmployeeID's (from hidden field), but only the text input
 fields if they are populated (they aren't required).

 I think I've done it before, but I'm brain dead today.

Name the text fields in relation to the EmployeeID, so
EmployeeName_1, Add1_1, Add2_1
EmployeeName_5, Add1_5, Add2_5

Then loop through the EmployeeIDs doing updates on those records with
those fields

cfloop index=I list=#form.EmployeeID#
update EmployeeInfo
set EmployeeName='#Form[EmployeeName_  i]#',
Add1='#Form[Add1_  i]#',
Add2='#Form[Add2_  i]#'
where EmployeeID=#i#
;
/cfloop

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 com object is called com_object1

cfset com_object1= kills it

z
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6-2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iEYEARECAAYFAjz3gy4ACgkQm98oI6K7h0hWoQCcDpTYb26cMfLsMfMhFqOWPN+c
QN8An395/RsJ0p/Zwbhd7ajnhPzentXp
=dJ+a
-END PGP SIGNATURE-


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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

Joe

- Original Message -
From: Philip Arnold - ASP [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 31, 2002 9:22 AM
Subject: RE: Coldfusion and COM Limitations


  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 than
 previous versions, but FAR from perfect...

  I don't think this is an accurate representation; I think you can call
  methods that take parameters in CF 3 and newer versions, as long as
 those
  parameters can be represented as strings or Variants. That hasn't
 changed
  much in newer versions, either.

 In CF4.x I couldn't get methods with parameters to work at all, they
 work better in CF5, but still not perfect, I never tried in CF3, so I
 can't comment on that

 Simple things like .replace() just wouldn't work in CF4.5 for me

 Philip Arnold
 Technical Director
 Certified ColdFusion Developer
 ASP Multimedia Limited
 Switchboard: +44 (0)20 8680 8099
 Fax: +44 (0)20 8686 7911

 www.aspmedia.co.uk
 www.aspevents.net

 An ISO9001 registered company.

 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.
 **


 
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 come out with a tag / help 
updater for CFStudio soon.

sigh,
~Todd


-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
http://www.flashCFM.com/   - webRat (Moderator)|


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 doesn't always work, so you'll need to test with the
specific platform (Windows version  CF version) and COM objects.

Dave Watts, CTO, Fig Leaf Software 
http://www.figleaf.com/ 
phone: 202-797-5496 
fax: 202-797-5444
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 = 2-3 seconds.

That's really funny - when Jeremy was over in the UK, I complained about
how pathetic the COM implementation was, and they said it was the best
they've had

Might be slow, but still could be the most powerful - yet to test it to
it's limit...

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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
 list scrubbing capabilities.  Thoughts, comments, suggestions?
 
 We're not looking to outsource the mailserver functions at all.  We're
 looking to set up a dedicated email server  to handle this stuff.  Mostly
 newsletter stuff.
 
 Thanks...
 
 -Kevin
 
 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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. We could only fix this by
stopping and restarting the CFMX service
b) we also discovered that we couldn't build a query with querynew() and
insert that into a structure, with the structure being returned from the
CFC, everytime we encountered 
No Deserializer for http://rpc.xml.coldfusion:QueryBean; 
errors.

These problems were only encountered when running the CFC as a webservice
eg. 
createObject(webservice,http://localhost:8500/test.cfc?wsdl;);
running it as a component worked fine. eg.
createObject(component,test);

Does anyone know if these have been fixed in the final version?

---
Rich Wild
Senior Web Developer

---
e-mango Tel: 01202 755 300
Gild House  Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 properties
and methods cleanly, then you'll have major problems...

Then again, as long as you're doing really simple things, they can work
really well and can be surprisingly clean

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 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. We could only fix this by
stopping and restarting the CFMX service
b) we also discovered that we couldn't build a query with querynew() and
insert that into a structure, with the structure being returned from the
CFC, everytime we encountered 
No Deserializer for http://rpc.xml.coldfusion:QueryBean; 
errors.

These problems were only encountered when running the CFC as a webservice
eg. 
createObject(webservice,http://localhost:8500/test.cfc?wsdl;);
running it as a component worked fine. eg.
createObject(component,test);

Does anyone know if these have been fixed in the final version?

---
Rich Wild
Senior Web Developer

---
e-mango Tel: 01202 755 300
Gild House  Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 ColdFusion 5 Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Rich Wild [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 10:03 AM
To: CF-Talk
Subject: CFC questions


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. We could only fix this by
stopping and restarting the CFMX service
b) we also discovered that we couldn't build a query with querynew() and
insert that into a structure, with the structure being returned from the
CFC, everytime we encountered 
No Deserializer for http://rpc.xml.coldfusion:QueryBean; 
errors.

These problems were only encountered when running the CFC as a webservice
eg. 
createObject(webservice,http://localhost:8500/test.cfc?wsdl;);
running it as a component worked fine. eg.
createObject(component,test);

Does anyone know if these have been fixed in the final version?

---
Rich Wild
Senior Web Developer

---
e-mango Tel: 01202 755 300
Gild House  Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 an iffy solution at best.  The problem my
own group has involves multiple people with different access permissions
using the same public workstation to access patient records.  If a
medical director logs into our reporting site and views a patient and
then logs off, what is to prevent an intern from using the back button
to view the samed cached report?  Javascript can clear the cache, remove
the back button, or force a reload of the page to check permissions. 
But if javascript is off in the browser, then there is nothing to
prevent this.  

A half-way solution we have yet to implement would be to check and see
if javascipt is enabled to complete the login process and then have
javascript close the browser window on logout.  Placing an icon to the
site on the desktop would allow one click access to return to login. 
But, again, this can be sidestepped.  So ultimately the real security
will take place in training.  In training the doctors, we  stress the
importance of closing the window after they access patient records.  And
as backup to this, we keep a server side timestamp of their login
purposefully very short to ensure with reasonable accuracy that even if
they walk away from the workstation logged in, that trying to continue
will re-require login to continue.  But if they leave the browser open
and javascript is not enabled, then the history is open for back
browsing.

Unfortunately, in the end we must conclude the obvious: an internet
browser in a multi user environment is not an ideal security
arangement.  Lucky for us, we also have in house applications that
access patient records locally and which are far more secure.  Further,
the pc's themselves are in a secure environment or in clear view of
staff.

Good Fortune,
Richard Walters,
Internet Application Designer,
Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 

 [EMAIL PROTECTED] 05/30/02 04:01PM 
and then all someone has to do is use a program to spoof the referrer
information and their in. The only thing that you as a web programmer
can do
without beating your head against the wall is to make sure you qualify
all
variables passed to the page, check them to make sure they are of the
length
and type you want and then have error checking to test the values. If
you do
that, then it doesn't matter where the information is coming. 

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED] 
http://www.sheriff.org 


-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 30, 2002 3:54 PM
To: CF-Talk
Subject: RE: Re[2]: Preventing user from going back


The only way I have seen to do this, and it was mentioned by someone
earlier, is to only allow for a specific referer.  You would use the
url to
the page that the user 'should' be coming from like this:

cfif cgi.HTTP_REFERER is 'my url'
Allow the template to process
cfelse
move them somewhere else either with cflocation or a script
/cfif

Tim Heald
ACP/CCFD :)
Application Development
www.schoollink.net 

 -Original Message-
 From: Alex [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, May 30, 2002 3:18 PM
 To: CF-Talk
 Subject: Re: Re[2]: Preventing user from going back


 Interesting point. I took it upon myself to test out your question
and
 found that you CAN go back.

 On Thu, 30 May 2002, Mario Martinez wrote:

  What if I view  the file source, erase all the java script code
that is
  bothering me .Save the file into my local harddisk and run the
 browser over
  it
  and try to going back??? .
  regards
  Mario
  - Original Message -
  From: Critz [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Thursday, May 30, 2002 2:18 PM
  Subject: Re[2]: Preventing user from going back
 
 
   oi Alex!!
  
   then you could always do this
  
   noscriptmeta refresh../noscript
  
   seeing  as  how  most  of  us  develop  web  applications and
not
  websitesif
   javascript is disabled, then they don't need to be there..
  
  
   --
   Critz
   Certified Adv. ColdFusion Developer
  
   Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion
   
   Thursday, May 30, 2002, 2:07:05 PM, you wrote:
  
   A What happens if I disable javascript?
  
  
   A On Thu, 30 May 2002, Critz wrote:
  
oi Mark!!
   
SCRIPT LANGUAGE=JavaScript TYPE=text/javascript
!--
window.history.forward();
file://--
/SCRIPT
   
on the preceding page
   
--
Critz
Certified Adv. ColdFusion Developer
   
Crit[s2k] - CF_ChannelOP Network=Efnet
Channel=ColdFusion

Thursday, May 30, 2002, 1:19:09 PM, you wrote:

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 QueryNew() function.)

I haven't seen the caching issues you're referencing. You might want to
check the CFAdmin to see if you're not using Trusted Cache which would
prevent CFMX from checking the templates for a newer version of the
code, which of course would prevent re-compiling.

-Dan

 -Original Message-
 From: Rich Wild [mailto:[EMAIL PROTECTED]]
 Sent: Friday, May 31, 2002 10:03 AM
 To: CF-Talk
 Subject: CFC questions
 
 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. We could only fix this
by
 stopping and restarting the CFMX service
 b) we also discovered that we couldn't build a query with querynew()
and
 insert that into a structure, with the structure being returned from
the
 CFC, everytime we encountered
   No Deserializer for http://rpc.xml.coldfusion:QueryBean;
 errors.
 
 These problems were only encountered when running the CFC as a
webservice
 eg.

createObject(webservice,http://localhost:8500/test.cfc?wsdl;);
 running it as a component worked fine. eg.
   createObject(component,test);
 
 Does anyone know if these have been fixed in the final version?
 
 ---
 Rich Wild
 Senior Web Developer
 
 ---
 e-mango   Tel: 01202 755 300
 Gild House  Fax: 01202 755 301
 74 Norwich Avenue West
 Bournemouth   Mailto:[EMAIL PROTECTED]
 BH2 6AW, UK  http://www.e-mango.com
 ---
 This message may contain information which is legally
 privileged and/or confidential.  If you are not the
 intended recipient, you are hereby notified that any
 unauthorised disclosure, copying, distribution or use
 of this information is strictly prohibited. Such
 notification notwithstanding, any comments, opinions,
 information or conclusions expressed in this message
 are those of the originator, not of e-mango.com ltd,
 unless otherwise explicitly and independently indicated
 by an authorised representative of e-mango.com ltd.
 ---
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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);
queryaddrow(mystruct.qry);
querysetcell(mystruct.qry, col1, test);
myStruct.arr = arraynew(1);
myStruct.arr[1] = apple;
myStruct.arr[2] = banana;
myStruct.str = Senegal 1 - France 0;
/cfscript 
cfreturn myStruct
/cffunction
/cfcomponent

 -Original Message-
 From: Simon Horwith [mailto:[EMAIL PROTECTED]]
 Sent: 31 May 2002 15:25
 To: CF-Talk
 Subject: RE: CFC questions
 
 
 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 ColdFusion 5 Developer
 Fig Leaf Software
 1400 16th St NW, # 500
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 
 
 
 -Original Message-
 From: Rich Wild [mailto:[EMAIL PROTECTED]]
 Sent: Friday, May 31, 2002 10:03 AM
 To: CF-Talk
 Subject: CFC questions
 
 
 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. We could only 
 fix this by
 stopping and restarting the CFMX service
 b) we also discovered that we couldn't build a query with 
 querynew() and
 insert that into a structure, with the structure being 
 returned from the
 CFC, everytime we encountered 
   No Deserializer for http://rpc.xml.coldfusion:QueryBean; 
 errors.
 
 These problems were only encountered when running the CFC as 
 a webservice
 eg. 
   
 createObject(webservice,http://localhost:8500/test.cfc?wsdl;);
 running it as a component worked fine. eg.
   createObject(component,test);
 
 Does anyone know if these have been fixed in the final version?
 
 ---
 Rich Wild
 Senior Web Developer
 
 ---
 e-mango   Tel: 01202 755 300
 Gild House  Fax: 01202 755 301
 74 Norwich Avenue West
 Bournemouth   Mailto:[EMAIL PROTECTED]
 BH2 6AW, UK  http://www.e-mango.com
 ---
 This message may contain information which is legally
 privileged and/or confidential.  If you are not the
 intended recipient, you are hereby notified that any
 unauthorised disclosure, copying, distribution or use
 of this information is strictly prohibited. Such
 notification notwithstanding, any comments, opinions,
 information or conclusions expressed in this message
 are those of the originator, not of e-mango.com ltd,
 unless otherwise explicitly and independently indicated
 by an authorised representative of e-mango.com ltd.
 ---
 
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 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 QueryNew() function.)
 
 I haven't seen the caching issues you're referencing. You 
 might want to
 check the CFAdmin to see if you're not using Trusted Cache 
 which would
 prevent CFMX from checking the templates for a newer version of the
 code, which of course would prevent re-compiling.
 
 -Dan
 
  -Original Message-
  From: Rich Wild [mailto:[EMAIL PROTECTED]]
  Sent: Friday, May 31, 2002 10:03 AM
  To: CF-Talk
  Subject: CFC questions
  
  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. We could 
 only fix this
 by
  stopping and restarting the CFMX service
  b) we also discovered that we couldn't build a query with querynew()
 and
  insert that into a structure, with the structure being returned from
 the
  CFC, everytime we encountered
  No Deserializer for http://rpc.xml.coldfusion:QueryBean;
  errors.
  
  These problems were only encountered when running the CFC as a
 webservice
  eg.
 
 createObject(webservice,http://localhost:8500/test.cfc?wsdl;);
  running it as a component worked fine. eg.
  createObject(component,test);
  
  Does anyone know if these have been fixed in the final version?
  
  ---
  Rich Wild
  Senior Web Developer
  
  ---
  e-mango Tel: 01202 755 300
  Gild House  Fax: 01202 755 301
  74 Norwich Avenue West
  Bournemouth   Mailto:[EMAIL PROTECTED]
  BH2 6AW, UK  http://www.e-mango.com
  ---
  This message may contain information which is legally
  privileged and/or confidential.  If you are not the
  intended recipient, you are hereby notified that any
  unauthorised disclosure, copying, distribution or use
  of this information is strictly prohibited. Such
  notification notwithstanding, any comments, opinions,
  information or conclusions expressed in this message
  are those of the originator, not of e-mango.com ltd,
  unless otherwise explicitly and independently indicated
  by an authorised representative of e-mango.com ltd.
  ---
  
  
 
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 http://www.coolfusion.com
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



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
2) Go to CFADMIN web services section and refresh the modified webservice.

-kumaran


-Original Message-
From: Rich Wild [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 31, 2002 10:03 AM
To: CF-Talk
Subject: CFC questions

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. We could only fix this by
stopping and restarting the CFMX service
b) we also discovered that we couldn't build a query with querynew() and
insert that into a structure, with the structure being returned from the
CFC, everytime we encountered 
No Deserializer for http://rpc.xml.coldfusion:QueryBean; 
errors.

These problems were only encountered when running the CFC as a webservice
eg. 
createObject(webservice,http://localhost:8500/test.cfc?wsdl;);
running it as a component worked fine. eg.
createObject(component,test);

Does anyone know if these have been fixed in the final version?

---
Rich Wild
Senior Web Developer

---
e-mango Tel: 01202 755 300
Gild House  Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---


__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 love to get some input on the top 10 custom tags. If you've got a
favories, let me know which one and why. You can email directly
[EMAIL PROTECTED] or if there's enough interest, I'll put up a poll
:)

Thanks

Regards,

John Paul Ashenfelter


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 help???
 
 
 Thanks
 
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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


 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 10:27 PM
 To: CF-Talk
 Subject: DWMX + CFMX as standalone server


 I'm doubting that I'll get the answer I'm looking for, but thought I'd
 try.

 I've had this problem for a while, but I've been ignoring it.  Now, I'd
 like to try and resolve the issure if I can.

 I am using CFMX as a standalone server.  On the same machine I have CF5
 installed.  I want to access my CFMX datasources with DWMX

 I can successfully define a CF5 DWMX site so that in the Application
 Panel  Server Behaviors Window all of the steps, 1-5 have been checked
 off as completed and I'm able to access all of my CF5 datasources.
 However, when I try to use a CFMX site, in the Application Panel 
 Server Behaviors window, only steps1-3 work.  Step 4, which is Specify
 the RDS login for your ColdFusion server does not ever validate.  When
 I click on its link, I get an error:

 The server name or address could not be resolved.  Possible reasons:

 1. The URL specified for this site's testing server may be incorrect:
 http://localhost:8100/calories. 2. The testing server may be incorrectly
 configured (for example, ColdFusion may not be running.

 Now, the URL is not incorrect.  In fact, when I Preview in Browser, the
 url displays perfectly well.  Substituting my specific IP address for
 localhost does nothing.  I do not believe my server is incorrectly
 configured either.  If it were, then the url would never pull up the
 page in question, and it DOES work.

 In the site configuration  Testing Server windowI have as my server
 model, ColdFusion.  This Site contains Dreamweaver MX Pages Only.
 Access, RDS

 In the site configuration  Remote Info, my access is RDS and my
 settings are Host Name, localhost, Port 8100, Full Host Directory
 D:\CFusionMX\wwwroot\calories my username is blank and my password is
 entered.  These SAME entries, work when I use a CF5 site, except that
 obiously the Port is 80 and the Host Directory would be
 D:\inetpub\wwwroot\calories.

 Can anyone give me an idea why I'm having this problem?


 
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 as is described in the help files but I 
 can't seem to find it.
 
 Can some one help???
 
 
 Thanks
 
 
 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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, 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 but I'm not sure if its the best
solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion



 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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, you will
catch those trying to view a page but who are not logged in.  I'm not sure
how many browsers support this, but I think it's safe to assume versions 4+
of IE and NS should work.

Anyone on the list have better info on these headers?  I admit I haven't
tested this code thoroughly and compared browsers.  For my purposes, I just
want to do all I can to prevent the problem but it's no security problem if
it doesn't work consistently.

Also, I believe that IE and NS had a slightly different way of handling the
Last-Modified header and the CFSCRIPT code is supposed to handle this--I
think (I found this code somewhere and don't recall all the details).  

Maybe this is worth a look?

Chris Lofback
Sr. Web Developer

TRX Integration
28051 US 19 N., Ste. C
Clearwater, FL  33761
www.trxi.com



CFSCRIPT
GMT = GetTimeZoneInfo();
GMT = GMT.UTCHourOffset;
if (GMT IS 0) GMT = '';
else if (GMT GT 0) GMT = +  GMT;
/CFSCRIPT

CFHEADER NAME=Pragma VALUE=no-cache
CFHEADER NAME=Cache-Control VALUE=no-cache, must-revalidate
CFHEADER NAME=Last-Modified VALUE=#DateFormat(Now(),'ddd, dd mmm ')#
#TimeFormat(Now(),'HH:mm:ss')# GMT#GMT#
CFHEADER NAME=Expires VALUE=Mon, 26 Jul 1997 05:00:00 GMT


-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 10:22 AM
To: CF-Talk
Subject: RE: Re[2]: Preventing user from going back


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 an iffy solution at best.  The problem my
own group has involves multiple people with different access permissions
using the same public workstation to access patient records.  If a
medical director logs into our reporting site and views a patient and
then logs off, what is to prevent an intern from using the back button
to view the samed cached report?  Javascript can clear the cache, remove
the back button, or force a reload of the page to check permissions. 
But if javascript is off in the browser, then there is nothing to
prevent this.  

A half-way solution we have yet to implement would be to check and see
if javascipt is enabled to complete the login process and then have
javascript close the browser window on logout.  Placing an icon to the
site on the desktop would allow one click access to return to login. 
But, again, this can be sidestepped.  So ultimately the real security
will take place in training.  In training the doctors, we  stress the
importance of closing the window after they access patient records.  And
as backup to this, we keep a server side timestamp of their login
purposefully very short to ensure with reasonable accuracy that even if
they walk away from the workstation logged in, that trying to continue
will re-require login to continue.  But if they leave the browser open
and javascript is not enabled, then the history is open for back
browsing.

Unfortunately, in the end we must conclude the obvious: an internet
browser in a multi user environment is not an ideal security
arangement.  Lucky for us, we also have in house applications that
access patient records locally and which are far more secure.  Further,
the pc's themselves are in a secure environment or in clear view of
staff.

Good Fortune,
Richard Walters,
Internet Application Designer,
Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 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 as is described in the help files but I
  can't seem to find it.
 
  Can some one help???
 
 
  Thanks
 
 
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 if its the best solution.


**

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]
www.workcover.com

p: 08 82332548
f: 08 82332000
m: 0418 806 166

**


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 May 2002 12:23 PM
To: CF-Talk
Subject: OT: scrolling tables


oi CF-Talk,!!

  somewherepossibly  on  the  msdn  site  I've  seen  an example where
table
  headers are stationary, but the cells are scrollable.

  anybody else seen this.or know where some Xamples are?


  thanks

--
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 31, 2002 10:50 AM
To: CF-Talk
Subject: RE: Re[2]: Preventing user from going back


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, you will
catch those trying to view a page but who are not logged in.  I'm not sure
how many browsers support this, but I think it's safe to assume versions 4+
of IE and NS should work.

Anyone on the list have better info on these headers?  I admit I haven't
tested this code thoroughly and compared browsers.  For my purposes, I just
want to do all I can to prevent the problem but it's no security problem if
it doesn't work consistently.

Also, I believe that IE and NS had a slightly different way of handling the
Last-Modified header and the CFSCRIPT code is supposed to handle this--I
think (I found this code somewhere and don't recall all the details).  

Maybe this is worth a look?

Chris Lofback
Sr. Web Developer

TRX Integration
28051 US 19 N., Ste. C
Clearwater, FL  33761
www.trxi.com



CFSCRIPT
GMT = GetTimeZoneInfo();
GMT = GMT.UTCHourOffset;
if (GMT IS 0) GMT = '';
else if (GMT GT 0) GMT = +  GMT;
/CFSCRIPT

CFHEADER NAME=Pragma VALUE=no-cache
CFHEADER NAME=Cache-Control VALUE=no-cache, must-revalidate
CFHEADER NAME=Last-Modified VALUE=#DateFormat(Now(),'ddd, dd mmm ')#
#TimeFormat(Now(),'HH:mm:ss')# GMT#GMT#
CFHEADER NAME=Expires VALUE=Mon, 26 Jul 1997 05:00:00 GMT


-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 10:22 AM
To: CF-Talk
Subject: RE: Re[2]: Preventing user from going back


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 an iffy solution at best.  The problem my
own group has involves multiple people with different access permissions
using the same public workstation to access patient records.  If a
medical director logs into our reporting site and views a patient and
then logs off, what is to prevent an intern from using the back button
to view the samed cached report?  Javascript can clear the cache, remove
the back button, or force a reload of the page to check permissions. 
But if javascript is off in the browser, then there is nothing to
prevent this.  

A half-way solution we have yet to implement would be to check and see
if javascipt is enabled to complete the login process and then have
javascript close the browser window on logout.  Placing an icon to the
site on the desktop would allow one click access to return to login. 
But, again, this can be sidestepped.  So ultimately the real security
will take place in training.  In training the doctors, we  stress the
importance of closing the window after they access patient records.  And
as backup to this, we keep a server side timestamp of their login
purposefully very short to ensure with reasonable accuracy that even if
they walk away from the workstation logged in, that trying to continue
will re-require login to continue.  But if they leave the browser open
and javascript is not enabled, then the history is open for back
browsing.

Unfortunately, in the end we must conclude the obvious: an internet
browser in a multi user environment is not an ideal security
arangement.  Lucky for us, we also have in house applications that
access patient records locally and which are far more secure.  Further,
the pc's themselves are in a secure environment or in clear view of
staff.

Good Fortune,
Richard Walters,
Internet Application Designer,
Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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 AM
To: CF-Talk
Subject: Re: DWMX + CFMX as standalone server


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


 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 10:27 PM
 To: CF-Talk
 Subject: DWMX + CFMX as standalone server


 I'm doubting that I'll get the answer I'm looking for, but thought I'd
 try.

 I've had this problem for a while, but I've been ignoring it.  Now, I'd
 like to try and resolve the issure if I can.

 I am using CFMX as a standalone server.  On the same machine I have CF5
 installed.  I want to access my CFMX datasources with DWMX

 I can successfully define a CF5 DWMX site so that in the Application
 Panel  Server Behaviors Window all of the steps, 1-5 have been checked
 off as completed and I'm able to access all of my CF5 datasources.
 However, when I try to use a CFMX site, in the Application Panel 
 Server Behaviors window, only steps1-3 work.  Step 4, which is Specify
 the RDS login for your ColdFusion server does not ever validate.  When
 I click on its link, I get an error:

 The server name or address could not be resolved.  Possible reasons:

 1. The URL specified for this site's testing server may be incorrect:
 http://localhost:8100/calories. 2. The testing server may be incorrectly
 configured (for example, ColdFusion may not be running.

 Now, the URL is not incorrect.  In fact, when I Preview in Browser, the
 url displays perfectly well.  Substituting my specific IP address for
 localhost does nothing.  I do not believe my server is incorrectly
 configured either.  If it were, then the url would never pull up the
 page in question, and it DOES work.

 In the site configuration  Testing Server windowI have as my server
 model, ColdFusion.  This Site contains Dreamweaver MX Pages Only.
 Access, RDS

 In the site configuration  Remote Info, my access is RDS and my
 settings are Host Name, localhost, Port 8100, Full Host Directory
 D:\CFusionMX\wwwroot\calories my username is blank and my password is
 entered.  These SAME entries, work when I use a CF5 site, except that
 obiously the Port is 80 and the Host Directory would be
 D:\inetpub\wwwroot\calories.

 Can anyone give me an idea why I'm having this problem?


 

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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]
 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 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 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 http://www.coolfusion.com
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



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 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, 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 but I'm not sure if its the best
solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion





__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 than the addressee. If you are not the intended
recipient, please notify us immediately at the above E-mail address or
telephone +44 1534 609000

We cannot accept any responsibility for the accuracy or completeness of this
message as it has been transmitted over a public network. If you suspect that
the message may have been intercepted or amended, please call the sender.

If this message includes attachments, please ensure they are opened within
the relevant application to ensure full receipt.
If you experience difficulties, please refer back to the sender.

__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 30, 2002, 10:53:07 PM, you wrote:

C oi CF-Talk,!!

C   somewherepossibly  on  the  msdn  site  I've  seen  an example where table
C   headers are stationary, but the cells are scrollable.

C   anybody else seen this.or know where some Xamples are?


C   thanks

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 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 properties
and methods cleanly, then you'll have major problems...

Then again, as long as you're doing really simple things, they can work
really well and can be surprisingly clean

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 using access - which I assume since you didn't state any other db

cfupdate
  datasource=datasource
  tablename=UsersInfo
  dbtype=ODBC
  formfields=UserName, Location, Email, Address1, Address2, Flr, City, State, Zip, 
Tele, Fax, CareOf, SpecialInst, PPQuestion, PPAnswer, AirportCode

  cfupdate
  datasource=datasource
  tablename=Users
  dbtype=ODBC
  formfields=UserName, Password

hope this is what you were looking for.
jay miller

Terry wrote:

 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
 EmployeeName  Add1(text input)   Add2(text input)  City (text input)
 EmployeeName  Add1(text input)   Add2(text input)  City (text input)
 .
 .
 etc.

 The question is how to I process this?  It passes multiple EmployeeID's (from hidden 
field), but only the text input fields if they are populated (they aren't required).

 I think I've done it before, but I'm brain dead today.

 TIA

 Terry

 
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 relationship here.

Shawn Grover

-Original Message-
From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 7:47 AM
To: CF-Talk
Subject: Re: scrolling tables


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, 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 but I'm not sure if its the best
solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion





__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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
competitors I should know about? Feel free to reply off list.

Thanks,

John Venable
[EMAIL PROTECTED]
Director of Web Architecture,
Epilepsy Foundation

__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Message-
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:04 AM
To: CF-Talk
Subject: Re: OT: scrolling tables


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 30, 2002, 10:53:07 PM, you wrote:

C oi CF-Talk,!!

C   somewherepossibly  on  the  msdn  site  I've  seen  an example
where table
C   headers are stationary, but the cells are scrollable.

C   anybody else seen this.or know where some Xamples are?


C   thanks


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 access site


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 than the addressee. If you are not the intended
recipient, please notify us immediately at the above E-mail address or
telephone +44 1534 609000

We cannot accept any responsibility for the accuracy or completeness of this
message as it has been transmitted over a public network. If you suspect
that
the message may have been intercepted or amended, please call the sender.

If this message includes attachments, please ensure they are opened within
the relevant application to ensure full receipt.
If you experience difficulties, please refer back to the sender.


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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
 /table
/td
/tr
/table

Joshua Tipton


-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:15 AM
To: CF-Talk
Subject: RE: scrolling tables


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 relationship here.

Shawn Grover

-Original Message-
From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 7:47 AM
To: CF-Talk
Subject: Re: scrolling tables


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, 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 but I'm not sure if its the best
solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion






__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 field for number and as Long Integer and General Number and Auto Decimal in 
the field properties. The Default Value is 0.

Any other way I can prevent Access from auto-rounding?

Thanks.

Robert O.
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 9:03 AM
To: CF-Talk
Subject: RE: scrolling tables


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 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, 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 but I'm not sure if its the best
solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion






__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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_pl
us.html#known

All I have to say is... #*@!^$!!!  I hope they come out with a tag / help
updater for CFStudio soon.

sigh,
~Todd


--

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
http://www.flashCFM.com/   - webRat (Moderator)|



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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. (JSC-OL) (BAR)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:15 AM
To: CF-Talk
Subject: RE: CFCOMET - can't access site


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 access site


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 than the addressee. If you are not the intended
recipient, please notify us immediately at the above E-mail address or
telephone +44 1534 609000

We cannot accept any responsibility for the accuracy or completeness of this
message as it has been transmitted over a public network. If you suspect
that
the message may have been intercepted or amended, please call the sender.

If this message includes attachments, please ensure they are opened within
the relevant application to ensure full receipt.
If you experience difficulties, please refer back to the sender.



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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
tdYourStuff/td
/tr
 /table
/div
/td
/tr
/table





-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:18 AM
To: CF-Talk
Subject: RE: scrolling tables


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 [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 9:03 AM
To: CF-Talk
Subject: RE: scrolling tables


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 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, 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 but I'm not sure if its the best
solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion







__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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: #FF; scrollbar-DarkShadow-Color: #00;

if you like - you can see tons of css in action - specifically the scroll bars by 
goign to a url I am currently designing on
http://www.hermanshaseverything.com/priority/priority.cfm -
it is a test area - it may ask for a user name and password - use Jim Brady and test .
In the clothing area you will see the scroll bars. They are set to auto becuase all 
the data is pulled in by coldfusion and it changes frequently.
Viewing it in Netscape 6+ you will see that the scrolls work - just adjustments would 
have to be made in regards to the other layers I use

hope this helps
jay miller

Simon Whittaker wrote:

 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, 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 but I'm not sure if its the best
 solution.
 
 
  **
 
  Kevin Parker
  Web Services Manager
  WorkCover Corporation
 
  [EMAIL PROTECTED]
  www.workcover.com
 
  p: 08 82332548
  f: 08 82332000
  m: 0418 806 166
 
  **
 
 
  -Original Message-
  From: Critz [mailto:[EMAIL PROTECTED]]
  Sent: Friday, 31 May 2002 12:23 PM
  To: CF-Talk
  Subject: OT: scrolling tables
 
 
  oi CF-Talk,!!
 
somewherepossibly  on  the  msdn  site  I've  seen  an example where
  table
headers are stationary, but the cells are scrollable.
 
anybody else seen this.or know where some Xamples are?
 
 
thanks
 
  --
  Critz
  Certified Adv. ColdFusion Developer
 
  Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion
 
 
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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 wouldn't tell people where the best
places are  to buy items for homemade creation. Not saying what Kevin, in
particular, is planning on doing is wrong, but a few million emails
overnight doesn't sound like the best intentions to me. I don't think most
company's newsletters have user bases of over a million - how big is
Macromedia's newsletter user count? I could be wrong, but this brings up my
point - how do we know the true intentions of the submitter? You might be
thinking, what's the big deal if it's for spraying emails?, well go do a
news search on Google concerning the cost of spam for corporationsit's
becoming a big concern.

I bring this up because I am seeing emails concerning questionable tactics
or what may be legit but could be used in a harmful way (i.e. - the thread
on accessing a user's a: drive). As a group, do we have a responsibility to
ignore technical questions that are borderline suspect? Your thoughts?


Thanks,

Ryan Kime

-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 31, 2002 8:05 AM
To: CF-Talk
Subject: Bulk email servers...


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, suggestions?

We're not looking to outsource the mailserver functions at all.  We're
looking to set up a dedicated email server  to handle this stuff.  Mostly
newsletter stuff.

Thanks...

-Kevin


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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
 tdHeaders for table/td
 /tr
 tr
 td style=OVERFLOW-Y: auto;
 table
 tr
 tdYourStuff/td
 /tr
  /table
 /td
 /tr
 /table
 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, May 31, 2002 11:04 AM
 To: CF-Talk
 Subject: Re: OT: scrolling tables


 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 30, 2002, 10:53:07 PM, you wrote:

 C oi CF-Talk,!!

 C   somewherepossibly  on  the  msdn  site  I've  seen  an example
 where table
 C   headers are stationary, but the cells are scrollable.

 C   anybody else seen this.or know where some Xamples are?


 C   thanks


 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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%
  table
tr
tdYourStuff/td
/tr
 /table
/div

That had the desired effect.  Good to know though.

Shawn Grover

-Original Message-
From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 9:28 AM
To: CF-Talk
Subject: RE: scrolling tables


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
tdYourStuff/td
/tr
 /table
/div
/td
/tr
/table





-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:18 AM
To: CF-Talk
Subject: RE: scrolling tables


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 [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 9:03 AM
To: CF-Talk
Subject: RE: scrolling tables


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 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, 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 but I'm not sure if its the best
solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion








__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 know about? Feel free to reply off list.

Thanks,

John Venable
[EMAIL PROTECTED]
Director of Web Architecture,
Epilepsy Foundation

__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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 class=ISSiebelCOMDev.clsISSiebelDev 
action=CREATE

Then use dot notation here to set a property:

CFSET MyObj.SiebelDrive =#request.sDrive#


I get this error. It maybe more than the dot syntax. 

  An exception occurred when accessing a Com object field.  
  The cause of this exception was that: AutomationException: 0x8002000e - Invalid 
number of parameters..  



Any suggestions?


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


 -Original Message-
 From: Jason Miller [mailto:[EMAIL PROTECTED]]
 Sent: 31 May 2002 15:58
 To: CF-Talk
 Subject: Re: Multiple Record Update


 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 using access - which I assume since you
 didn't state any other db

 cfupdate
   datasource=datasource
   tablename=UsersInfo
   dbtype=ODBC
   formfields=UserName, Location, Email, Address1, Address2,
 Flr, City, State, Zip, Tele, Fax, CareOf, SpecialInst,
 PPQuestion, PPAnswer, AirportCode

   cfupdate
   datasource=datasource
   tablename=Users
   dbtype=ODBC
   formfields=UserName, Password

 hope this is what you were looking for.
 jay miller

 Terry wrote:

  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
  EmployeeName  Add1(text input)   Add2(text input)
 City (text input)
  EmployeeName  Add1(text input)   Add2(text input)
 City (text input)
  .
  .
  etc.
 
  The question is how to I process this?  It passes multiple
 EmployeeID's (from hidden field), but only the text input
 fields if they are populated (they aren't required).
 
  I think I've done it before, but I'm brain dead today.
 
  TIA
 
  Terry
 
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 can I run that call above the indexing commands?
jay miller

Philip Arnold - ASP wrote:

  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 and my query is
  returning the proper data... seems lost in CFINDEX.

 Have you tried CFDUMPing out the query before you CFINDEX it? Sometimes
 the query you're looking at might not quite be what you're expecting

 Check it's all there first

 Philip Arnold
 Technical Director
 Certified ColdFusion Developer
 ASP Multimedia Limited
 Switchboard: +44 (0)20 8680 8099
 Fax: +44 (0)20 8686 7911

 www.aspmedia.co.uk
 www.aspevents.net

 An ISO9001 registered company.

 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.
 **

 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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 user and not having our mail server drop 
the message because it doesn't allow relay...

Any help would be greatly appreciated!

Thanks
Paul Giesenhagen
QuillDesign


__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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, banned any referrers from their host - and
  now he is signing on from AOL.

 You might log their CFID/CFTOKEN (this assumes you're using client/session
 mgmt of course) and check for that on each page load.  If the combo is
 listed in the DB, add the current IP to the ban list and redirect.  Of
 course if they are persistent, they will eventually figure it out and get
 around it.

 You might also do a search on Google for the super cookie.  If they're on
 Windows and have Media Player installed, some versions expose a custom ID
 that you can pull using JavaScript, assuming they haven't disabled it and
 they're running IE.

 Demo here: http://www.computerbytesman.com/privacy/supercookiedemo.htm

 -Justin Scott, Lead Developer
  Sceiron Internet Services, Inc.
  http://www.sceiron.com

 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 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 field for number and as Long Integer and General Number and Auto 
Decimal in the field properties. The Default Value is 0.

Any other way I can prevent Access from auto-rounding?

Thanks.

Robert O.

__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Fusion
services when I load the full version of CF even if it
was uninstalled from the previous power down.

Any help would be appreciated. I have tested this on
other computers and it will work but not on mine where
I need to program.

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 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 field for number and as Long Integer and General Number and Auto Decimal 
in the field properties. The Default Value is 0.

 Any other way I can prevent Access from auto-rounding?

 Thanks.

 Robert O.
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 - 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 8686 7911

 www.aspmedia.co.uk
 www.aspevents.net

 An ISO9001 registered company.

 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.
 **

  -Original Message-
  From: Jason Miller [mailto:[EMAIL PROTECTED]]
  Sent: 31 May 2002 15:58
  To: CF-Talk
  Subject: Re: Multiple Record Update
 
 
  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 using access - which I assume since you
  didn't state any other db
 
  cfupdate
datasource=datasource
tablename=UsersInfo
dbtype=ODBC
formfields=UserName, Location, Email, Address1, Address2,
  Flr, City, State, Zip, Tele, Fax, CareOf, SpecialInst,
  PPQuestion, PPAnswer, AirportCode
 
cfupdate
datasource=datasource
tablename=Users
dbtype=ODBC
formfields=UserName, Password
 
  hope this is what you were looking for.
  jay miller
 
  Terry wrote:
 
   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
   EmployeeName  Add1(text input)   Add2(text input)
  City (text input)
   EmployeeName  Add1(text input)   Add2(text input)
  City (text input)
   .
   .
   etc.
  
   The question is how to I process this?  It passes multiple
  EmployeeID's (from hidden field), but only the text input
  fields if they are populated (they aren't required).
  
   I think I've done it before, but I'm brain dead today.
  
   TIA
  
   Terry
  
  
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 input)   Add2(text input)
 City (text input)
 EmployeeName  Add1(text input)   Add2(text input)
 City (text input)
 .
 .
 Department
 EmployeeName  Add1(text input)   Add2(text input)
 City (text input)
 EmployeeName  Add1(text input)   Add2(text input)
 City (text input)
 .
 .
 etc.

 The question is how to I process this?  It passes multiple
 EmployeeID's (from hidden field), but only the text input
 fields if they are populated (they aren't required).

 I think I've done it before, but I'm brain dead today.

Name the text fields in relation to the EmployeeID, so
EmployeeName_1, Add1_1, Add2_1
EmployeeName_5, Add1_5, Add2_5

Then loop through the EmployeeIDs doing updates on those records with
those fields

cfloop index=I list=#form.EmployeeID#
   update EmployeeInfo
   set EmployeeName='#Form[EmployeeName_  i]#',
   Add1='#Form[Add1_  i]#',
   Add2='#Form[Add2_  i]#'
   where EmployeeID=#i#
   ;
/cfloop

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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 got going for a second...

-Original Message-
From: Ryan Kime [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 8:30 AM
To: CF-Talk
Subject: RE: Bulk email servers...


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 wouldn't tell people where the best
places are  to buy items for homemade creation. Not saying what Kevin, in
particular, is planning on doing is wrong, but a few million emails
overnight doesn't sound like the best intentions to me. I don't think most
company's newsletters have user bases of over a million - how big is
Macromedia's newsletter user count? I could be wrong, but this brings up my
point - how do we know the true intentions of the submitter? You might be
thinking, what's the big deal if it's for spraying emails?, well go do a
news search on Google concerning the cost of spam for corporationsit's
becoming a big concern.

I bring this up because I am seeing emails concerning questionable tactics
or what may be legit but could be used in a harmful way (i.e. - the thread
on accessing a user's a: drive). As a group, do we have a responsibility to
ignore technical questions that are borderline suspect? Your thoughts?


Thanks,

Ryan Kime

-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 8:05 AM
To: CF-Talk
Subject: Bulk email servers...


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, suggestions?

We're not looking to outsource the mailserver functions at all.  We're
looking to set up a dedicated email server  to handle this stuff.  Mostly
newsletter stuff.

Thanks...

-Kevin



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 currently work for has assumed a defunct company's opt-in email
list through completely legitimate means, and is creating an opt-in mailing
to continue to provide similar service to the previous members. We expect a
LARGE number of people to remain opted-in, as this company's service is
superior to the previous provider, and so the powers that be here wish to
find a solution which will handle the volume of member-emails we may need to
deal with in the next 12-24 months.

While you do not know me, a number of people on the list do, and I assure
you that I am an ethical, responsible developer who would not be party to
spamming.  If I felt that this company was doing anything inappropriate, I
wouldn't be working for them.

All that aside, I'm glad to see that you feel the obligation to question
these practices.  The company's current opt-in email list for member
newsletters is somewhere around 195,000 right now.  With the addition of the
new list, that number will likely increased dramatically, and we just want
to be prepared for it.

Thanks,

-Kevin

- Original Message -
From: Ryan Kime [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 31, 2002 11:29 AM
Subject: RE: Bulk email servers...


 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 wouldn't tell people where the best
 places are  to buy items for homemade creation. Not saying what Kevin, in
 particular, is planning on doing is wrong, but a few million emails
 overnight doesn't sound like the best intentions to me. I don't think
most
 company's newsletters have user bases of over a million - how big is
 Macromedia's newsletter user count? I could be wrong, but this brings up
my
 point - how do we know the true intentions of the submitter? You might be
 thinking, what's the big deal if it's for spraying emails?, well go do a
 news search on Google concerning the cost of spam for corporationsit's
 becoming a big concern.

 I bring this up because I am seeing emails concerning questionable tactics
 or what may be legit but could be used in a harmful way (i.e. - the thread
 on accessing a user's a: drive). As a group, do we have a responsibility
to
 ignore technical questions that are borderline suspect? Your thoughts?


 Thanks,

 Ryan Kime

 -Original Message-
 From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
 Sent: Friday, May 31, 2002 8:05 AM
 To: CF-Talk
 Subject: Bulk email servers...


 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, suggestions?

 We're not looking to outsource the mailserver functions at all.  We're
 looking to set up a dedicated email server  to handle this stuff.  Mostly
 newsletter stuff.

 Thanks...

 -Kevin


 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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, the site died. The question then becomes - did he find a new home
for the material?

-Deanna


Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED]


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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 query, it should return the number of records to be
the same

 I am not familair with cfdump though and the verity. Do I
 need to call that seperately or can I run that call above the
 indexing commands?

CFDUMP is a standard command in CF5, if you're using CF4.x then download
CF_DUMP from the Developers Exchange

It allows you to output a variable (query, array, whatever) on the page
- I had a problem where it appeared that the CFINDEX was missing things
- turned out that the query wasn't returning all of the rows (something
in the WHERE statement that was causing the problem)

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



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

(a query has to run here to get the following content)
CONTENT: This is the content about an animal farm.
CONTENT KEYWORDS: horse, snake

/BODY
/HTML


.. Here's the problem: There are all sorts of includes and custom tags that
occur to produce this site. When CF gets to the page that queries for the
content, I want to take the keywords result of the query and append them to
the META keywords tag at the top of the page. I can't use CFHTML head
because CFHTMLHEAD will append to the HEAD tag, which would cause content
to appear after my SCRIPT tag. Is there anyway to access and modify the
contents of the full CF buffer with any other technique other than
thisTag.generatedContent? I can't put the query before the META tag for
structural reasons. Ideally, I'd want the system to produce the following
page:

HTML
HEAD
meta name=description content=Welcome to the animal farm.
meta name=keywords content=dog, cat, horse, snake
SCRIPT language=javascript
(lots of scripts)
/SCRIPT

/HEAD
BODY

(a query has to run here to get the following content)
CONTENT: This is the content about an animal farm.
CONTENT KEYWORDS: horse, snake

/BODY
/HTML

Any help is appreciated.
Thanks,
Jon

__
Structure your ColdFusion code with Fusebox. Get the official book at 
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



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 of the standard
Replace(myField,','',all)
For you, but you have to pass it all sorts of things like the identity
(which it has to work out on the table), while real SQL can have a big
WHERE clause

CFINSERT and CFUPDATE are theoretically depreciated commands...

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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] - CF_ChannelOP Network=Efnet Channel=ColdFusion

Friday, May 31, 2002, 11:35:57 AM, you wrote:

SG Ok, that makes more sense.  Your example still didn't work (cut and paste it
SG verbatim, no luck, added a large block of text, no luck).  Not until I took
SG off the outer table, header row, and cell.  End result was something like
SG this:

SG   DIV style=OVERFLOW-Y: auto; WIDTH: 100%; HEIGHT: 100%
SG   table
SG tr
SG tdYourStuff/td
SG /tr
SG  /table
SG /div

SG That had the desired effect.  Good to know though.

SG Shawn Grover

SG -Original Message-
SG From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
SG Sent: Friday, May 31, 2002 9:28 AM
SG To: CF-Talk
SG Subject: RE: scrolling tables


SG Sorry man you need to put a div in like below.  I had to go back and look at
SG some previous code.

SG Joshua Tipton

SG Table
SG tr
SG tdHeaders for table/td
SG /tr
SG tr
SG td
SG   DIV style=OVERFLOW-Y: auto; WIDTH: 100%; HEIGHT: 100%
SG   table
SG tr
SG tdYourStuff/td
SG /tr
SG  /table
SG /div
SG /td
SG /tr
SG /table





SG -Original Message-
SG From: Shawn Grover [mailto:[EMAIL PROTECTED]]
SG Sent: Friday, May 31, 2002 11:18 AM
SG To: CF-Talk
SG Subject: RE: scrolling tables


SG Sorry Joshua, my previous posts were before I saw this message.  but the
SG overflow-y option isn't working either.  Is there some condition that needs
SG to be met before scolling will be kicked in (maybe the height/width of the
SG cell in question)?


SG -Original Message-
SG From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
SG Sent: Friday, May 31, 2002 9:03 AM
SG To: CF-Talk
SG Subject: RE: scrolling tables


SG Sorry man I told you the wrong thing.  It is this

SG style=OVERFLOW-Y: auto;

SG -Original Message-
SG From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
SG Sent: Friday, May 31, 2002 9:47 AM
SG To: CF-Talk
SG Subject: Re: scrolling tables


SG like this
SG style=z-index : auto;
SG or have I got completely the wrong idea?

SG Simon

SG - Original Message -
SG From: Joshua Tipton [EMAIL PROTECTED]
SG To: CF-Talk [EMAIL PROTECTED]
SG Sent: Friday, May 31, 2002 1:05 PM
SG Subject: RE: scrolling tables


 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 but I'm not sure if its the best
SG solution.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 31 May 2002 12:23 PM
 To: CF-Talk
 Subject: OT: scrolling tables


 oi CF-Talk,!!

   somewherepossibly  on  the  msdn  site  I've  seen  an example where
 table
   headers are stationary, but the cells are scrollable.

   anybody else seen this.or know where some Xamples are?


   thanks

 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion








SG 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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
UXB Internet - A Web Design and Hosting Company
tel: (203)879-2844  fax: (203)879-6254
http://www.uxbinternet.com/
http://dennis.uxb.net/



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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

If you use CFFLUSH, then it's already at the browser and there's nothing
you can do about it

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



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



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

If you use CFFLUSH, then it's already at the browser and there's nothing
you can do about it

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



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 half-hour or so, and now have the widths
 lining up correctly.  I freakin dig this...you can check it out here:

 http://test.gslsolutions.com/tablers.cfm

 Tyler Silcox
 email | [EMAIL PROTECTED]

 
__
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >