SOT - DWMX error

2004-07-14 Thread Douglas.Knudsen
Anyone seen past this error?

While executing receiveArguments in File_Save.htm, the following _javascript_
errors occured: At line 45 of C:\Program Files\Macromedia\Dreamweaver
MX\Configuration\Menus\MM\File_Save.js exception throw in native function

all the google stuffs give me nada
http://www.google.com/search?hl=enlr=ie=UTF-8q=%22while+executing+receivearguments%22btnG=Search

have DWMX 2004 with the updater installed.No extensions installe.Tried reinstall, nada.Only get this error when working in 'local view' and i 'get' the site.Try to save edits and whammo!

Cheers!

--
Douglas Knudsen
Alltel ACI Rapid Response Team
To fear love is to fear life, and those who fear life are already three parts dead. Bertrand Russell 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: attribute value...

2004-07-14 Thread Douglas.Knudsen
did you change the table deffor rmarket at some point?CFMX has some strange table def caching that could throw this sort of error.

 
Doug

-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 12:53 PM
To: CF-Talk
Subject: RE: attribute value...

You're looping over that query so try removing market.market and just
use market.

195 :cfloop query=market 
196 :option value=#market.c_marketid# cfif tmp1 IS
market.market selected/cfif#market.market#/option
197 :/cfloop 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFMX is crashing daily with no hints in the log

2004-07-14 Thread Douglas.Knudsen
hardware issue maybe?some bad memory or something?just a stab.

 
Doug

