AW: Getting parameter to CF

2007-01-06 Thread Daniel Hikel
Hello,

I found the solution 

#cgi.REDIRECT_URL#
#cgi.REDIRECT_QUERY_STRING#

Is my friend. I got all parameter I want !!

Thanks to you

Daniel

-Ursprüngliche Nachricht-
Von: Jon Clausen [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 6. Januar 2007 04:19
An: CF-Talk
Betreff: Re: Getting parameter to CF

Daniel,

Do you have any rewrite rules configured?  If so, the method of accessing
your path variable depends on the Rewrite Rule.  For example, I have this
rewrite rule in one of my apps:

RewriteRule ^www/go/(.*) /go.cfm?path=/go/$1$2 [L,PT]

When that rule was in effect, any path information after the /go/ would be
accessed with the CGI.QUERY_STRING variable.

If you don't have a rewrite rule in effect, you can simply access that
through the CGI.SCRIPT_NAME variable by using the / as a list delimiter.

In your case with your url (www.testesttest.com/[PARAMETER1]/? 
testvar1=danieltestvar2=peter):
Your CGI.SCRIPT_NAME would be  /[PARAMETER1]/index.cfm

You could get Parameter1 with:

cfset parameter1 = listFirst(CGI.SCRIPT_NAME,/)

HTH,
Jon

On Jan 5, 2007, at 7:55 PM, Daniel Hikel wrote:

 Hello,

 I searched the internet and some documentation about getting a 
 parameter direct to coldfusion, but till know it does not working.

 I am opening my internetpage:
 www.testesttest.com/[PARAMETER1]/?testvar1=danieltestvar2=peter

 The url bevause of different parameter1 does not existing that while 
 im using an .htaccess file with modrewrite

 # .HTACCESS FILE FOR MODREWRITE
 RewriteEngine on

 # REDIRECTION
 ErrorDocument 404 /channel/index.cfm
 # END

 Till now I used the rewrite and javascript to get PARAMETER1 but the 
 other url-parameter got lost.

 JS-Script today:

 script
   text = self.location.href;
   text= text.replace(/http:\/\//,);
   text= text.replace(/#cgi.http_host#\//,);
   location.href =
 'http://#cgi.http_host#/channel/index.cfm?channel='+text;
 /script


 So is there a better way to get the parameter1 and all the other 
 parameters?
 I thought to get the parameter from an cgi. Variable but I found no 
 suitable one.

 Any ideas?

 Thanks in advance.


 Daniel





 



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265913
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Getting parameter to CF

2007-01-05 Thread Daniel Hikel
Hello,

I searched the internet and some documentation about getting a parameter
direct to coldfusion, but till know it does not working.

I am opening my internetpage:
www.testesttest.com/[PARAMETER1]/?testvar1=danieltestvar2=peter

The url bevause of different parameter1 does not existing that while im
using an .htaccess file with modrewrite

# .HTACCESS FILE FOR MODREWRITE
RewriteEngine on

# REDIRECTION
ErrorDocument 404 /channel/index.cfm
# END

Till now I used the rewrite and javascript to get PARAMETER1 but the other
url-parameter got lost.

JS-Script today:

script
text = self.location.href;
text= text.replace(/http:\/\//,);
text= text.replace(/#cgi.http_host#\//,);
location.href =
'http://#cgi.http_host#/channel/index.cfm?channel='+text;
/script


So is there a better way to get the parameter1 and all the other parameters?
I thought to get the parameter from an cgi. Variable but I found no suitable
one.

Any ideas? 

Thanks in advance.


Daniel





~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265897
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Get imagesize

2006-10-29 Thread Daniel Hikel
Hello,

Does anybody know a tool to get the jpg and gif imagesize on the fly. I
tried imagesize.cfc but this will not work. Using CFMX 6.1, Debian Linux.

Any ideas?

Thanks in advance

Daniel


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258392
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


AW: Get imagesize

2006-10-29 Thread Daniel Hikel
Hello Michael,

Thanks for your tip. But how to get the size of image with the image.cfc?

Thanks 

Daniel 

-Ursprüngliche Nachricht-
Von: Michael E. Carluen [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 29. Oktober 2006 19:34
An: CF-Talk
Betreff: RE: Get imagesize

Rick Root's imagecfc
http://www.opensourcecf.com/imagecfc/example.cfm



 -Original Message-
 From: Daniel Hikel [mailto:[EMAIL PROTECTED]
 Sent: Sunday, October 29, 2006 10:26 AM
 To: CF-Talk
 Subject: Get imagesize
 
 Hello,
 
 Does anybody know a tool to get the jpg and gif imagesize on the fly. 
 I tried imagesize.cfc but this will not work. Using CFMX 6.1, Debian
Linux.
 
 Any ideas?
 
 Thanks in advance
 
 Daniel
 
 
 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258396
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


AW: Get imagesize

2006-10-29 Thread Daniel Hikel
Oh sorry I got it


cfset imagecfc = createObject(component,image) 
cfset result2 = imagecfc.getImageInfo(, #ExpandPath(.)#/image.jpg) 

cfoutput
Width: #result2.width# pixelsbr /
Height: #results2.heigt# pixels
/cfoutput

Thanks 

Daniel

-Ursprüngliche Nachricht-
Von: Daniel Hikel [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 29. Oktober 2006 20:24
An: CF-Talk
Betreff: AW: Get imagesize

Hello Michael,

Thanks for your tip. But how to get the size of image with the image.cfc?

Thanks 

Daniel 

-Ursprüngliche Nachricht-
Von: Michael E. Carluen [mailto:[EMAIL PROTECTED]
Gesendet: Sonntag, 29. Oktober 2006 19:34
An: CF-Talk
Betreff: RE: Get imagesize

Rick Root's imagecfc
http://www.opensourcecf.com/imagecfc/example.cfm



 -Original Message-
 From: Daniel Hikel [mailto:[EMAIL PROTECTED]
 Sent: Sunday, October 29, 2006 10:26 AM
 To: CF-Talk
 Subject: Get imagesize
 
 Hello,
 
 Does anybody know a tool to get the jpg and gif imagesize on the fly. 
 I tried imagesize.cfc but this will not work. Using CFMX 6.1, Debian
Linux.
 
 Any ideas?
 
 Thanks in advance
 
 Daniel
 
 
 





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258397
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: Editor Layer Based ?

2006-09-05 Thread Daniel Hikel
Hello,

I am searching for a wysiwyg editor which is based on layers? At the end I
want to save every layer with type, ... in database. 

Did anyone already this?

Thank you very much in advance.


Daniel


 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252121
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT: Linux MS Word Conversion

2006-08-12 Thread Daniel Hikel
Good Evening,

Does anybody know a solution to convert a Word document to PDF, TIFF, JPG or
Postscript file unter a Debian linux system?

I am looking for a solution which supports tables, images and customer
formats.

Thanks for any ideas in advance!!

Daniel


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249663
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT Validate eMail in Postgresql SQL

2006-08-10 Thread Daniel Hikel
Hello,

I know a litte OFF, but may be there is also a CF solution to validate
email.

I tried select XXX FROM YYY where email LIKE '[EMAIL PROTECTED]'
but this regression does noot work for emails like [EMAIL PROTECTED] also
I want to check on the top-level (max. 3 letters).

Could anybody help ?

Many thanks in advance

Daniel



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249409
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OpenSource CMS

2006-01-17 Thread Daniel Hikel
Hello !!

Does anybody know a good OpenSource CMS on CFMX 6 Linux. I looked a litte
around and found Farcry (http://farcry.daemon.com.au) but it seems to work
only on Windows plattforms.

Thanks in advance


Daniel


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229844
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Sending Faxes through Cold Fusion

2005-11-17 Thread Daniel Hikel
Me too please. May be you put this on an ftp?

Thanks Daniel

- Original Message - 
From: Tim Laureska [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, November 17, 2005 4:08 PM
Subject: RE: Sending Faxes through Cold Fusion


 Me too plz - plz

 -Original Message-
 From: Justin D. Scott [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 17, 2005 10:02 AM
 To: CF-Talk
 Subject: RE: Sending Faxes through Cold Fusion

 I wrote a small app in Visual Basic a few years ago that
 did exactly that. I might still have that kicking around
 somewhere.

 If you still have a copy of that and wouldn't mind sending one over, my
 fellow coders and I would be very appreciative.


 -Justin Scott





 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224494
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


AW: Track CF errors

2005-11-01 Thread Daniel Hikel
Thanks, for your help,

But it is not allowed to set an cfmail tag in a error handling template.

Does anybody have another solution?
`
Thanks

Daniel

-Ursprüngliche Nachricht-
Von: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 31. Oktober 2005 23:14
An: CF-Talk
Betreff: RE: Track CF errors


Yes, use the cferror tag to handle the errors. Put the cferror tag in your
application.cfm, in your error handling template, put a cfmail tag that send
you all of the error information. (there will be a structure called error)

There was a recent discussion on error handling that involved storing the
error information in the applications database and sending a You have
errors email to let you know to check the databse. It was a little more in
depth than that but worth looking into. I personally thought it was an
excellent idea.


 
...:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: Daniel Hikel [mailto:[EMAIL PROTECTED] 
Sent: Sunday, October 30, 2005 4:47 PM
To: CF-Talk
Subject: Track CF errors

Hello !!

I am using CFMX 6.1 on Debian. Does anybody know a solution that coldfusion
send very error to my e-mail address?

Thanks in advance

Daniel







~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222830
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Track CF errors

2005-10-31 Thread Daniel Hikel
Hello !!

I am using CFMX 6.1 on Debian. Does anybody know a solution that coldfusion
send very error to my e-mail address?

Thanks in advance

Daniel



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222791
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Problem urltoken

2005-10-21 Thread Daniel Hikel
Hello

I am migration a solution from cf 4.5 to cfmx 6.1 and searched the web for 
the following problem but found no solution.

My application on CF 4.5 works with URLTOKEN and send this from page to 
page. No I migrate to cfmx 6.1 and it does not work to resolve this 
variable - BUT if a build a small app only with 2 files and Application.cfm 
it works !!

Can anybody help ?? Thanks in advance


Daniel 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221793
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFID CFTOKEN PROB CF4.5 = CFMX6.1

2005-10-19 Thread Daniel Hikel
Hello !!

I migrate an ecommerce application from CF 4.5 to CFMX 6.1.

I am using in in CF 4.5 the client.cfid and client.cftoken for identifying
the user in my cart. In CFMX 6.1 the client.vars doing problems.

I tried this work a round:

cfapplication name=2gether clientmanagement=Yes sessionmanagement=Yes
setclientcookies=No sessiontimeout=#CreateTimeSpan(0,1,0,0)#
clientstorage=registry

cfif not IsDefined(Cookie.CFID)
  cfcookie name=CFID value=#CFID#
  cfcookie name=CFTOKEN value=#CFTOKEN#
/cfif

But I still got the error: Error Executing Database Query.

During the error the server will execute this query:

cfquery name=known datasource=datasource dbtype=ODBC
SELECT * FROM customer
WHERE cfid = '#client.cfid#'
and portal_id = '#session.portal_id#'
/cfquery

Does anybody have a solution !!

Thanks a lot for the the support.


Daniel





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221573
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Anybody expierence in medical stuff e.g. DICOM, HL7

2005-10-12 Thread Daniel Hikel
Hello !!!

I am new here and working with since years. For a new job i am looking for 
any modules, help, infos, ... about Coldfusion and working with standard 
medical date like HL7, Dicom, ...

Does anybody have some expierence and can report?

Thanks

Daniel 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220795
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54