-Original Message-
From: Brook Davies [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 2:15 PM
To: CF-Talk
Subject: RE: CFMX is crashing daily with no hints in the log

No, its a clean install...

Brook

At 02:55 AM 7/14/2004, you wrote:
Is the server in question an upgraded server from CF5?



 _

From: Micha Schopman [mailto:[EMAIL PROTECTED]
Sent: 14 July 2004 07:23
To: CF-Talk
Subject: RE: CFMX is crashing daily with no hints in the log

But still, Macromedia needs to give this issue attention. Microsoft SQL
Server doesn't crash either when it does not have enough memory to do
it's job (it is even possible to run with 4MB ram). In fact I am a bit
astonished because since the first beta versions of ColdFusion, there
were problems keeping it stable under load, and still these issues
arise. These issues should never arise imo :-)

Micha Schopman
Software Engineer
Modern Media, Databankweg 12 M, 3821 ALAmersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380

 _

--
[http://www.houseoffusion.com/lists.cfm/link=t:4Todays Threads] 
[http://www.houseoffusion.com/lists.cfm/link=i:4:170434This Message] 
[http://www.houseoffusion.com/lists.cfm/link=s:4Subscription] 
[http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=905.825.4Fast 
Unsubscribe] [http://www.houseoffusion.com/signin/User Settings] 
[https://www.paypal.com/cgi-bin/webscr?amount=item_name=House+of+Fusionbusiness=donations%40houseoffusion.comundefined_quantity=cmd=_xclickDonations 
and Support]

--
http://www.houseoffusion.com/banners/view.cfm?bannerid=37
274c535.jpg
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFX Registration problem

2004-07-14 Thread Douglas.Knudsen
yup, that's the way.Make sure you dropped the jar file in a dir in your classpath too.Oh, and bounce your CFServer process too.

 
Doug

 -Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 3:51 PM
To: CF-Talk
Subject: RE: CFX Registration problem

No, I believe it requires the CFX Prefix, right?

Thus, in CF Administrator, we enter it exactly (case-sensitive)
as it is on the server.

Thus:
Tag Name:CFX_JSpellCheck
Classname: CFX_JSpellCheck
Description:Specll Check utility by CFDEV.COM

_

From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 14, 2004 3:49 PM
To: CF-Talk
Subject: RE: CFX Registration problem

 When we register a new CFX Tag (java), (CFX_JSpellCheck) it 
 makes a double entry to it called: CFX_CFX_JSpellCheck
 
 Anyone else had this problem?
 Resolutions???

Register it as JSpellCheck?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFX Registration problem

2004-07-14 Thread Douglas.Knudsen
yeah, the MACR forums are down OFTEN these days it seems.check out cfdev.com, they have some good tips and help there and they answer their emails promptly.I had this same issue before too, but I only recall doing the below and I think I bounced the server too(dev box), something getting cached somewheres.

 
Doug

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 4:01 PM
To: CF-Talk
Subject: RE: CFX Registration problem

Done that, problem exists that it makes the registration as:

CFX_CFX_JSpellCheck

Which is incorrect.
Should be CFX_JSpellCheck

I would search Macromedia forums however they are down for maintenance.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 14, 2004 3:56 PM
To: CF-Talk
Subject: RE: CFX Registration problem

yup, that's the way.Make sure you dropped the jar file in a dir in your
classpath too.Oh, and bounce your CFServer process too.

Doug

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 3:51 PM
To: CF-Talk
Subject: RE: CFX Registration problem

No, I believe it requires the CFX Prefix, right?

Thus, in CF Administrator, we enter it exactly (case-sensitive)
as it is on the server.

Thus:
Tag Name:CFX_JSpellCheck
Classname: CFX_JSpellCheck
Description:Specll Check utility by CFDEV.COM

_

From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 14, 2004 3:49 PM
To: CF-Talk
Subject: RE: CFX Registration problem

 When we register a new CFX Tag (java), (CFX_JSpellCheck) it 
 makes a double entry to it called: CFX_CFX_JSpellCheck
 
 Anyone else had this problem?
 Resolutions???

Register it as JSpellCheck?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_ 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Linux OS authentication

2004-07-12 Thread Douglas.Knudsen
shouldn't need to duplicate anything...u want to auth users against LDAP via CF right?CFLDAP

 
Doug

-Original Message-
From: Christopher Farino [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 9:46 AM
To: CF-Talk
Subject: Re: Linux OS authentication

His position is that he doesn't want to duplicate all the work he did to get Linux to authenticate from LDAP and that if something more complicated is done at the OS level CF will benefit from it.

I found 2 custom tags that authenticate Linux users on the CF server, but they're not available for download.What is PAM? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: DWMX WAP Wireless

2004-07-12 Thread Douglas.Knudsen
checkout
http://www.w3schools.com/wap/default.asp
the blackberry supports WAP...which version depends on which BB.Go for the common denom, eh?
basically you code your CF with WML just like you do with HTML and CF.Have to add a couple mimetypes to your server though.You should be able to snag BB emulators too, to dev and test.

 
HTHgo Google for blackberry wap

 
Doug

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 10:35 AM
To: CF-Talk
Subject: DWMX  WAP Wireless

I've been tasked convert a few of our Web site's basic functionality to work on a Blackberry.Search for product by part number etc.I've been to BlackBerry's Web site and it looks like I need to develop in Java. Which I'm only a beginner at.I've searched on the Macromedia site without luck.

Can I use WML and with a Blackberry device?Is there a simplier way to convert exxisting CF code
to work on these devices?

Thanks.

D- 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: https and includes...

2004-07-12 Thread Douglas.Knudsen
it 'makes no nevermind'.lookup the docs on cfinclude and such.Further, most of what you are talking of happens server-side and could careless about https vs http.As for images, this has nothing to do with CF only HTML, make sure you are not using a URL for your SRC attributes, only relative paths, eh?

Doug

-Original Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 2:53 PM
To: CF-Talk
Subject: RE: https and includes...

and because the site is on http and the secure is on https .. my 
original query was ...
What would be the most ideal setup to share included templates and custom 
tags / image directories etc...

__
Daniel Farmer
Coldfusion Developer
P: 613.269.3463

From: Burns, John D [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: https and includes...
Date: Mon, 12 Jul 2004 14:43:14 -0400

And?

John

-Original Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 2:29 PM
To: CF-Talk
Subject: Re: https and includes...

Thanks Robert.

unfortunatley, the url for our secure directory is https:// and our
non-secure is http://



 SSL encrypts traffic in transit between the server and the client, it
does
 not affect the internal processing of Cold Fusion. You should be able
to
 include whatever files and custom tags you want in your SSL app path as

 long as the URL being requested by the client is in that path.
 
 



 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: https and includes...

2004-07-12 Thread Douglas.Knudsen
ugh, both the http and https site are the same?It appears so from below.Why not have the same root dir on the web server?Or heck, create a virtual dir for the images, eh?Are you using two physical servers?

 
Doug

-Original Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 3:16 PM
To: CF-Talk
Subject: RE: https and includes...

perhaps I'm not explaining myself well. Below is the layout of the sites

+ Non secure site Directory ( http://www.mysite.com )
 |
  cfincludes / custom tags directory
|
 images directory

+ Secure Site Directory ( https://www.mysite.com )
|
 I wish to point to the directory on the Normal Site

Now I've used relative paths and the included files are fine. The problem is 
that when refrencing images it's reading the custom tags and then looking 
for the images in the current ( https ) folder. Not from the http folder.

__
Daniel Farmer
Coldfusion Developer
P: 613.269.3463

From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: https and includes...
Date: Mon, 12 Jul 2004 13:58:57 -0500

it 'makes no nevermind'.lookup the docs on cfinclude and such.Further, 
most of what you are talking of happens server-side and could careless 
about https vs http.As for images, this has nothing to do with CF only 
HTML, make sure you are not using a URL for your SRC attributes, only 
relative paths, eh?


Doug

-Original Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 2:53 PM
To: CF-Talk
Subject: RE: https and includes...


and because the site is on http and the secure is on https .. my
original query was ...
What would be the most ideal setup to share included templates and custom
tags / image directories etc...

__
Daniel Farmer
Coldfusion Developer
P: 613.269.3463



 From: Burns, John D [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: RE: https and includes...
 Date: Mon, 12 Jul 2004 14:43:14 -0400
 
 And?
 
 John
 
 -Original Message-
 From: Dan Farmer [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 12, 2004 2:29 PM
 To: CF-Talk
 Subject: Re: https and includes...
 
 Thanks Robert.
 
 unfortunatley, the url for our secure directory is https:// and our
 non-secure is http://
 
 
 
  SSL encrypts traffic in transit between the server and the client, it
 does
  not affect the internal processing of Cold Fusion. You should be able
 to
  include whatever files and custom tags you want in your SSL app path as
 
  long as the URL being requested by the client is in that path.
  
  
 
 
 
 
_



 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Blackstone Strong Typing? was Re: CFX_FileReadLn

2004-07-09 Thread Douglas.Knudsen
ugh, is the generated Java code really 'your code'The CFML is, but is the Java code generated by CF yours?The Macr tool created that code, not you.probably a big firebreathing discussion best left to cf-talk though, eh?

 
Doug

-Original Message-
From: Samuel Neff [mailto:[EMAIL PROTECTED]
Sent: Friday, July 09, 2004 3:01 PM
To: CF-Talk
Subject: RE: Blackstone Strong Typing? was Re: CFX_FileReadLn

With 6.1 you have to decompile the generated class files.There are lots of
tools to do that.Google.

It's your code, so I'm pretty sure there are no legal issues.Besides, it's
a good debugging tool and always good to know what's going on to help with
optimization.

Sam

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 09, 2004 2:28 PM
To: CF-Talk
Subject: Re: Blackstone Strong Typing? was Re: CFX_FileReadLn

On Jul 9, 2004, at 7:35 AM, Samuel Neff wrote:

You don't need access to the CFML source code to see how strong 
 typing can
benefit CF and how it can be implemented--only need to look at the 
 Java
files generated by CFMX.

How do you do that with CFMX 6.1 -- all I can get is the class files

TIA

Dick 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: what is the problem?

2004-07-06 Thread Douglas.Knudsen
CFMX tends to muck up its error reporting sometimes giving you a page can not be found when actually there is a CF error.Try adding a CFDUMP and CFABORT at the top of your action page to view the form post for one.Move this CFDUMP/CFABORT around in your page to debug.you can also look in the logs in the CFAdmin tool too.

 
Doug

-Original Message-
From: John Ho [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 9:40 AM
To: CF-Talk
Subject: what is the problem?

I have a login page to login my application. The
problem is it never login the first time (right
password and username are of cause). It keeps tell the
page can not be found. If I use the same error page
and click back to go back to login form, then I am
able to login. The problem seems like with DNS or some
security issue. Can someone shows me how to fix this
problem.

Thanks

__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: I'm so frustrated - Can somebody make my day? (cfexecute)

2004-07-02 Thread Douglas.Knudsen
have you tried the batch file approach mentioned earlier?Should work dandy that way

 
Doug

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 1:42 PM
To: CF-Talk
Subject: RE: I'm so frustrated - Can somebody make my day? (cfexecute)

 What I'm really trying to do is encrypt a file like this:

 C:\C:\pgp\pgp.exe -e O:\temp\abc.txt MYTESTKEY
 
 This command works on the command line... but now matter what 
 I've tried, I just won't work. I've tried about 25 variations 
 of cfexecute calls ...
 calling the tag in various ways. I've also tried 
 cfx_execute, but still, it doesn't work.

Have you tried specifying c:\pgp\pgp.exe as the CFEXECUTE NAME attribute?

 I think that this has to do with the fact that I'm running 
 CFMX in command line mode... not as a service.

Out of curiosity, why are you doing this? I don't see why it would make a
difference, though, except that you might be running CFMX within your own
user account rather than within a different user account.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Dynamic Debug?

2004-07-01 Thread Douglas.Knudsen
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pc6.htm#wp1103514
cfsetting showdebugoutput=yes/no /

 
Doug

-Original Message-
From: Gonzo Rock [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 3:45 PM
To: CF-Talk
Subject: Dynamic Debug?

Is there a way to turn on dynamic debugging?

Rather than setting it up in CFAdmin by choosing Output Debug Data and 
Setting an IP to allow debug data on?

I would like to perhaps set debug on in Application.cfm if possible.

cfif Client.DebugUser = Yes
Turn On Debug Output
cfelse
/cfif 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: how to open an attached file in its own application (ms-word, excel etc).. please read

2004-06-25 Thread Douglas.Knudsen
why?Cause everyone has M$ Word or Excel?Using CFCONTENT you can tell the browser to expect a different mimetype and perhaps download or open it, perhaps, perhaps.What the browser does with this knowledge is beyond your control.

 
Doug

-Original Message-
From: cf coder [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 10:26 AM
To: CF-Talk
Subject: Re: how to open an attached file in its own application (ms-word, excel etc).. please read

there must be a way to do this. I mean, its hard to beleive that nobody has ever tried to find a solution to this problem. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: So weird - cannot use variable for query in CFQUERY

2004-06-25 Thread Douglas.Knudsen
PerserveSingleQuotes() perhaps?

 
cfquery name=getdomaindupes
datasource=#datasource##PreserveSingleQuotes(myquery)#/CFQUERY

Doug

-Original Message-
From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 10:53 AM
To: CF-Talk
Subject: So weird - cannot use variable for query in CFQUERY

Using CF MX 6.1 with MSSQL 2000 on Windows 2003 Server

Regardless of the query used the following code gives me an
Macromedia][SQLServer JDBC Driver][SQLServer]Line 1: Incorrect syntax 
error:

cfset myquery=select Count(*) as thecount from cdomains where
thedomain='#ListGetAt(getcustomer.email,2,@)#';
cfoutput#myquery#/cfoutput
cfquery name=getdomaindupes
datasource=#datasource##myquery#/CFQUERY

However it works if I don't use a variable and instead literally put the
same query inside the query block:

cfquery name=getdomaindupes datasource=#datasource#
select Count(*) as thecount from cdomains where
thedomain='#ListGetAt(getcustomer.email,2,@)#';/CFQUERY

I have been working on this for hours and can't figure it out. I know I have
stored my queries in variables before but it won't work in this case.

Anyone ever seen this?

-Dustin Snell
Unisyn Software, LLC 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx service question

2004-06-25 Thread Douglas.Knudsen
network admin?ugh, what's the IP?;)Better to use an account with much less access to your system, eh?IIRC, I have mine set to a normal user with a couple restricitons.As an added bonus, RDS finally can't change system files.

 
Dave Watts, u out there?He's the d00d with a more precise answer on this.

 
Doug

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 11:32 AM
To: CF-Talk
Subject: cfmx service question

what are the implications of changing how the service logs in?

if I wanted to change it from local system to lets say, a network admin
acct?

thanks!

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

visit www.antiwrap.com to send long url emails to your friends!

-- dont mistake my perfection as arrogance
anonymous 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx service question

2004-06-25 Thread Douglas.Knudsen
the d00d speaks!So let it be written, so let it be done.LOL!

 
Doug

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 11:47 AM
To: CF-Talk
Subject: RE: cfmx service question

 what are the implications of changing how the service logs in?
 
 if I wanted to change it from local system to lets say, a 
 network admin acct?

For the love of all that's holy, don't run CFMX as a domain admin! If you
do, all your CF code will run with the privileges necessary to do anything
at all on your entire domain!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Image Issue

2004-06-25 Thread Douglas.Knudsen
you can also look at
cffile.contenttype and cffile.contentsubtype for mimetype stuffs.Better than the extension.

 
hmm...how does CF determine this though?anyone?

 
Doug

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 12:04 PM
To: CF-Talk
Subject: RE: Image Issue

 When I try to upload an image using cffile, How do I check 
 for an existence of an image on the action page. For regular 
 form fields, we use IsDefined(), but what about for input 
 type = file.

After the file has been uploaded, you can look at CFFile.ClientFileExt to
see the extension of the original file. You can also use the ACCEPT
attribute of the CFFILE tag to limit uploads to specific MIME types such as
image/gif. Of course, someone could take any file and rename it to
something.gif before uploading it, and these measures wouldn't prevent that.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Image Issue

2004-06-25 Thread Douglas.Knudsen
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 2:31 PM
To: CF-Talk
Subject: RE: Image Issue

 you can also look at
 cffile.contenttype and cffile.contentsubtype for mimetype 
 stuffs.Better than the extension.

 hmm...how does CF determine this though?anyone?

The browser sends the MIME type when it posts a file upload using
multipart/form-data. That's how the ACCEPT attribute of CFFILE works. 

Does this depend on the file extension at all? So, if I upload a gif that I renamed to foo.jpg, the browser will send what mime info, gif or jpg?

 
Doug 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: HTML Issue

2004-06-25 Thread Douglas.Knudsen
a popular topic...see houseoffusion.com to search the archives.I really dig http://fckeditor.sourceforge.netversion 2 promises to be even better!

 
Doug

-Original Message-
From: Milan Mushran [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 2:49 PM
To: CF-Talk
Subject: HTML Issue

Hi Guys,

Thanks for helping me out with the cffile issue. I have another issue -

I want a way by which a user can add colors / font styles to pages. I guess I need a HTML WYSIWIG editor for this. Does anyone know of a good editor which is compatible with older browsers too.

Thanks,
Milan 

-
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfx_pdf from easel

2004-06-24 Thread Douglas.Knudsen
Having some trouble with getting the cfxpdf installed from easel.com.Anyone?

error mess:
The CFX custom tag CFX_pdf was not found in the custom tag database. Please be sure to add custom tags to the database before using them. If you have added your tag to the database then you should check the spelling of the tag within your template to insure that it matches the database entry. The error occurred in D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\CustomTags\pdf.cfm: line 26

I have the customtags dropped in the standard CT dir.I have the CFX_PDF.jar file in the class path in JRun.I have the cfx regiestered in the CFX tag tool.I get nada.

Using the J2EE install ofCFMXon JRun

Cheers!

--
Douglas Knudsen
Alltel ACI Rapid Response Team
To fear love is to fear life, and those who fear life are already three parts dead. Bertrand Russell 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFINCLUDE question

2004-06-24 Thread Douglas.Knudsen
many ways to skin that cat.Check out the system functions involving paths based on the currently running template
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi19.htm#wp1100017
You could use these to build an absolute path so the include will work anywheres.Just one thought

 
Doug

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 2:12 PM
To: CF-Talk
Subject: CFINCLUDE question

I'm using CFINCLUDE to bring in a file from another directory into my 
current file.The problem is that the file being included contains 
references to images in other folders, via relative paths.Thus, when I 
load the main page into a browser, the images do not show up.

Is there a way around this, short of using absolute paths to the image 
files?

-- 
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: from APRIL 2004 till current month

2004-06-24 Thread Douglas.Knudsen
everything u need is here
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi58.htm#wp1103187

 
^_^

 
Seriously, if I understand your question correctly, take a look at dateDiff() to determine the number of months from April 2004 to Now(), note Now() is a function.Now loop from 1 to this number.On each iteration use DateAdd() to add 1 month to the atarting month of April 2004, look at CreateDate() to set this.Bamm!!!

 
something like...in psuedo code
myStart = CreateDate('2004','4','1')
numMonths = DateDiff('m',myStart,Now())
loop over i from 0 to numMonths
myDate = DateAdd('m',myStart)
cfoutput#myDate#/cfouput
end loop

 
Doug

-Original Message-
From: Asim Manzur [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 3:18 PM
To: CF-Talk
Subject: from APRIL 2004 till current month

select size=1 name=month1 >
option value=A selectedAll Months/option
/select

How can I generate the dynamic months till this month from April in select box

Regards, 
Asim Manzur 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfx_pdf from easel

2004-06-24 Thread Douglas.Knudsen
well, it was installed/setup correctly.Seems something was cached somewheres in JRun/CFMX.I bounced everything and no workee.A box reboot, eek!!!, took care of it.

 
Doug

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 5:08 PM
To: CF-Talk
Subject: Re: cfx_pdf from easel

I haven't worked with the J2EE server but it installed fine on my developer
version of CFMX.

-Kevin

- Original Message - 
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 11:02 AM
Subject: cfx_pdf from easel

 Having some trouble with getting the cfxpdf installed from easel.com.
Anyone?

 error mess:
 The CFX custom tag CFX_pdf was not found in the custom tag database.
Please be sure to add custom tags to the database before using them. If you
have added your tag to the database then you should check the spelling of
the tag within your template to insure that it matches the database entry.
The error occurred in
D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\CustomTags\
pdf.cfm: line 26

 I have the customtags dropped in the standard CT dir.I have the
CFX_PDF.jar file in the class path in JRun.I have the cfx regiestered in
the CFX tag tool.I get nada.

 Using the J2EE install ofCFMXon JRun

 Cheers! 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Upgrading to CFMX

2004-06-23 Thread Douglas.Knudsen
only issue we really saw was the change in cflocationaddtoken defaults to yes now.

 
Doug

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 1:04 PM
To: CF-Talk
Subject: RE: Upgrading to CFMX

flawless for us so far.

3 servers, and multiple dev boxes, all good :)

but certainly install on a dev box, run the code analyzer, fix, and test
again then I'd go production from there.

tw

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 1:01 PM
To: CF-Talk
Subject: RE: Upgrading to CFMX

You'll run into a few oddities here and there that you'll have to find
through testing.

Be sure to use the code analyzer in cf admin.

If you use cfform, you'll need to account for that.

One app on multiple OSes? Sounds fun!

-Calvin

-Original Message-
From:Chris McGrath
Date:6/23/04 12:17 pm
To:CF-Talk 
Subj:Upgrading to CFMX

Hi all,

I have been charged with upgrading a CRM application built using CF 
5.0. Currently we are looking at upgrading 15 web servers (a mix of Win 
2k and Win 2003). 

My question is what are some experiences you had in doing an upgrade 
from 5.0 to MX?

Thanks,
Chris 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CF Dates with MX 6.1 ?

2004-06-15 Thread Douglas.Knudsen
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166646---huh?Looks like Ian is using a DATE type, no need for to_date() then at all.

 
WHERE startdate = cfqueryparam cfsqltype=cf_sql_date value=#startdate# /

 
Of course, if using CACHEDWITHIN attribute, then you can't use the cfqueryparam, then u have to use to_date()
WHERE startdate = TO_DATE('#DateFormat(startdate,'-mm-dd')#','-mm-dd')

 
You could also look at ALLTER SESSION in Oracel to set your default date format and not need to_date at all.

 
Doug

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 15, 2004 5:37 AM
To: CF-Talk
Subject: RE: CF Dates with MX 6.1 ?

Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166618
---
If you are using oracle, you should definitely use to_date to store
dates. It is probably using a US date format instead of a european.
Another solution is to pass everything as ISO dates -mm-dd. Most DBs
and apps understand it and you can't mess up months and days. 

WHERE startdate = TO_DATE(cfqueryparam cfsqltype=cf_sql_varchar
value=#Dateformat(startdate,'-mm-dd')#,'-MM-DD')

Make sure dateformat returns it in the correct format. If you are using
eauropean dates, you may need to use LSDateFormat().

If startdate is in a specific format like dd/mm/ you can do:
WHERE startdate = TO_DATE(cfqueryparam cfsqltype=cf_sql_varchar
value=#startdate#,'DD/MM/')

 -Original Message-
 From: Ian Vaughan [mailto:[EMAIL PROTECTED] 
 Sent: dinsdag 15 juni 2004 11:01
 To: CF-Talk
 Subject: CF Dates with MX 6.1 ?
 
 Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166617
 ---
 Hi

 Since upgrading to MX 6.1 the following date lines are not 
 working, the error returning is

 
 Error Executing Database Query. 
 
 [Macromedia][Oracle JDBC Driver][Oracle]ORA-01843: not a valid month 

 This is an example of two of the date lines I am using

 cfset formatted_date1 = dateformat(createodbcdate(startdate),
 dd/mm/)

 

 WHERE startdate = #createodbcdate(formatted_date)#


 How do you solve this in CF6.1 by using CFQUERYPARAM ? or the 
 to_date function in Oracle ?
 
 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Dates with MX 6.1 ?

2004-06-15 Thread Douglas.Knudsen
sorry, had to actually work^_^

Why use CreateODBC date at all?I never use it myself.

 
this is incorrect
cfset formatted_date1 = dateformat(startdate(), MM-DD-)
cfset formatted_date2 = dateformat(enddate(), MM-DD-)

startdate() is not a function.should be

 
cfset formatted_date1 = dateformat(startdate, MM-DD-)
cfset formatted_date2 = dateformat(enddate, MM-DD-)

Now, is startdate and enddate input from the user?

 
Doug

-Original Message-
From: Ian Vaughan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 15, 2004 9:22 AM
To: CF-Talk
Subject: RE: CF Dates with MX 6.1 ?

Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166648
---
Just these letting me down

cfset formatted_date1 = dateformat(createodbcdate(startdate),
MM-DD-)
cfset formatted_date2 = dateformat(createodbcdate(enddate),
MM-DD-)

I have tried

cfset formatted_date1 = dateformat(startdate(), MM-DD-)
cfset formatted_date2 = dateformat(enddate(), MM-DD-)

but am recieving 

Entity has incorrect type for being called as a function. 

The symbol you have provided startdate is not the name of a function. 



From: Pascal Peters [mailto:[EMAIL PROTECTED] 
Sent: 15 June 2004 11:23
To: CF-Talk
Subject: RE: CF Dates with MX 6.1 ?

Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166621
---
 Pascal

 This is the original code, and you are correct its in US Format

 cfset formatted_date = dateformat(Now(), mm/dd/)

 WHERE startdate = #createodbcdate(formatted_date)#

 So change it to 

 WHERE STARTDATE = TO_DATE(cfqueryparam cfsqltype=cf_sql_varchar
 value=#formatted_date#,'DD/MM/')

 Is this correct ??? 

No, the mask has to matchthe date format so:
WHERE STARTDATE = TO_DATE(cfqueryparam cfsqltype=cf_sql_varchar 
value=#formatted_date#,'MM/DD/')

 would I have to change the following line

 cfset formatted_date = dateformat(Now(), mm/dd/) ???
 

You don't have to, but you could do
cfset formatted_date = dateformat(Now(), -mm-dd)

WHERE STARTDATE = TO_DATE(cfqueryparam cfsqltype=cf_sql_varchar 
value=#formatted_date#,'-MM-DD')

You can pretty much do what you want as long as the mask in TO_DATE
matches the date format!

Pascal 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMAIL stripping graphics in HTML

2004-06-11 Thread Douglas.Knudsen
this CFMX?can't send inline images via CFMAIL with cfmx yet.You can send HTML img tags of course with a src pointing to a webserver, just not in-line images.

 
Doug

-Original Message-
From: Paul Jones [mailto:[EMAIL PROTECTED]
Sent: Friday, June 11, 2004 2:03 PM
To: CF-Talk
Subject: CFMAIL stripping graphics in HTML

I am using CFMAIL to send an html type mail that has an inline graphic.All the information goes through properly however the graphic seems to be stripped off.Initially I thought my SMTP server was stripping it off.I have since tried several servers and I still get the same result.Should there be another attribute to the CFMAIL tag to include in-line graphics? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Sorting for Reports

2004-06-10 Thread Douglas.Knudsen
hm, no.You could how ever add a count column to your query, either via grouping or 'subselect' then use that number or you can setup a counter in the cfoutput loop.What sort of table are you trying to build?The below builds a table.

table bored=1
 cfoutput query=foo group=category
tr
td colspan=5#foo.category# /td
/tr
 
cfoutput
tr
td#foo.filename#/td
td#foo.othercolumn#/td
 /tr
/cfoutput
 /cfoutput
/table

Doug
-Original Message-
From: Mickael Elmalem [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 5:47 AM
To: CF-Talk
Subject: Re: Sorting for Reports

Thanks Doug,

That helped a lot.Now I have another question.The layout looks great but it is in a vertical listing I would like to make some tables.Is there a way to determine the recordcount in each category?Like query.recordcount just for the group=category part of my CFQuery?

Mike

 get the category for every row as you are doing, order by this 
 category, then use the group attribute in cfoutput

 
 cfoutput query=foo group=category

 #foo.category# /br
 
 cfoutput

 #foo.filename#/br
 
 /cfoutput
 /cfoutput

 
 something like that

 

 
 Doug
 
 -Original Message-
 From: Mickael Elmalem [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 09, 2004 5:23 PM
 To: CF-Talk
 Subject: Sorting for Reports
 
 
 Hello All,
 
 I need to create a page that displays files(viewlets) uploaded by 
 users, by category.The users can create categories on their own then 
 the files get bound to that category.I have that part working fine.
 
 My issue is the displayI have one table that has two columns, 
 categoryID and Category and another table that has 
 The filename, categoryid, and a friendly filename
 
 Here is my SQL statement
 
 SELECT ViewletCategory.Category, Viewlets.FileName, Viewlets.
 ViewletName
 FROM ViewletCategory INNER JOIN Viewlets ON ViewletCategory.CategoryID 
 = Viewlets.Category;
 
 The display issue that I am having is I would like to show the 
 category only as a heading once then list the files associated to that 
 category below.
 
 Then the next category as a heading then all the files associated 
 below.
 
 But what I am getting from my query is the category for everyrow, this 
 is not what I want.Could someone point me in the right direction.
 
 Thanks
 
 Mike
 
 Then show the 

 _
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFQUERY Timeout

2004-06-10 Thread Douglas.Knudsen
you can't catch this type of issue.Look at tuning the queries and code on the page to run faster.Also look at cfsetting requesttimeout= if needed.

 
Doug

-Original Message-
From: Mickael [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 5:03 PM
To: CF-Talk
Subject: CFQUERY Timeout

Hello All,

My host has issues from time to time I get a CFQUERY timeout.But when I rerun the query it works (most times).What type of CFCATCH type would this be?

Here is my error

Error Occurred While Processing Request
The request has exceeded the allowable time limit Tag: CFQUERY


Thanks in Advance,

Mike 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Sorting for Reports

2004-06-09 Thread Douglas.Knudsen
get the category for every row as you are doing, order by this category, then use the group attribute in cfoutput

 
cfoutput query=foo group=category
#foo.category# /br
 cfoutput
#foo.filename#/br
 /cfoutput
/cfoutput

 
something like that

Doug

-Original Message-
From: Mickael Elmalem [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 5:23 PM
To: CF-Talk
Subject: Sorting for Reports

Hello All,

I need to create a page that displays files(viewlets) uploaded by users, by category.The users can create categories on their own then the files get bound to that category.I have that part working fine.

My issue is the displayI have one table that has two columns, categoryID and Category and another table that has 
The filename, categoryid, and a friendly filename

Here is my SQL statement

SELECT ViewletCategory.Category, Viewlets.FileName, Viewlets.ViewletName
FROM ViewletCategory INNER JOIN Viewlets ON ViewletCategory.CategoryID = Viewlets.Category;

The display issue that I am having is I would like to show the category only as a heading once then list the files associated to that category below.

Then the next category as a heading then all the files associated below.

But what I am getting from my query is the category for everyrow, this is not what I want.Could someone point me in the right direction.

Thanks

Mike

Then show the 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: WSCONFIG problem

2004-06-08 Thread Douglas.Knudsen
i set the java.home in wsconfig_jvf.config like below

 
java.home=d:/JRun4/runtime/jre

 
bamm, it works fine.I sis not add any info to PATH either.

 
Doug

-Original Message-
From: Kevin Roche [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 08, 2004 12:56 PM
To: CF-Talk
Subject: RE: WSCONFIG problem

Jochem,

I already tried that. And also tried putting it in the wsconfig_jvm.config
file. neither works. Just makes the program hand without giving an error
message.

Strange thing is that the CFMX uninstall won't work either.

Kevin
-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: 08 June 2004 17:27
To: CF-Talk
Subject: Re: WSCONFIG problem

Kevin Roche wrote:

 wsconfig cant find the Java Runtime Environment.

 The error message I get is:

 Error: could not find JRE
 Error: could not find Java 2 Runtime Environment.

Set the JRE_HOME environment variable:

set JRE_HOME=c:\cfusion\runtime\blahblah

Jochem 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Good, free (or cheap) webmail application

2004-06-07 Thread Douglas.Knudsen
i've been using http://www.v-webmail.org/not as feature filled as say M$ OWA, but works.PHP based for POP3 or IMAP.

 
Doug

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED]
Sent: Monday, June 07, 2004 1:55 PM
To: CF-Talk
Subject: Re: Good, free (or cheap) webmail application

Burns, John D wrote:

 Can anyone recommend webmail application that works with POP3 that works
 well and has a good UI?CF would be nice, but not a necessity.It's a
 Windows 2003 Server and we have PHP and ASP enabled.Easy to set up
 would be a good thing.It's actually working with iMail installed
 directly on that server but the iMail web interface can only be accessed
 over non-standard ports (default is 8383) and some of my clients are
 running into problems with accessing that because of firewalls and such.
 iMail does it all through it's own web server so there's no way to
 point IIS to a directory and make it work.If someone knows of a good
 app that interfaces with iMail and all of it's features that'd be even
 better, as long as it can be under port 80.Otherwise, just a simple
 POP3 email application would be great.Thanks!

I haven't found a good webmail app that works well with POP3.If IMAP 
is an option for you, look up Squirrel Mail.It's written in PHP and 
has pretty decent functionality.It should work on Windows, as long as 
you have PHP installed.

-- 
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Douglas.Knudsen
on a windows server?checkout FRSbuilt into windows servers, used it here before, worked fine.

 
Doug

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 10:31 AM
To: CF-Talk
Subject: Replication/Synchronization across servers not on the same network

I'm facing an upcoming project that will have the following scenario and
I'm trying to figure out what the best solution would be:

2 servers in separate locations with the same website actively operating
on both servers.The website allows for uploads of files and images to
the server.The files on each server need to be updated (at least
daily, if not faster) from the files on the other server that have been
changed.The site structure cannot be changed and we can't just use one
of the servers as the file server.Both actually have to have copies of
the files.

My thoughts are as follows and any other suggestions or pros and cons on
each option would be great.

1. Use CFFTP to move new files from the server that the change is made
on to the other server at the time the change is made. In my mind the
downsides are the extra network traffic at possible peak times and how
to handle files if the upload to the first server works but for some
reason the upload to server 2 fails.

2. Use an FTP program that will allow scheduling and synchronization to
do the synchronization nightly.This would take the load off of CF and
run it at a time when the traffic should be lower.It should also be
easy to tell if it fails and work from there.

Please let me know your thoughts, especially if you have experience in
this area.

John Burns 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Douglas.Knudsen
have to be in the same domain actually.sounds like the other suggestions maybe a better approach then.

 
Doug

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 12:33 PM
To: CF-Talk
Subject: RE: Replication/Synchronization across servers not on the same network

Doug,

Can you do FRS across machines that are not on the same network?

John 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 11:51 AM
To: CF-Talk
Subject: RE: Replication/Synchronization across servers not on the same
network

on a windows server?checkout FRSbuilt into windows servers, used
it here before, worked fine.

Doug

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 10:31 AM
To: CF-Talk
Subject: Replication/Synchronization across servers not on the same
network

I'm facing an upcoming project that will have the following scenario and
I'm trying to figure out what the best solution would be:

2 servers in separate locations with the same website actively operating
on both servers.The website allows for uploads of files and images to
the server.The files on each server need to be updated (at least
daily, if not faster) from the files on the other server that have been
changed.The site structure cannot be changed and we can't just use one
of the servers as the file server.Both actually have to have copies of
the files.

My thoughts are as follows and any other suggestions or pros and cons on
each option would be great.

1. Use CFFTP to move new files from the server that the change is made
on to the other server at the time the change is made. In my mind the
downsides are the extra network traffic at possible peak times and how
to handle files if the upload to the first server works but for some
reason the upload to server 2 fails.

2. Use an FTP program that will allow scheduling and synchronization to
do the synchronization nightly.This would take the load off of CF and
run it at a time when the traffic should be lower.It should also be
easy to tell if it fails and work from there.

Please let me know your thoughts, especially if you have experience in
this area.

John Burns
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFC example

2004-06-03 Thread Douglas.Knudsen
ck out http://www.cfczone.org/good stuffs there and a great mail list too.

 
Doug

-Original Message-
From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 12:13 PM
To: CF-Talk
Subject: CFC example

I need a good example of an object CFC. One with get and set methods, 
etc. Anyone?

Cutter 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Dynamic form output

2004-06-03 Thread Douglas.Knudsen
cfloop from=1 to=#form.numtitles# index=x
 cfset OTitle = title#x#
 cfoutput#form[OTitle#x#]#/cfoutput/br
/cfloop

 
Like that...note, i'd use a hidden form var called numtitles to store the number of titles, in case you have other form controls.

 
Doug

-Original Message-
From: Asim Manzur [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 3:57 PM
To: CF-Talk
Subject: Dynamic form output

I have a dynamic populated form

form
 cfloop from=1 to=#StructCount(lines)# index=counting
input type=text size=55
name=titlecfoutput#counting#/cfoutput
value=cfoutput#lines[counting]['title']#/cfoutput
 /cfloop
/form

when I dump that page it give me form fields with the values from 1 to 10

title1
title2
title3
..
title10

how I can output the result of those form variables dynamically

cfloop from=1 to=#Evaluate(StructCount(form))# index=x
 cfset OTitle = title#x#
 cfoutput#OTitle#/cfoutput
/cfloop

that give me title1 output i need the value of title1

if I directly output title1 it displays the value.

thanks alot 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Dynamic form output

2004-06-03 Thread Douglas.Knudsen
hmmm...maybe i need coffee

 
cfloop from=1 to=#form.numtitles# index=x
 cfoutput#form[title#x#]#/cfoutput/br
/cfloop

 
this should work, provided your form vars are named title1, title2, etc...

 
add cfdump var=#form# / to check what CF is getting as a form.

 
Doug

-Original Message-
From: Asim Manzur [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 4:17 PM
To: CF-Talk
Subject: Re: Dynamic form output

hey Doug,

that code just display the name of the field, I need to display the vlaue. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: rualivecftalk

2004-06-02 Thread Douglas.Knudsen
7

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 9:45 AM
To: CF-Talk
Subject: rualivecftalk

speak to me cftalk, are you alive today

tony

r e v o l u t i o n w e b d e s i g n 
[EMAIL PROTECTED]
www.revolutionwebdesign.com

its only looks good to those who can see bad as well
-anonymous 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Structs Question

2004-06-02 Thread Douglas.Knudsen
use the SQL Luke!LOL!Yeah, try building SQL to do this, you can then use the GROUP attribute of cfoutput to display it correctly.

 
a result set like this
blk,sm,10
blk,med,15
blk,lg,20
wht,sm,10
wht,med,15
wht,lg,20

 
can be displayed as
blk,10,15,20
wht,10,15,20

Doug

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 1:07 PM
To: CF-Talk
Subject: Structs Question

I was wondering if someone would be willing to point me to a good reference for building structs from queries. I have a product catalog that I am working on, and I think that I need to use a struct to get this to display correctly. The out put will look like this:

First row will contain an empty cell, then x number of cells that represent sizes (sm-4xl)
next row, first cell will have a color, then the price for each size of that color under the corresponding size.

Thanks,

Bruce 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: css idiot question

2004-06-02 Thread Douglas.Knudsen
actually, object.style.backgroundColor

 
use the humback or camelback or whatever the term is for CSS properties in DHTML.So, for a style element named foo-goo-zoo, this becomes fooGooZoo in DHTML

 
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/backgroundcolor.asp?frame=true
is one decent ref for this stuff

Doug

-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 1:26 PM
To: CF-Talk
Subject: Re: css idiot question

try this syntax

td1.style.background=''

i always catch myself using css syntax in js style changes too : )

- Original Message - 
From: Tony Weeg 
To: CF-Talk 
Sent: Wednesday, June 02, 2004 12:22 AM
Subject: css idiot question

maybe its just too late, but why does this div not change background and
font color, when mouseover'ed

div 
style=background:#53;width:100%;height:100%; 

 
>
id=td1

New Applicant

/div

thanks!

tony

r e v o l u t i o n w e b d e s i g n 
[EMAIL PROTECTED]
www.revolutionwebdesign.com

its only looks good to those who can see bad as well
-anonymous 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Question about datagrid

2004-05-28 Thread Douglas.Knudsen
honestly cfgrid sucks, to use the hi-tech-computer-nerd vernacular.check out something like http://mysecretbase.com/GridMonger_Home.cfm
No Java Applet needed. 

 
Doug

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Friday, May 28, 2004 11:47 AM
To: CF-Talk
Subject: Re: Question about datagrid

On Friday 28 May 2004 14:48 pm, Mickey Manganelli wrote:
 Can you point me to some detailed examples of using the cfgrid in the
 following way?

I'm not sure you can - the cfgrid isn't really a control in the VB/.Net sense.

It should be easy enough to use onClick events on table cells to run a query 
through NeuroMancer / pengoworks Gateway (i.e. invoke a server-side function 
from the web client) and display the results.

Unfortunately, if you're just starting out, this can be fairly complex. 

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.*** 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Mach-II

2004-05-27 Thread Douglas.Knudsen
Object-oriented programming is an exceptionally bad idea which could
only have originated in California. -- Edsger Dijkstra

Doug

-Original Message-
From: Alexander Sherwood [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 1:55 PM
To: CF-Talk
Subject: Re: Mach-II

At 01:47 PM 5/27/2004, you wrote:
No one, to the best of my knowledge, has ever claimed Fusebox or Mach-II are the only way to accomplish this.

I was not speaking about Fusebox in particular, but about OOP in general.
And I did not say that OOP claims it is the only way to accomplish this.
But when everybody says OOP allows or enables, or whatever, re-using the code, it promotes the idea that
no code was re-used before, and THIS is just not true. OPP makes re-using code just a bit more systematic,
no more, and good programers will still re-use code just as before, and even with OOP, bad programmers may not.

I thought Hal Helms invented OOP? ;-) 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: activePDF

2004-05-26 Thread Douglas.Knudsen
checkout iText too
http://www.lowagie.com/iText/
Java based...
Doug

-Original Message-
From: Philip Arnold [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 9:48 AM
To: CF-Talk
Subject: RE: activePDF

 From: Robertson-Ravo, Neil (RX) 
 
 Anyone worked recently with activePDF? I just downloaded the 
 eval and the actual CF docs on the subject are pretty thin.

Take a look at CFXPDF as well - it has specific CF instructions and will
probably do what you need 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: PL/SQL stumper

2004-05-26 Thread Douglas.Knudsen
a Top-N styled SQL...something like

 
SELECT *
FROM 
(SELECT * 
FROM tablename
OREDER BY datestamp
)
WHERE rownum  8

 
Doug

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 12:09 PM
To: CF-Talk
Subject: PL/SQL stumper

I have a table like the following.With just CFML (v5) and plain Oracle PL/SQL--ie, no temp tables or stored procedures--is there a way to get, say, the 7 most recent distinct providers?I've tried every which way, even using QofQ with MAXROWS=7, but that only returned the first 7 distinct providers alphabetically.I need to get the first 7 distinct providers in date order with newest first.Can it be done without getting fancy?

Thanks,
Chris

PROVIDER DATESTAMP 
Eckerd Drugs 25-MAY-04 
Walmart 25-MAY-04 
Walgreens 23-MAY-04 
Publix 23-MAY-04 
Hush Puppy Shoes 23-MAY-04 
Publix 22-MAY-04 
Walgreen's 20-MAY-04 
Timmons Drugs 20-MAY-04 
Publix Pharmacy 19-MAY-04 
Walmart 16-MAY-04 
Publix Pharmacy 16-MAY-04 
Publix 14-MAY-04 
Walmart 14-MAY-04 
Publix 14-MAY-04 
Walmart 14-MAY-04 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: PL/SQL stumper

2004-05-26 Thread Douglas.Knudsen
oops...left out the distinct provider part

 
SELECT *
FROM 
(SELECT provider,Max(datestamp)
FROM tablename
ORDER BY Max(datestamp)
)
WHERE rownum  8

Doug

-Original Message-
From: Knudsen, Douglas 
Sent: Wednesday, May 26, 2004 12:16 PM
To: CF-Talk
Subject: RE: PL/SQL stumper

a Top-N styled SQL...something like

SELECT *
FROM 
(SELECT * 
FROM tablename
OREDER BY datestamp
)
WHERE rownum  8

Doug

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 12:09 PM
To: CF-Talk
Subject: PL/SQL stumper

I have a table like the following.With just CFML (v5) and plain Oracle PL/SQL--ie, no temp tables or stored procedures--is there a way to get, say, the 7 most recent distinct providers?I've tried every which way, even using QofQ with MAXROWS=7, but that only returned the first 7 distinct providers alphabetically.I need to get the first 7 distinct providers in date order with newest first.Can it be done without getting fancy?

Thanks,
Chris

PROVIDER DATESTAMP 
Eckerd Drugs 25-MAY-04 
Walmart 25-MAY-04 
Walgreens 23-MAY-04 
Publix 23-MAY-04 
Hush Puppy Shoes 23-MAY-04 
Publix 22-MAY-04 
Walgreen's 20-MAY-04 
Timmons Drugs 20-MAY-04 
Publix Pharmacy 19-MAY-04 
Walmart 16-MAY-04 
Publix Pharmacy 16-MAY-04 
Publix 14-MAY-04 
Walmart 14-MAY-04 
Publix 14-MAY-04 
Walmart 14-MAY-04 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




multi instances

2004-05-20 Thread Douglas.Knudsen
anyone have a URL for some good docs on this?up to date ones?google is not so friendly today:(

Cheers!

--
Douglas Knudsen
Alltel ACI Rapid Response Team
To fear love is to fear life, and those who fear life are already three parts dead. Bertrand Russell 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Version Management Inquiry

2004-05-19 Thread Douglas.Knudsen
an often touched upon thread
http://www.houseoffusion.com/cf_lists/index.cfm/method=search http://www.houseoffusion.com/cf_lists/index.cfm/method=searchforumid=4 forumid=4
to search the CF-Talk archives

 
You have...shout over the cube version control, CVS, Subversion, MS Visual Source Safe among your choices.

 
Doug

-Original Message-
From: Graham Pearson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 9:23 AM
To: CF-Talk
Subject: Version Management Inquiry

Group:

On one of my projects I am working with a fellow coldfusion developer and I 
am wondering how other small groups deal with the item of 2 or so 
developers working on the same overall project. How does these small groups 
make sure that files with changes do not get overwritten and have work 
losts. At the present time, we are just communicating and blocking out time 
where we will not be in a specific file or directory so the changes made 
will not be lost or overwritten?

Ideas?

--
[] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Version Management Inquiry

2004-05-19 Thread Douglas.Knudsen
Massimo, how 'superhappy'?I'm thinking of moving over to Subversion.How stable is it now?How difficult was it converting the CVS repository over?

 
Doug

-Original Message-
From: Massimo Foti [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 9:26 AM
To: CF-Talk
Subject: Re: Version Management Inquiry

 On one of my projects I am working with a fellow coldfusion developer and
I
 am wondering how other small groups deal with the item of 2 or so
 developers working on the same overall project. How does these small
groups
 make sure that files with changes do not get overwritten and have work
 losts. At the present time, we are just communicating and blocking out
time
 where we will not be in a specific file or directory so the changes made
 will not be lost or overwritten?

Until a few months ago I was using CVS, but I am migrating to Subversion and
I am superhappy:

http://subversion.tigris.org/

I use this as GUI:

http://tortoisesvn.tigris.org/

Fundamental reading:

http://svnbook.red-bean.com/


Massimo Foti
http://www.massimocorner.com

Co-Author of Dreamweaver MX 2004 Magic:
http://www.dwmagic.com/ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: passing a form field

2004-05-19 Thread Douglas.Knudsen
#trim(form[qty#count#])#

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 10:37 AM
To: CF-Talk
Subject: passing a form field

How do I pass a form field which is dynamic. I have qty#count# as the qunatity field. How do I pass this in a hidden field to another form when the user clicks submit. I have it in a hidden field but of course this does not work: input type=hidden value=#trim(form.qty#count#)# name=qty#count# 

Tried: #Evaluate(count)# 

How would that fit in?

Thx.

Robert O. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: passing a form field

2004-05-19 Thread Douglas.Knudsen
that would mean there is no form var called QTY2 in CF.Try cfdump var=#form# to see what's in your form scope.Are you using #trim(form[qty  count])# on teh CF page that received a form post?

Doug

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 11:45 AM
To: CF-Talk
Subject: RE: passing a form field

Thanks Doug and Pascal.
Why though do I get this error?

An error occurred while evaluating the _expression_:
PPRE#trim(form[qty  count])#
The member QTY2 in dimension 1 of object form cannot be found. Please, modify the member name.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 10:56 AM
To: CF-Talk
Subject: RE: passing a form field

#trim(form[qty#count#])#

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 10:37 AM
To: CF-Talk
Subject: passing a form field

How do I pass a form field which is dynamic. I have qty#count# as the qunatity field. How do I pass this in a hidden field to another form when the user clicks submit. I have it in a hidden field but of course this does not work: input type=hidden value=#trim(form.qty#count#)# name=qty#count# 

Tried: #Evaluate(count)# 

How would that fit in?

Thx.

Robert O. 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: 2 OnRequestEnd files

2004-05-17 Thread Douglas.Knudsen
check out
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/appfra11.htm

Doug

-Original Message-
From: Doug James [mailto:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 3:33 PM
To: CF-Talk
Subject: 2 OnRequestEnd files

Hello all,

I have an application residing in a subdirectory of my web root. Inside 
the application subdirectory I have my Application.cfm and 
OnRequestEnd.cfm files; my web root contains both files as well. As far 
as I can tell the webroot/Application.cfm is not processed (as I 
expect). But the webroot/OnRequestEnd.cfm is processed then my 
application/OnRequestEnd.cfm is processed, I thought that CFMX was only 
supposed to process my application/OnRequestEnd.cfm and then stop.

Processing steps (as I can determine)
1. application/Application.cfm
2. application code
3. webroot/OnRequestEnd.cfm
4. application/OnRequestEnd.cfm

Can someone please explain this to me or am I overlooking something 
plain and simple?

Thanks!

Doug 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: quick/dumb session var question

2004-05-13 Thread Douglas.Knudsen
quick.smart ass answer no.^_^

 
look up session, application, and server scopes
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/sharedv2.htm#wp1159548

 
cheers!
doug

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 13, 2004 10:53 AM
To: CF-Talk
Subject: quick/dumb session var question

If I have a session var, does it stay in use across two applications?
i.e. if i 

cfset session.foo=bar

in an application named woo will that session var and value still be
available if I cross over to an area of the same site (same domain/host)
with its own application.cfm and a application name of hoo?Seems
like it should be.Maybe.


Matt Robertson [EMAIL PROTECTED] 
MSB Designs, Inc.http://mysecretbase.com
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: DW File Save Error

2004-04-23 Thread Douglas.Knudsen
yeah, seen this.sucks.I looked at the source code for related type errors before too, nada.These JSfiles are all located in ur install dir.What I have been able to do is ditch the local copy of your files and whammo.

 
Doug

-Original Message-
From: Kevin Cundick [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 5:23 PM
To: CF-Talk
Subject: OT: DW File Save Error

Hi All,

I apologize for posting this problem on the CF-Talk list, but this list is
the best place with the most knowledgeable people.Anywhere else I've asked
this I've never heard a response.

I'm having a problem with Dreamweaver MX 2004 (v.7.0.1) with saving certain
files.When I save them, I get this error:

While executing receiveArguments in Flie_Save.htm, the following _javascript_
error(s) occurred:

At line 75 of the file C:\Program Files\Macromedia 2004\Dreamweaver MX
2004\Configuration\Menus\MM\File_Save.js Exception thrown in the native
function.

Has anyone else had this trouble with Dreamweaver?I have spent hours
researching this on Macromedia's website as well as the rest of the web and
haven't found anything useful in resolving this problem.

The application is installed locally.The file I'm saving is also local, so
it's not on network drive.

I would appreciate any help anyone can offer on this.

Thanks,
Kevin 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: AD timeout / CF session timeout

2004-04-23 Thread Douglas.Knudsen
IIRC the IIS, or more generally web server auth, via that grey popup does not time out.The session ends when the browser is closed.

 
Doug

-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 10:23 AM
To: CF-Talk
Subject: SOT: AD timeout / CF session timeout

Does anyone know how the long a session lives when authenticating off of
AD (tied through IIS)?
We have moved to a single sign-on solution and I am trying to rework how our
apps timing out will work with AD timeouts and what to do when timeouts
occur.

Thanks!

Mike 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ttools (or similar bug tracking systems)

2004-04-23 Thread Douglas.Knudsen
right click the file browser area  choose filter  allbamm!
this thing p'd me off before too.

 
Doug

-Original Message-
From: Deanna Schneider [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 3:18 PM
To: CF-Talk
Subject: Re: ttools (or similar bug tracking systems)

Oh yah...the word doc(Dang it. I hate it when I forget that studio
doesn't show me them there other file types.)

*ducks*

-d

- Original Message - 
From: Raymond Camden

 An ini file is used to track the projects. One group for each project. The
 word doc should cover the ini file settings.

 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ttools (or similar bug tracking systems)

2004-04-23 Thread Douglas.Knudsen
and I always thought Jedi Masters drank Jedi Goo or somethign...ha!

 
Doug

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 4:40 PM
To: CF-Talk
Subject: RE: ttools (or similar bug tracking systems)

I'll add better docs as folks pay me with beer. :)

(And thats my last OT post, sorry! :) 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Caching issue

2004-04-22 Thread Douglas.Knudsen
does your issue exist for .html files as well as .cfm files?If only for cfm files an dnot html files, its CFMX doing it.Check your caching settings in teh CF Admin tool.trusted cache and save class files settigns.

 
Doug

-Original Message-
From: Jason M. Rogoz [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 12:54 PM
To: CF-Talk
Subject: RE: Caching issue

I have checked on multiple machines and the issue was replicated on all of them.It looks to me like either CFMX is caching the page or IIS is caching the page somehow.

Jason

-Original Message- 
From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thu 4/22/2004 10:23 AM 
To: CF-Talk 
Cc: 
Subject: RE: Caching issue

Have you checked to ensure that the browser isn't caching it?Try
multiple machines?

John 

-Original Message-
From: Jason Rogoz [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 22, 2004 11:26 AM
To: CF-Talk
Subject: Caching issue

Hey Guys/Gals

I'm trying to work through what seems to be a caching issue on a
production server.If i request a file, then rename the file and try to
request its original name the file is not found-good.When i rename the
file back to its original name, the file is still not found-bad.I've
also requested another file, then removed it completely and the file is
still rendered by the browser-bad.

Does anyone have any suggestions on what settings should be checked both
in CFMX and in IIS?

Thanks

Jason 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FCKeditor Upload/Browse

2004-04-21 Thread Douglas.Knudsen
hah!right?FCK are the initials of teh author.This thing rawks by the way.

 
Jake,
There should be samples in the download.I used this recently for a PHP site and they were there.I thought I saw CF versions too.If not, shold be able to port the PHP ones quite easily.Could send these to the author FCK too so he can include in future releases!

 
Doug

-Original Message-
From: Tim Claremont [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 21, 2004 10:41 AM
To: CF-Talk
Subject: Re: FCKeditor Upload/Browse

I had to put my reading glasses on to make sure i was reading the product name correctly.

How do you pronounce it???

I'm working on setting up the terrific FCKeditor, and was curious if
anyone had already built an image uploader and/or a image browser to go
along with this editor. If so, are you willing to share? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: OT-Webex

2004-04-21 Thread Douglas.Knudsen
M$ bought placeware...so it may not be so cheap...or then it could be, low price to bump off the competitors.

Doug

-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 21, 2004 4:31 PM
To: CF-Talk
Subject: RE: OT-Webex

Hello All,

I know this is OT but I am sure that someone on this list has an answer to 
this.Does anyone know of a anther company that provides the same services 
or similar to webex, the idea here is cheaper then webex.


PlaceWare and Macromedia Breeze are 2 other products that come to mind, but 
I have no idea as to the pricing. Sorry.

Regards,
Dave. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF and WAP. Tutorials? Docs?

2004-04-20 Thread Douglas.Knudsen
Well, all you really need from the CF standpoint is the cfcontent tagexample

 
cfcontent type=text/vnd.wap.wml reset=Yes?xml version=1.0?
!DOCTYPE wml PUBLIC -//PHONE.COM//DTD WML 1.1//EN  http://www.phone.com/dtd/wml11.dtd
wml
 card id=home title=HOME
phello world/p
 /card
/wml

 
You will also need to add teh mimetype defs to your webserver too for wml, wmls, and wbmp.Fairly easy to do...google for mimetypes to get the details.http://support.infinite.com/kb/699.asp a good link

 
Oh, you don't 'do' WAP code, you do WML:)
http://www.w3schools.com/wap/wap_intro.aspis a great intro.
http://www.waptutor.org.uk/

 
I just started a wireless portal project for my company.You can use cfapplication and session vars too! The toughest part is testing, so many phone versions and browser versions.You will need an emulator.The OpenWave one is great
http://developer.openwave.com/dvl/

 
an online one http://www.wapemulator.com/index.php

Doug

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 20, 2004 10:57 AM
To: CF-Talk
Subject: CF and WAP. Tutorials? Docs?

Are there any tutorials or howto's out there on how to do CF for WAP
devices?I found the following, but its old, although it seems
relatively straightforward. 

http://www.topxml.com/wap/articles/dynamic_coldfusion/default.asp

The other problem is I know zilch about creating WAP code.Need some
advice on where to go to get started.Preferably quick-start stuff :-)


Matt Robertson [EMAIL PROTECTED] 
MSB Designs, Inc.http://mysecretbase.com
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Is it a bug or not a bug?

2004-04-20 Thread Douglas.Knudsen
IIRC, this is new in CFMX.

 
Doug

-Original Message-
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 20, 2004 3:15 PM
To: CF-Talk
Subject: RE: Is it a bug or not a bug?

Does MM officially support performing mathematical calculations between #
signs? I was sorta under the impression that this was considered not a good
practice. Regardless it is handy.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

_

From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 20, 2004 2:03 PM
To: CF-Talk
Subject: RE: Is it a bug or not a bug?

#(true and 4*5)# returns 20.
#(false and 4*5)# returns false.
#(4*5 and false)# returns false.
#(4*5 and true)# returns true.

Is it a bug or it is using some sort of _expression_ evaluation that I am not

aware of.


CF uses short-circuit boolean evaluation. So it'll either stop the moment it

hits a false condition or it'll go to completion. Further, any non-zero 
value evaluates to true, so 4*5 (20) will always evaluate to true.

Regards,
Dave.

_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFML from a DB

2004-04-19 Thread Douglas.Knudsen
cfoutput#request.dsn#/cfoutput

Doug

-Original Message-
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 9:53 AM
To: CF-Talk
Subject: CFML from a DB

If I have a constant variable such as #request.dsn#

And I want to enter it into a textarea that inserts it's contents into a database, how do I pull out that information and display it.

I want to enter into the textarea

Hello, my DSN is #request.dsn#

And when displayed on the page

Hello, my DSN is someDSN

Right now, if I insert it it outputs
Hello, my DSN is #request.dsn#

I know this is probably simple.

Thanks
Paul Giesenhagen
QuillDesign 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: HTTPS

2004-04-19 Thread Douglas.Knudsen
hey, even an intranet can have snoopers!Ha!We SSL some of our stuff internally if it deals with HR related data, salary, employee data, etc.

 
John, HTTPS is not a CF thing, an IIS or Apache thing.You setup in IIS/Apache.Do a search.IIS has a nice enough help system.Apache has apache.org of course.

 
Doug 

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 11:48 AM
To: CF-Talk
Subject: Re: HTTPS

Why would you need to have it have SSL if it is not on the web?

Ray

At 11:48 AM 4/19/2004, you wrote:
This applicaiton is not World wide web
do I need HTTPS?

thanks

 :) nothing, make ur links
 
 https://www.yourdomain.com
 
 and that will throw the ssl on the request response
 
 tony
 
 -Original Message-
 From: John Ho [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 19, 2004 11:19 AM
 To: CF-Talk
 Subject: HTTPS
 
 hi all
 I have an applicatin in ColdfusionMX
 Can someone show me how to secure this web page with HTTPS?. What else do I
 need?
 
 John
 
 
 
 
 __
 Do you Yahoo!?
 Yahoo! Photos: High-quality 4x6 digital prints for 25¢
 http://photos.yahoo.com/ph/print_splash

 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: 2 CFMX UPgrade Questions

2004-04-19 Thread Douglas.Knudsen
see inlineDoug

-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 2:32 PM
To: CF-Talk
Subject: 2 CFMX UPgrade Questions

Hi,
I am going to upgrade some of our CF 5 machines and we have a few questions 
we thought the CF gurus on this list may be able to answer.

1. Can we upgrade from CF 5 to CFMX for J2EE and if so will this save our 
settings and migrae them like a straight CFMX upgrade would?

 
I'd say no to this one.I had no such luck doing this.

 
2. I heard the built in JDBC drivers do not rely on the tsnames.ora file, is 
this the case and will we need manually enter our SID name? 

 
Yup, no need for the Oracle client install anymore. 

TIA,
Robbie
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: New Security Bulletin for CFMX

2004-04-19 Thread Douglas.Knudsen
after painstaking work I found the hotfix list here
http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm#MX61
I see 12 listed.Of the 12 do you really need all of them?some are for *nix only some for Windows only, etc..

 
Doug

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 3:25 PM
To: CF-Talk
Subject: Re: New Security Bulletin for CFMX

 Hey Dave...gotta link to all 19 of those?? ;-)

I think there is a rollup due later this month.

We're building a CFMX 6.1 server (Enterprise, Windows 2000 Advanced Server). Is there any method to the madness of installing the 19 or so hot fixes and security patches?

Should they be installed in chronological order based on their release dates?

Should the security patches be folded in chronologically by release date as well so that they get installed amongst the hot fixes?

Is there really a rollup coming out with all the hot fixes and security patches (if so, maybe we'll wait . . .)?

Thanks!

George
[EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Latest Windows Updates

2004-04-18 Thread Douglas.Knudsen
proc exlporer from sysinternals.com is good for this too.

 
Doug

-Original Message-
From: Doug White [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 7:33 PM
To: CF-Talk
Subject: Re: Latest Windows Updates

Bryan;

In the resource kit is a tool called tlist (for task list)

tlist -t
Quote
C:\Testtlist -t
System Process (0)
System (8)
SMSS.EXE (196)
CSRSS.EXE (220)
WINLOGON.EXE (216) NetDDE Agent
 SERVICES.EXE (268)
svchost.exe (460)
Playlist.exe (1404) OleMainThreadWndName
spoolsv.exe (488)
msdtc.exe (516)
DefWatch.exe (620)
svchost.exe (636)
Rtvscan.exe (668) Scan
nvsvc32.exe (728)
regsvc.exe (748)
mstask.exe (776) SYSTEM AGENT COM WINDOW
WinMgmt.exe (800)
dfssvc.exe (900)
 LSASS.EXE (280)
 TASKMGR.EXE (1832) Windows Task Manager
explorer.exe (1184) Program Manager
VPTray.exe (1228) Symantec AntiVirus Corporate Edition
projselector.ex (1252) Roxio Easy CD  DVD Creator Home
DrgToDsc.exe (1268) DrgToDsc
RxMon.exe (1132) RxMonSysTrayWnd
AcroTray.exe (1324) AcrobatTrayIcon
NaturalColorLoa (1360)
WZQKPICK.EXE (1392) About WinZip Quick Pick
UEDIT32.EXE (1320) UltraEdit-32 - [A:\Reply]
CMD.EXE (1316) C:\WINNT\system32\cmd.exe - tlist -t
mmc.exe (1852) Services
tlist.exe (1760)
IEXPLORE.EXE (1912) Error - Microsoft Internet Explorer
Eudora.exe (1848) Eudora
Icq.exe (1428) 2775689
End Quote

You can see by the indent that as SYSTEM starts, it fires up SMSS which
in turn starts other services CSRSS then Winlogin on down. Generally
anything that gets started as a Service is started under the SYSTEM
context (Services.msc). You can recognize Symantec Antivirus under services.

Till you get to Explorer and then you see the things that Depend on
Explorer etc...

So generally, one of the items in that list if what is causing the problem,
whether it is having a problem starting or there is a messed dependency.

Try restarting in the Safe Mode and see if you still have the same problem.

In troubleshooting something like this another tool comes to mind (from the
Resource Kit) called KILL which will allow you to kill a process by PID or
by Name.

Quote
C:\Testkill /?
Microsoft (R) Windows NT (TM) Version 3.5 KILL
Copyright (C) 1994-1998 Microsoft Corp. All rights reserved

usage: KILL [options] pid | pattern*

[options]:
 -fForce process kill

pid
This is the process id for the task
 to be killed.Use TLIST to get a
 valid pid

pattern
The pattern can be a complete task
name or a regular _expression_ pattern
to use as a match.Kill matches the
supplied pattern against the task names
and the window titles.
End Quote

Last but not least is the utility called Qfecheck which will tell you
that an item in the Hotfix/Patch did not extract correctly (for whatever
reason) so that you would know to uninstall and reinstall the appropriate
Hotfix.

Frequently asked questions :Tool and Patch Available to correct Hotfix
Packaging Anomalies
http://www.microsoft.com/technet/security/bulletin/fq01-005.mspx

Where to get it for 2000/XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;282784

Doug

==
We can get rid of spam on your domain! , Anti-spam solutions
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
==

- Original Message - 
From: Bryan Stevenson
To: CF-Talk
Sent: Friday, April 16, 2004 4:46 PM
Subject: Re: Latest Windows Updates

Thanks Mark...but it's all solved now (removed updates while in safe mode).

I did try that, but there was only 1 profile to pick from and it sure didn't
work ;-)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
 - Original Message - 
 From: Mark A. Kruger - CFG
 To: CF-Talk
 Sent: Friday, April 16, 2004 2:37 PM
 Subject: RE: Latest Windows Updates

 Bryan,

 Reboot and hit f8 - then choose last known good configuration from the
screen - you may need to do this once or twice.

 -Mark

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 2:01 PM
To: CF-Talk
Subject: Re: Latest Windows Updates

I don't know what I'm trying to do at this point.The system resources
are all used up so I can't really do anything
 (hell the desktop icons and taskbars vanished).

I'll keep trying to uninstall the updates.

Of course we have backups of all our work...but there is a hell of a lot
of configuring to do to get it back up and
 running if I format c:\Time to get Ghost ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate 

RE: QoQ changes original query

2004-04-16 Thread Douglas.Knudsen
I just came across this issue too.I have two Qs, run QofQ to join them and one of the original Qs changes.Its wierd.When I get a chance, gonna play around with this to see if it was a fluke or not.May have to enter a bug!EEEK!

 
Doug

-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 9:08 PM
To: CF-Talk
Subject: QoQ changes original query

Here's an odd thing. I have a query record set and I use cfwddx to turn
it into XML. Numeric columns are represented like this in the XML: 

string4/stringstring5/stringstring6/stringstring7/string
...

Then I perform a query of a query, saving the new record set as a
different variable. The original should remain unchanged.

I then once again use cfwddx on the original. This time, the numeric
columns are represented like this: 

number4.0/numbernumber5.0/numbernumber6.0/numbernumber7.0
/number...

Weird huh? The reason this has come up is that I have written a tag that
looks for leaked variables. It takes each variable at the start and end
of the tag, turns them into WDDX packets, hashes them, and compares the
results. In this case, it thinks the record set has been changed. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion and XML

2004-04-16 Thread Douglas.Knudsen
if you are passing this in a form var, ala input type=hidden name=myXML value=?xml version=1.0 encoding=IS.blah blah this is going to bomb.Have to mind your ticks and quotes.For quick approach that may get you by, us value='?xml version=1.0 encoding=IS.blah blahOrvalue=?xml version='1.0' encoding='IS.blah blah

 
Doug

-Original Message-
From: chad [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 8:52 AM
To: CF-Talk
Subject: Re: ColdFusion and XML

I am not sure what type of encoding. The Xml I get has this.

?xml version=1.0 encoding=ISO-8859-1?
- Original Message - 
From: Howard Fore 
To: CF-Talk 
Sent: Friday, April 16, 2004 8:11 AM
Subject: Re: ColdFusion and XML

What kind of encoding? Do you mean that the XML document you posted is 
the value of a form element, a textarea for instance, and you'd like to 
access the data in the XML document?

--
Howard Fore, Web Developer, Professional Career Development Institute
[EMAIL PROTECTED], 770-729-8400, x5258

On Apr 16, 2004, at 7:42 AM, chad wrote:

 I generated a cfm page that process a xml document that is submitted 
 in a form. The problem is the XML document is encoded and it causes my 
 cfm page to error out. Does anyone know how to decode an encoded xml 
 page? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: cfloop

2004-04-16 Thread Douglas.Knudsen
if its a CF server error, timeout or whatever, should be an entry in the error logs that may indicate why.

Doug

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 11:53 AM
To: CF-Talk
Subject: RE: cfloop

yeh, t'was what I thought.

but I wonder...

its got code in there...would a timeout number matter, I don't think
so...cause the page is running finemaybe ram on the server?

tony 

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 16, 2004 11:47 AM
To: CF-Talk
Subject: Re: cfloop

venturing a guess here (see my disclaimer in a previous response regarding
ignorance on my part not being a factor in preventing me from answering a
question)...

I don't think there's a fixed number.There would be too many other
variables involved.What's involved in each iteration of the loop?How
resource-intensive is the code?What's the default page timeout?System
memory is probably a factor as well.

Charlie

- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, April 16, 2004 8:34 AM
Subject: cfloop

 hey there.

 whats the max number of iterations I can expect cfloop to handle before it
 craps out?

 1 million, 2 million?
 any number that anyone knows of?

 thanks!

 ...tony

 tony weeg
 senior web applications architect
 navtrak, inc.
 www.navtrak.net
 [EMAIL PROTECTED]
 410.548.2337


 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: cfloop

2004-04-16 Thread Douglas.Knudsen
my box can loop more than your box! 

 
LOL!

 
Doug 

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 12:06 PM
To: CF-Talk
Subject: Re: cfloop

Is it me or is there actually a reason to loop 10mil, 2mil, or 1mil? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Latest Windows Updates

2004-04-16 Thread Douglas.Knudsen
prob better to use the services panel to do this.

 
Doug

-Original Message-
From: Turetsky, Seth [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 2:52 PM
To: CF-Talk
Subject: RE: Latest Windows Updates

So, you are trying to stop McAffee?I would think you could remove it from
the registry(in the Run area) then reboot, right?

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 2:44 PM
To: CF-Talk
Subject: Re: Latest Windows Updates

Agh.I try and end processes running under the System username
and all I get is access denied!!!I'm in as the Administrator!!!

It's just getting worsenow CPU is done to 2-4% but anything I try and run
says can't be done...not enough resources and RAM is in good shape!!!

If I could just get Add/Remove Programs to run I could uninstal the updates
from yesterday...but NOOOooOOoo

Oh well.time to go find a nice quiet place to shoot myself ;-)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Doug White 
To: CF-Talk 
Sent: Friday, April 16, 2004 11:27 AM
Subject: Re: Latest Windows Updates

Yes, As I understand, McAffee still uses a 16 bit scanning engine - and as a
result really slows down some system.So much so, that it has caused many
to
abandon the product for a more efficient one.

Don't hold me to this, as I abandoned McAffee back in the Win98SE days for
that
reason

==
We can get rid of spam on your domain! , Anti-spam solutions
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
==

 - Original Message - 
 From: Bryan Stevenson
 To: CF-Talk
 Sent: Friday, April 16, 2004 11:47 AM
 Subject: Re: Latest Windows Updates

 Oh ya Doug...

 Isn't F-PROT to do with virus scanning??I've seen an alert about McAfee
mabye not having all of the right stuff installedguess that might be
that
bad guy??

 Cheers

 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]

 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
- Original Message - 
From: Doug White
To: CF-Talk
Sent: Friday, April 16, 2004 9:32 AM
Subject: Re: Latest Windows Updates

A place to start:

Start looking for 16 bit versions of applications that are running.
Such as
A/V
scanners, software firewalls, etc. Most running processes are running
under a
system account, so it is time consuming to isolate the offending
application.

Next try disabling processes running under systemone at a time with
the
CPU
monitor running and observe which one(s) make a big difference.
Sometimes a
re-install of that particular application will do the trick, but most
will
require upgrading to a 32 bit version of the process.

In my case, I had to update the F-PROT scan engine to a 32 bit version
and
that
solved the runaway issue.

Good luck!

==
We can get rid of spam on your domain! , Anti-spam solutions
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
==

- Original Message - 
From: Bryan Stevenson
To: CF-Talk
Sent: Friday, April 16, 2004 10:35 AM
Subject: SOT: Latest Windows Updates

Hey All,

We applied the latest round or about 5 security updates to our Win2K
Advanced Server yesterday and then all hell broke loose.

It now takes about 10-15 minutes to get to the desktop, then another
15 or
so before SQL Server and a few other services get runningCF
service
never started in that time so I went in and set it to a manual start
(trying
to free up resources).

Basically, the System process (not System Idle Process) is taking up
all
the CPU time...occasionally letting go for a few seconds.

Being that the system moves SO slow it's tough to check things to try
and
diagnose...so I'm here asking for help ;-)

Any..and I do mean ANY advice would be great

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com 
_
 [Todays 

RE: limit display of text

2004-04-15 Thread Douglas.Knudsen
as with most all programming langs, CF has String functions Left(), Right(), and Mid().So for what you want to do, something like this will do
#Left(report.maint_report_task,25)#...

 
see http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi17.htm#wp1099887

 
Doug

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 11:05 AM
To: CF-Talk
Subject: limit display of text

I have a filed, #report.maint_report_task#, that will be displayed via a cfoutput. How can I display just a portion of what the field contains?

If it contains: blah, blah, blah, blah Because of display constraints, I want it to just display a portion with the three periods after it: blah, blah

Does the trim function factor into this?

Robert O. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Check server memory and CFMX restarts

2004-04-14 Thread Douglas.Knudsen
yes, restarts are logged in the server log.You should prob figure out why the restarts are occuring though, eh?You have an app with long running SQL or something?

 
This will tell you the memory stuffs.Curteousy of Pete Frietag's blog.
cfset runtime = CreateObject(java,java.lang.Runtime).getRuntime()
cfset freeMemory = runtime.freeMemory() / 1024 / 1024
cfset totalMemory = runtime.totalMemory() / 1024 / 1024
cfset maxMemory = runtime.maxMemory() / 1024 / 1024

 
cfoutput
 Free Allocated Memory: #Round(freeMemory)#mbbr
 Total Memory Allocated: #Round(totalMemory)#mbbr
 Max Memory Available to JVM: #Round(maxMemory)#mbbr
/cfoutput

 
Doug

-Original Message-
From: Tyler Silcox [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 10:38 AM
To: CF-Talk
Subject: Check server memory and CFMX restarts

Is there a way to check available memory for CFMX from code?(i.e. I do not
have access to the physical server.)

I've seen it done before for Java based custom tags, but I was wondering if
there is a way to tell if CFMX is running out of memory (because I keep
losing my application variables way before the specified timeouts.)

And does CF record every time it restarts in the server log, or would it
only be recorded in the actual server's log (from IIS for example)?

Tyler S 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: RDS servlet errors

2004-04-13 Thread Douglas.Knudsen
yup, did some digging and it seems these errors are related to DWMX.Now, the thing is, I just tested this, I have the check in/out turned off in DWMX, yet I still see these errors.Seems DWMX is doing something wrong here.

 
Doug

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 8:40 AM
To: CF-Talk
Subject: Re: RDS servlet errors

On Monday 12 Apr 2004 18:33 pm, [EMAIL PROTECTED] wrote:
 D:\inetpub\wwwroot\scenario1\myminutes\index.htm.LCK (The system cannot
 find the file specified) java.io.FileNotFoundException:

Isn't that how DreamWeaver does it's locking ? Maybe that is causing files to 
vanish halfway through something.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.*** 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RDS servlet errors

2004-04-12 Thread Douglas.Knudsen
I get the below error in jrun4/logs/cfusion-event.log quite often.Anyone have any clue what is really causing this?

04/12 12:42:27 user RDSServlet: D:\inetpub\wwwroot\scenario1\myminutes\index.htm.LCK (The system cannot find the file specified)
java.io.FileNotFoundException: D:\inetpub\wwwroot\scenario1\myminutes\index.htm.LCK (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.init(FileInputStream.java:106)
	at coldfusion.rds.FileServlet$FileReadOperator.processCmd(FileServlet.java:125)
	at coldfusion.rds.FileServlet.processCmd(FileServlet.java:60)
	at coldfusion.rds.RdsServlet.doPost(RdsServlet.java:57)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at coldfusion.rds.RdsFrontEndServlet.doPost(RdsFrontEndServlet.java:98)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
	at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team

My Tasks: http://rapiddev.alltel.com/douglasknudsen/mytasks

 ole0.bmp 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java bootcamp for CF Developers?

2004-04-09 Thread Douglas.Knudsen
how about this class?

 
package com.gurumaker.training

 
import java.io.*;
import java.thrashing.*;

 
public class cfhead2javahead
{
 public javahead train(cfhead inStudent) throws IOException//student might skip class!
 {
JavaHead javahead = thrash(inStudent);
return javahead;
 }
}

 
LOL...couldn't resit...hey, its friday already!

 
Doug
 

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 3:58 PM
To: CF-Talk
Subject: Java bootcamp for CF Developers?

I'm looking for a training class that can turn an experienced CF developer (me) into a competent Java developer.Ideally, I'd like something that will include the web development side of Java, like JSP, J2EE, servlets, beans, etc.Can anyone recommend something in the Tampa Bay, FL area?Or within a long drive (or cheap flight) of Tampa?

I know there's someone on the list from a company who has a great reputation for their CF training.If you see this, do you also offer Java?

Thanks,
Chris 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Jasper Reports x CF MX - anybody use?

2004-04-08 Thread Douglas.Knudsen
I'm interested in hearing about this too.anyone?!!???

 
Doug

-Original Message-
From: Spectrum WebDesign [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 6:44 PM
To: CF-Talk
Subject: Jasper Reports x CF MX - anybody use?

Hi all

JasperReports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files. I'm looking for using with CF MX for creating powerfull PDF files and XML files. Do you have any comments? Anybody use it?

Thanx in advance.
-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Long StartUp Times are Killing me

2004-04-08 Thread Douglas.Knudsen
wow!What kind of app is this?I know something like FarCry has a huge startup time as it stores a very large amount of stuff in the application scope.Subsequent reqs are fast though.

 
Doug

-Original Message-
From: Brook Davies [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 08, 2004 2:49 PM
To: CF-Talk
Subject: Long StartUp Times are Killing me

I have a serious problem...

Whenever I restart the cfmx service the first run of one of my applications 
(the others are fine)takes
(296719 ms) TOTAL EXECUTION TIME to run. If there is a load on the site I 
watch the running requests grow non-stop and the processor at 100% and the 
site will never start. I have to add conditional code to only allow my IP 
access until the site is running. After the run of the application it runs 
really fast and returns pages fast.

I can't seem to track it down to one page, cause when I remove what looks 
like the problem page, the processing time on another page spikes. What 
could possibly be causing this? Any ideas?

Brook 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Version Control

2004-04-07 Thread Douglas.Knudsen
starting to use CFV here...used VSS in the past.Subversion is lookin noice though for true.

 
FYI Scott, u can hit the link below a message here to get to the HOF site supporting this list and run a search. this topic has been hit on several times^_^

 
Doug

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 2:17 PM
To: CF-Talk
Subject: RE: Version Control

I use CVS and the SmartCVS client (www.smartcvs.com) and it's very nice.
CVS has some shortcomings though, many of which are addressed by SubVersion,
which recently went 1.0.I haven't used it, but the improvements look very
promising.

Cheers,
barneyb 

 -Original Message-
 From: Scott Stewart [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 07, 2004 10:54 AM
 To: CF-Talk
 Subject: Version Control
 
 What are people using for version control. I understand that there are
 performance issues with Visual Source Safe.
 
 I need somthing that has a GUI and it's easy to maintain.
 
 thanks
 
 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Show status during long request

2004-04-06 Thread Douglas.Knudsen
put the message in a DIV with an ID.Then just add an onLoad event to your body tag to remove the DIV from the DOM.

 
Doug

-Original Message-
From: Nathan C. Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 10:30 AM
To: CF-Talk
Subject: RE: Show status during long request

Raymond,

OK, that worked really well to get a please stand by style message while
processing,

Is there a clean way to clear that message before displaying the results?

Thanks for your help.

-Nate

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 10:19 AM
To: CF-Talk
Subject: RE: Show status during long request

 
 I think I need to use cfflush, but if anybody has any 
 pointers on how to accomplish this I would be very appreciative.

It is actually pretty simple. Just use cfflush. There is one thing to
worry about. In IE, the browser helps by not displaying content until it
gets enough content. Let's all pause for a minute to thank MS and it's
infinite wisdom. Anyway, sometimes you have to push IE to force it to
display something. So, I would use code like this:

Please stand by while we do the foo.
cfoutput#repeatString( ,250)#/cfoutput
cfflush

The repeatString function just outputs a big block of white space that the
browser will display as _one_ space. Normally folks have HTML and other bits
already output so this hack isn't needed. 

Also, note that you can't use tags like cfcontent, cfcookie, cfheader, etc,
after using cfflush. 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: maxlength for textarea

2004-04-06 Thread Douglas.Knudsen
http://www.w3.org/TR/1998/REC-html40-19980424/interact/forms.html#h-17.7

 
You can use _javascript_ though
http://_javascript_.internet.com/forms/limit-textarea.html

 
Doug

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 2:46 PM
To: CF-Talk
Subject: maxlength for textarea

hey there.

is there a parameter of a textarea that enables what maxlength does for
input type elements?

thanks

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: [DWMX2K4] Does this feature sound familiar?

2004-04-02 Thread Douglas.Knudsen
you could write your own extension.:)Someone might buy it even.:)

 
Doug

-Original Message-
From: Jeff Small [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 12:38 PM
To: CF-Talk
Subject: Re: [DWMX2K4] Does this feature sound familiar?

 Yes, I know that was in CF Studio (v5 I think...maybe even earlier)I
 really liked it as well and didn't even really notice it was gone until
 you just mentioned it.I don't know if there's anything lurking in
 Dreamweaver or not, but at a quick glance, I couldn't find anything.

 John Burns

Crud. So this feature, which is easily one of the most convenient features
for developers, has somehow disappeared from Dreamweaver MX?

Now for my next, and possibly most important question...how on earth do we
get this back into Dreamweaver? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: [DWMX2K4] Does this feature sound familiar?

2004-04-02 Thread Douglas.Knudsen
actually, DWMX has much of its stuffs in _javascript_.Take a gander through the install dir, quite amazing really.Extensions can be written in _javascript_
http://www.macromedia.com/support/dreamweaver/extend/creating_simple_cmmd_ext/
for a simple example...nope, I haven't done this yet, but this thread got me to thinking about it...shouldn't be hard to do this, I just aintz gotz the times nows.

 
peas...

 
Doug

-Original Message-
From: Jeff Small [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 1:21 PM
To: CF-Talk
Subject: Re: [DWMX2K4] Does this feature sound familiar?

 www.macromedia.com/go/wish
 I guess we could post it to the wishlist.

 Please do- that's the best way to get it directly into the product team.
 This isn't the first (or do I suspect the last) time I've heard of a
request
 for code collapse in DW, I've also submitted a request for it myself,
FWIW.
 ;)

 -Scott
Macromedia, inc.

Straight from the horses mouth...I'm on my way right now to do it...

Although, Douglas' idea sure does sound cool...Wonder how hard it is to do?
I've got a little C++ experience...

Sounds like a fun little research project for the weekend... 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: cfimport

2004-04-02 Thread Douglas.Knudsen
that's the way it is d00d.

 
Honestly, that's the way its designed.Was much discussion on this once on cfcdev.
An archive of the CFCDev list is available athttp://www.mail-archive.com/[EMAIL PROTECTED] www.mail-archive.com/[EMAIL PROTECTED]

Doug

-Original Message-
From: Taco Fleur [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 5:00 PM
To: CF-Talk
Subject: cfimport

Why is it that when I call cfimport from any other page then where I will
use the tags in the library, it just won't evaluate?

For example, if I call the cfimport tag from the application.cfm and make
reference to it from another page it just won't use the tag.
It's just a bit unclear as to why this is happening.

Taco Fleur

Tell me and I will forget
Show me and I will remember
Teach me and I will learn 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Embedding an image in cfmail

2004-03-31 Thread Douglas.Knudsen
what version of CF???With CFMX, no embedding via CFMAIL tag, only HTML mail, use typ=html.With CF5 there's a fancy custom tag Jochem van Dieten wrote to embed images in an email.By embed, I mean multipart emails with inline images in Base64 encoding.Prob can do with Java though.

 
Doug

-Original Message-
From: Casey C Cook [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 31, 2004 4:23 PM
To: CF-Talk
Subject: Embedding an image in cfmail

Does anyone have a quick example of code that will embed an image in a 
cfmail ?

I want the output to look something like

My cruise pics

See this nice image!
(IMAGE1)

See this nice image!
(IMAGE2)

See this nice image!
(IMAGE3)

Thanks for your assistance,
Casey Cook 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Embedding an image in cfmail

2004-03-31 Thread Douglas.Knudsen
with this approach you just build a web page as teh body.note that the image tags have to have FQ URIs...http://foo.net/images/goo.gif.

 
Doug

-Original Message-
From: Casey C Cook [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 31, 2004 5:25 PM
To: CF-Talk
Subject: RE: Embedding an image in cfmail

Using CFMX currently. So what Im hearing is use cfmail type = html and 
its possible. We have been unable to get it to work as of yet. Thanks for 
the responses.

CC 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java CFX for CF-Excel

2004-03-24 Thread Douglas.Knudsen
anyone actually use this?has like no docs.I can see some class files in the jar and all, but...

Doug

-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 8:59 PM
To: CF-Talk
Subject: Re: Java CFX for CF-Excel

http://sourceforge.net/projects/openxcf

-Matt

On Mar 23, 2004, at 7:42 PM, Stacy Young wrote:

 Anyone know of an available custom tag to output query results to excel
XLS...before I go off and re-invent the wheel?

Thx!

Stace
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java CFX for CF-Excel

2004-03-24 Thread Douglas.Knudsen
kewl, me have a look-see.I was looking for a way to export graphs from cfchart into an Excel sheet, without COM and work on Excel97.Why my interests in your stuff was piqued.I see the ExcelQuery imports only.What about the PDFText.class?Its on my list of things to play with this some, I'll attempt to write something if ya want, although I'm far from a Java guruyet.

 
BTW, your blog is getting hammered by spam!dman them!

 
Doug

-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 9:49 AM
To: CF-Talk
Subject: Re: Java CFX for CF-Excel

I use it. See http://devilm.com/archives/99.html for more 
information. BTW, OpenXCF is always looking for contributors. Maybe you 
could write the documentation.

-Matt

On Mar 24, 2004, at 9:38 AM, [EMAIL PROTECTED] wrote:

 anyone actually use this?has like no docs.I can see some class 
 files in the jar and all, but...

Doug

-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 8:59 PM
To: CF-Talk
Subject: Re: Java CFX for CF-Excel

http://sourceforge.net/projects/openxcf

-Matt

On Mar 23, 2004, at 7:42 PM, Stacy Young wrote:

 Anyone know of an available custom tag to output query results to 
 excel
XLS...before I go off and re-invent the wheel?

Thx!

Stace

 _
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Dots in variable names behaving unexpectedly

2004-03-23 Thread Douglas.Knudsen
using dots implicitly creates structs now in CFMX.Since dot notation has significant meaning in other langs, I personally feel its bad practise to name variable this way anyhoo.

 
Doug

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 1:12 PM
To: CF-Talk
Subject: Dots in variable names behaving unexpectedly

Can someone give me the lowdown on why...
registrant.emergencyPhone.Phone.countryCode = 1;
...is equivalent to...
registrant[emergencyPhone][Phone][countryCode] = 1;

Is this new in CFMX? I used to name variables with dots in them to
sort of give pseudo-scopes to groups of variable. Maybe it's always
behaved this way, but I never had occasion to dump one?

This has very strange consequences when doing something like this
(please try running this form yourself):

form action="" method=post
input type=hidden value=123 name=blah.blee.bloo
input type=submit name=submit value=submit
/form
cfscript
form.blah.blee.bloo = 234234;
/cfscript
cfdump var=#form#

The dump shows both variables in the form scope, but shows the true,
posted form variable as a simple variable (blah.blee.bloo), but the
locally set form variable is a structure of structures.

I guess the lesson is not to have dots as delimiters in form vars
anymore, but can someone explain what's at work here? Also, can I (and
should I) always expect that this dot notation for structures will
work, and can I start using (and relying on) that notation?

Thanks,
Jamie 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Printing PDF directly to printer using CFMX

2004-03-22 Thread Douglas.Knudsen
from the iText list...interesting, seems you can embed _javascript_ into a PDF to kick off printing.

 
Doug
At 02:44 PM 3/19/2004, Frawley, Greg (Exchange) wrote:

Is there a way to using the iText APi to direct automatic printing in the 

background without the user having to initiate a user action such as 

pressing the print icon in Adobe?

This has been discussed before, and teh solution is to embed some 

document-level _javascript_ into the PDF to auto-print on open.

-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 10:30 AM
To: CF-Talk
Subject: Re: Printing PDF directly to printer using CFMX

 well, if using iText, they claim u can
 http://www.lowagie.com/iText/faq.html#printing

not really, you can use arcobat commandline for printing with or without
iText (though iText is certainly one cool app). 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF and Off Shore Development

2004-03-22 Thread Douglas.Knudsen
-Original Message-
From: David Adams [mailto:[EMAIL PROTECTED]
Sent: Monday, March 22, 2004 3:17 PM
To: CF-Talk
Subject: CF and Off Shore Development

Will the simplicity and elegance of CF be it's saving grace in the future for the lonely, over paid web developer in North America?

Why sweat learning Java and .Net when off shore development will be doing it better and cheaper in the future anyways?

The way I see it is that I am better off being a really good CFer that has face-to-face access the client, the keeper of the money, and building them 'quick and dirty' web applications.Then when they want to take it to the next step, that is when the application development should go off shore.

I argue that the future of the North American CF developer is in the integration of CFCs, FBX Plugins, UDFs that have been written by someone else.

What is our opinion? 

 
my opinion is you posted this to the wrong list.Please move it toCF-Community.

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Printing PDF directly to printer using CFMX

2004-03-18 Thread Douglas.Knudsen
well, if using iText, they claim u can
http://www.lowagie.com/iText/faq.html#printing

 
Doug

-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 10:03 AM
To: CF-Talk
Subject: Re: Printing PDF directly to printer using CFMX

It's not possible without resorting to Java or ActiveX or something like that.Printing is done at the OS level, and the web browser cannot (for good reason) interact autonomously with the OS -- it needs a user to click a Print button.

Pete
- Original Message - 
From: Spectrum WebDesign 
To: CF-Talk 
Sent: Thursday, March 18, 2004 9:55 AM
Subject: Printing PDF directly to printer using CFMX

Hi all

my app have an script to generate PDF files from DB user data. How to, after user clicks in a link(in Internet Explorer), that user's data(now PDF format) is send directly to printer? It's possible? Thanx in advance.

Spectrum
-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




insert image into generated excel excel

2004-03-17 Thread Douglas.Knudsen
Ok, I'm creating an excel report via cfcontent/cfheader and HTML tables.The report works fine.I want to insert a graph produced via cfchart.any ideas?I'm stumpedNo, I'm not going to use COM at all, can't.

thanks!

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

 ole0.bmp 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: insert image into generated excel excel

2004-03-17 Thread Douglas.Knudsen
sure, wish I could here more on my question though...oh, I'm stuck on Office97 too...hey, we got like 25,000 employees!LOL!

 
OK, generally folks just dump plain jane HTML tables and tweak teh content header of the doc like this
CFHEADER NAME=Content-Disposition VALUE='Inlinefilename=foo.xls'
cfcontent type=application/vnd.ms-excel 

 
table border=1
tr bgcolor=#00
 thPOSNBR/th
 thNAME/th
 thEMPLID/th
 thDESCR/th
 thDISPLAYNAME/th
 thimg/th
/tr
/table

 
alternatively you can dump tab delimed data to...this is somewhat dynamic example...please forgive th euse of evaluate!
FHEADER NAME=Content-Disposition VALUE='Inlinefilename=execcomplaints.xls'
cfcontent type=application/vnd.ms-excelcfoutput#Replace('#test.columnlist#',',',chr(0009), 'ALL')#/cfoutput
cfoutput query=testcfloop index=item list=#test.columnlist##evaluate(item)##chr(0009)#/cfloop
/cfoutput

 
Doug

-Original Message-
From: Morgan Senkal [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 11:59 AM
To: CF-Talk
Subject: Re: insert image into generated excel excel 

Doug, can you post the code that creates the report?I'll be needing to do something similar soon...I can jump ahead a bit on my project to that point and see if I can help out.Thanks!

 Ok, I'm creating an excel report via cfcontent/cfheader and HTML 
 tables.The report works fine.I want to insert a graph produced via 
 cfchart.any ideas?I'm stumpedNo, I'm not going to use COM at all, 
 can't.
 
 thanks!
 
 --
 Douglas Knudsen
 Alltel ACI IT Rapid Response Team
 (o) 678-351-6063
 (c) 678-773-5852
 

 ole0.bmp 
 
* *
 The information contained in this message, including attachments, may 
 contain 
 privileged or confidential information that is intended to be 
 delivered only to the 
 person identified above. If you are not the intended recipient, or the 
 person 
 responsible for delivering this message to the intended recipient, 
 ALLTEL requests 
 that you immediately notify the sender and asks that you do not read 
 the message or its 
 attachments, and that you delete them without copying or sending them 
 to anyone else. 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: insert image into generated excel excel

2004-03-17 Thread Douglas.Knudsen
ok, so this is a doable thing as there is at least one SW package out there that claims to do this without COM.I'm wondering if some sort of encoding is needed, like Base64 or something.

Doug

-Original Message-
From: Knudsen, Douglas 
Sent: Wednesday, March 17, 2004 11:55 AM
To: CF-Talk
Subject: insert image into generated excel excel 

Ok, I'm creating an excel report via cfcontent/cfheader and HTML tables.The report works fine.I want to insert a graph produced via cfchart.any ideas?I'm stumpedNo, I'm not going to use COM at all, can't.

thanks!

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Grabbing username account from Windows login screen

2004-03-16 Thread Douglas.Knudsen
what if your webserver is not in the same domain as your users PC?
On the other end, your webserver needs full acces to the AD, correct?

 
Doug

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 11:52 AM
To: CF-Talk
Subject: RE: Grabbing username account from Windows login screen

First if all, it is very important that Anonymous access is UNCHECKED and Integrated Windows authentication is CHECKED in the Authentication Methods under Directory Security of any website (or directory or file) that one wants to get user information from.

!
- Logining in a user to our intranet -
--/
!--- Check Login---
cflogin
cfinvoke
component = NTSecurity
method = getUserGroups
domain = #ListFirst(cgi.AUTH_USER,'\')#
userid = #ListLast(cgi.AUTH_USER,'\')#
returnvariable = GetUsers

cfloginuser 
name=#ListLast(cgi.AUTH_USER,'\')#
password=#cgi.AUTH_PASSWORD#
roles=#replace(GetUsers,' ','','ALL')#
/cflogin
!--

This gets the user information from cgi.Auth_User and uses it in the NTSecurity CFC from Macromedia to get their user groups from Active Directory.We then provide different access and permissions to various sections of our intranet site based on these roles.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




FARCRY

2004-03-15 Thread Douglas.Knudsen
anyone get this installed and working?We are running CFMX6.1(J2EE) with Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : 	cfcatch
9 : 		cfinclude template=/Application.cfm
10 : 	/cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain' setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

 ole0.bmp 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Douglas.Knudsen
ugh, where?I'm looking at this 
http://farcry.daemon.com.au/go/documentation/installation/installation-guide
does not mention a CF mapping anywhere.Has webserver mappings instructions including the built in CF Webserver if using it.I could be in Monday brain-dead land though!

Doug

-Original Message-
From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:28 AM
To: CF-Talk
Subject: RE: FARCRY

Yes you need to set a mapping up also - its outlined in the installation
guide.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Douglas.Knudsen
what a PITA so far!

 
I installed the stuffs to d:\inetpub\farcrycms.
I ran the install scripts 
sitename: farcry_test
applicationmapping: /farcry_test
admin mapping: /farcry
domain:localhost--- what should this be??? this box has no DNS entry, only IP.

 
In IIS I have two virtual dirs
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www

 
Ok, I have two CF mappings
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www
(these are the ONLY CF Mappings I have set)

 
With this the installer appears to complete fully offering me the login and see site buttons. I ran the installer on the server itself.But when I click on the login button I get the login screen and can't get past it with the given default UID/PWD.If I click on the view site button, I get teh login screen and can't get past it.If I try to reach the site via a browser remotely, http://myip/farcry_test, i get Could not find the included template /Application.cfm error.So what part is wrong here?BTW, i have no mapping in CF for /.

 
Doug

-Original Message-
From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:54 AM
To: CF-Talk
Subject: RE: FARCRY

Actually where the installation is flakey is the way you have add the
virtual mapping AFTER you have ran the installer - I always now add the
mapping BEFORE I run the installer

_

From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:28
To: CF-Talk
Subject: RE: FARCRY

Yes you need to set a mapping up also - its outlined in the installation
guide.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




  1   2   3   4   5   >