scheduled task save output to a network share

2014-11-12 Thread marc --
Hello, ColdFusion 10,286680 running on a Windows 2012R2 machine. I want to create a Scheduled Task. The output should be saved to a file on a network share. The network share is accessible via Windows explorer: either using the UNC notation (\\network_share) or via a mapping (F:). When I

Re: scheduled task save output to a network share

2014-11-12 Thread marc --
Are you still running cf under the system account? If so then this is why, and is also insecure. I forgot to add, CF10 is _not_ running under the local system acct - it runs as a dedicated user that has access to the share. I found a solution already: file:

F9 ORM: Path expected for join!

2012-02-14 Thread marc --
is wrong or something is wrong with the mappings but I can't figure out what.. Does anyone have a clue? Coldfusion 9,0,1,274733, Win7,MySQL 5.5.16 Marc ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

CF9 ORM: Path expected for join!

2012-02-14 Thread marc --
is wrong or something is wrong with the mappings but I can't figure out what.. Does anyone have a clue? Coldfusion 9,0,1,274733, Win7,MySQL 5.5.16 Marc ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: How to search for all occurences of a string in a text?

2011-11-19 Thread marc --
Thanks, it works now! ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

How to search for all occurences of a string in a text?

2011-11-18 Thread marc --
that matches with the regular expression. I can't get it to include all matches in the string. Is my regular expression wrong or is it not possible what I want? Marc ~| Order the Adobe Coldfusion Anthology now! http

Webservice not recognized

2011-09-07 Thread marc --
(RemoteHomepageEditService.cfc) Any hints? CF 8,0,1 Windows server 2003 Thanks, Marc ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Remote component not recognized by CF

2011-09-07 Thread marc --
(RemoteHomepageEditService.cfc) Any hints? CF 8,0,1 Windows server 2003 Thanks, Marc ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Webservice not recognized

2011-09-07 Thread marc --
Solved! Turned out that all I needed was an Application.cfc in the same folder as the remote component. That Application extends the /Application.cfc and clears the implicit behaviors (onRequest() etc). Marc ~| Order

Re: Remote component not recognized by CF

2011-09-07 Thread marc --
this was accidently double-posted and is now solved ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Charge for meetings

2011-02-07 Thread Marc Funaro
I've done botha, and I vote iterative as well. Velocity seems to stay higher, and you can still make the bean counters happy by regularly discussing overall budget, timeline, and number/complexity of changes. It may not work for all clients, but I'd definitely encourage defining and trying

Re: Is Coldfusion losing it biggest asset?

2011-01-15 Thread Marc Funaro
Or it could be seen as a negative sign that after ten years CF still hasn't been able to shake off the cf is dying stigma. True this. Scour the web - how many other languages have their devoted developers constantly asking this same question over and over? PHP? Ruby? Java? Etc.? Some HAVE

Re: Is Coldfusion losing it biggest asset?

2011-01-15 Thread Marc Funaro
LOL Stuart Smalley, 2000-present: I don't know what I'm doing. They're gonna cancel the show {kill my programming language}. I'm gonna die homeless and penniless and twenty pounds overweight. Let's balance it out... I was recently reminded by a relative of this useful quote: I have lived a

Re: Is Coldfusion losing it biggest asset?

2011-01-12 Thread Marc Funaro
with it. My position has changed only a little since my ranting, blog post... but I have been able to start using OO in a bit more sensible way, given the limitations of CF, with the help of CFW and the smart and kind community over yonder. Hope this helps. Marc

Re: Is Coldfusion losing it biggest asset?

2011-01-12 Thread Marc Funaro
Everyone deserves a second chance Marc :D A second chance to embarrass themselves? I'll take it! I learn a lot when the high and mighty correct me :) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

How do I get a save/download window using Ajax?

2010-12-27 Thread marc --
. This refreshing does work but the pdf is not displayed - I don't get a window asking me if I want to save or view the attachment I get when not using Ajax. How can I get this to work? Marc fwiw - I use ModelGlue 3.1 and CF 9.0.1 on Mac OS X. JQuery 1.4.2

How do I get a save/download window using Ajax?

2010-12-27 Thread marc --
the page. This refreshing does work but the pdf is not displayed - I don't get a window asking me if I want to save or view the attachment I get when not using Ajax. How can I get this to work? Marc fwiw - I use ModelGlue 3.1 and CF 9.0.1 on Mac OS X. JQuery 1.4.2

Re: How do I get a save/download window using Ajax?

2010-12-27 Thread marc --
I just see that the Ajax call is getting the pdf data - if I do an alert(data) in the onSucess callback I get the binary data. Question is how to display this binary data ~| Order the Adobe Coldfusion Anthology now!

pdf creation hell

2010-12-25 Thread marc --
no problem with the HTML. Just this text - align part. I use CF 9.0.1 on Mac OS X with apache 2.2 Does anyone have an idea what could be causing this? Thanks, Marc ~| Order the Adobe Coldfusion Anthology now! http

Re: pdf creation hell

2010-12-25 Thread marc --
Hi Marc, Thanks for the reply. I already tried your suggestion before posting and that didn't work so I guess I will parse out the input fields as you suggested. Thanks, Marc ~| Order the Adobe Coldfusion Anthology now

Re: pdf creation hell

2010-12-25 Thread marc --
Hi Marc, Thanks for the reply. I already tried your suggestion before posting and that didn't work so I guess I will parse out the input fields as you suggested. Thanks, Marc ~| Order the Adobe Coldfusion Anthology now

Re: (ot) jQuery and char sets

2010-12-10 Thread Marc Funaro
You sound very smart, why didn't you just google this first? Called out and thrown under the bus (no disrespect):) ~| Order the Adobe Coldfusion Anthology now!

Re: manipulating Excel files

2010-08-31 Thread marc --
I am aware of the POI utility. Would appreciate an answer to my question if possible. I don't think it's as simple as converting from binary to text and back again (as you've discovered). There's no guarantee that there'll be a one-to-one correspondence between the content of the binary file

Re: manipulating Excel files

2010-08-31 Thread marc --
the conversion like I tried. My question was just out of curiosity why the readbinary-translateToHex-replaceHex-writeBinary method didn't work. I'll look in to the POI utility later. Thanks, Marc ~| Order the Adobe Coldfusion Anthology

Re: manipulating Excel files

2010-08-30 Thread marc --
Hi, I am aware of the POI utility. Would appreciate an answer to my question if possible. Marc ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

Re: manipulating Excel files

2010-08-30 Thread marc --
Hi, I am aware of the POI utility. Would appreciate an answer to my question if possible. Marc ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

manipulating Excel files

2010-08-26 Thread marc --
the binary data in Hexadecimal format. Then I translated the placeholder (e.g. name) to it's hex representation. Then translated the actual value (e.g. marc) to it's hex representation. Then I did a ReplaceNoCase(a,b,c) where a=the binarydata in HEX format, b=the place holder in hex format, c

WAY WAY OT: Book Readers, and your own words

2010-08-09 Thread Marc Funaro
This is way OT, won't blame anyone a bit if you want to tell me to go pound salt... but you're a creative bunch and we've struggled with this long enough. The situation: Rock band with over 4 hours of music... lots of lyrics. Frequent set changes, meaning that standard 3-ring-binder full of

SOT: HTML spec for mobile devices

2010-08-02 Thread Marc Funaro
I'm looking for a basic web resource coover what would be considered best practices for building a website that will be viewed on mobile devices... a general reference guide/best practices document, that might cover (x)html, css, etc... I can't seem to find the right keywords to Google with.

Re: (ot) Mail servers

2010-07-06 Thread Marc Funaro
SmarterMail has been GREAT. I switched from a customized qmail solution, and smartermail can handle joe-jobs really well, has great anti-spam configuration and customization per-domain, and uses ClamAV for killing viruses dead. Outbound spam mitigation too. Combined with the ActiveSync

Re: Seriously PO'd - cfqueryparam and/or struct dereference flakes out

2010-06-25 Thread Marc Funaro
Thanks everyone, You were all correct - god help me I was actually focusing on the error CF gave me, trusting that alone. Go figure. What a rotten thing to do! :) A different value was the culprit, and the suggestion below absolutely applies. Thank you all so much -- this is what happens

Seriously PO'd - cfqueryparam and/or struct dereference flakes out

2010-06-24 Thread Marc Funaro
The function below was written literally MONTHS ago. Worked fine the whole time, even today... then suddenly it's throwing the error: Invalid data '' for CFSQLTYPE CF_SQL_INTEGER. The error points to the line in the WHERE clause, referencing a.articleId. Next, I purposely set the output=true

Re: How to loop over a dataset twice.

2010-06-09 Thread Marc Funaro
I am trying to loop over a dataset twice. I am trying using CFLOOP but the 2nd CFLOOP will not process. And I'm willing to bet that whatever you're doing, you can do it in one loop, too :) ~| Order the Adobe

Re: Mail Server Software

2010-05-10 Thread Marc Funaro
Does anybody know of a good mail server with some sort of SQL or CF integration? A few years back we were looking at IMS mail server. Not sure what type of integration you're looking to accomplish, but we have had a great experience with SmarterMail (http://www.smartertools.com) overall,

Multi-axis charts in CF8?

2010-04-19 Thread marc --
Hi, Just wondering - I know that in Coldfusion 8 you can have a chart with multiple data series. BUT is it also possible to have multiple axes - so that each data serie can have it's own y-axis? ~| Want to reach the

onSessionEnd not firing

2010-02-17 Thread marc --
on a sessionEnd e.g. handler to end a user session via cflogout Is the sessionmechanism in CF buggy? Marc I use CF 8,0,0,176276 on Win XP SP3 ~| Want to reach the ColdFusion community with something they want? Let them know

Charting in CF8

2010-02-07 Thread marc --
Hi, I am looking for a charting component that allows the user to 1 show multiple series in 1 chart 2 show a value scale for each series 3 toggle each serie on/off 4 zoom in an part of the chart Option 1 is possible with Coldfusion built-in cfchart, 2, 3 and 4 not - as far as I can see. I

Re: IE8 is killing my website

2010-02-03 Thread Marc Funaro
This seems to only be a problem on Windows XP. Myself nor my clients have problems with IE8 on Vista or Windows 7. I believe our problem involves XP, Vista, and 7, though I'll need to go back through some of the debug output that some of the problem users have sent. Are your users on a

Re: IE8 is killing my website

2010-02-02 Thread Marc Funaro
Are your users using the in private browsing feature? My understanding is it rejects cookies that look like tracking cookies. ~Brad Hi Brad, It's hard to tell for all of them, but the users I saw were not using InPrivate.

Re: IE8 is killing my website

2010-02-02 Thread Marc Funaro
Try setting this Meta tag in you document head: meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 That may solve your issue. Robert B. Harrison This tag's been in place for a couple weeks; no effect. ~| Want to reach

Re: IE8 is killing my website

2010-02-02 Thread Marc Funaro
What security zone is your site in, in the affected browsers? Are the cookies the standard CF session tokens (CFID/CFTOKEN or JSESSIONID)? Or are you doing something else? Are you setting the cookies for the same host that the user is visiting? Dave Watts Security zone is usually the defaults

Re: IE8 is killing my website

2010-02-02 Thread Marc Funaro
If you can convince a gracious user to let you, maybe try debugging the cookie settings process on their machine? Might have to go so far as doing FF plugins and whatnot, but maybe something simple like having it prompt to set cookies will shed light on what's happening? FWIW, I've seen cookie

Re: IE8 is killing my website

2010-02-02 Thread Marc Funaro
There are very few transparent switches in any computing environment, unfortunately. AGREED!! The same goes for life, LOL :) I would recommend that you try to set CFID and CFTOKEN as non-persistent cookies, instead of just switching to JSESSIONID (although I'd recommend that also, in

Re: IE8 is killing my website

2010-02-02 Thread Marc Funaro
I have heard that if you replicate this tag as a cfheader tag, it works. (although I don't know why) The tag is in the HTML head, inserted via CFHTMLHEAD. is this what you mean? (meta tags belong in the document head anyway, per HTML 4.01 standard...?)

Re: IE8 is killing my website

2010-02-02 Thread Marc Funaro
I have heard that if you replicate this tag as a cfheader tag, it works. (although I don't know why) This blog attempts to explain why: http://ilia.ws/archives/196-IE8-X-UA-Compatible-Rant.html Apparently it depends on your doc type. Some doc types ignore custom meta tags,

Generating multiple pdf in a loop design problem

2008-12-03 Thread marc --
someone can point me in the right direction to render pdfs correctly. Thanks, Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Internal Page Links with CF

2008-11-12 Thread Marc Raber
sorry for the question as i know i have read it before but can't remember. in CF, when i want to have internal links - like a href=#name but name is a variable: a href=##name# how do i do without the ## that messes up the output? thanks

Re: Internal Page Links with CF

2008-11-12 Thread Marc Raber
cfoutput tags. On Wed, Nov 12, 2008 at 9:52 AM, Wil Genovese [EMAIL PROTECTED] wrote: You only need to escape pound signs when inside CFOUTPUT tags. On Wed, Nov 12, 2008 at 11:41 AM, Marc Raber [EMAIL PROTECTED] wrote: sorry for the question as i know i have read it before but can't

Issue with XML

2008-10-27 Thread Marc Edwards
I am working on a project that needs to parse through and xml file and add new xml elements to specific child tags. I have been able to accomplish adding the elements in the positions that I need them, but when I re write them to a file the xml attributes show up as uppercase. Here is my example.

Help with cgi server

2008-10-24 Thread Marc Raber
i've created a table in my db that allows the header and footer to adjust depending on the subdomain. basically the code calls: cfquery name=partner datasource=#dsn# SELECT * FROM Partners WHERE URL = '#cgi.server_name#' /cfquery it is recognizing the root domain (www.domain.com) but getting a

Help with cgi server

2008-10-24 Thread Marc Raber
i've created a table in my db that allows the header and footer to adjust depending on the subdomain. basically the code calls: cfquery name=partner datasource=#dsn# SELECT * FROM Partners WHERE URL = '#cgi.server_name#' /cfquery it is recognizing the root domain (www.domain.com) but getting a

Clearing task queue for cfthreads

2008-10-15 Thread Marc Edwards
how I can clear the tasks out or do I have to wait for it to do it itself. Thanks Marc Edwards Rittal Corporation Springfield, OH ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

How to uninstall coldfusion on ubuntu 8.04

2008-08-07 Thread marc --
Hi, I am moving from Windows XP to Ubuntu 8.04 andstill have a few hurdles to take. I installed the multiuser version of Coldfusion 8.01 using an external webserver (Apache). This didn't work. Now I want to uninstall CF, reinstall CF using the built in webserver and then connect to Apache.

Re: Application.names and sessions

2008-07-02 Thread marc --
Sounds plausible. I checked my session variables from the debugging window and I found values for CFID CFTOPKEN sessionId jsessionId the values of these variables do _not_ change when I go from Application A to Application B and vice versa. To check I do: in Application A: cfset

Application.names and sessions

2008-06-30 Thread marc --
Just for my understanding about applicationname and sessions. If I have a file named /appA/index.cfm with an Application.cfc in the same folder and this Application.cfc specifies THIS.name=A in the constructor area and if I request a page from this directory for the 1st time, onSessionStart

OT - Apache Mod Rewrite

2008-06-14 Thread marc --
Hello, This question is about an Apache configuration problem I have recently. I hope someone can help here! In order to view the websites I develop locally easily I set up Apache mod rewrite to map a url to a directory on the local filesystem. This way I do not have to make a Virtual

Re: OT - Apache Mod Rewrite

2008-06-14 Thread marc --
Ok, I found it. Somehow the local system account was removed from the list of accounts having access to D:. After adding it everything worked as before. A clue was given by Perfectdisk who reported You appear to have lost a disk. Thanks

Convrt Access to Excel via XML

2008-06-12 Thread marc --
Hello, I have an Access DB that has to be converted to a Excel spreadsheet. The spreadsheet contains formatting and formulas (it's used as an analysis tool). I have an example of the spreadsheet in XML format. So that example also contains the styling, formulas and data. What I need to make is

Convert Access to XML

2008-05-25 Thread marc --
Hi I have an access db with 162934 rows and some 30 columns. I need to convert it to XML. Does anyone have any tips/comments on the best approach? Thanks. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

onSessionend never fires

2008-05-03 Thread marc --
The subject says it all- I can't get my onSessionend to execute. For testing, all I do is a call to a log file. The sessionTimeout is 2 secs. I hit the page. Wait 2 secs. Hit the page again. Switch over to the Coldfusion administrator to the logging page. There is no log by the name of

Extending Application.cfc using a mapping question

2008-05-02 Thread marc --
:/www/components /cfcomponent But when I request /ApplicationA/nidex.cfm all I get is Could not find the ColdFusion Component or Interface components.ApplicationCMS. Am I doing somehing wrong here? Thanks, Marc ~| Adobe

Extending Application.cfc using mappings

2008-05-02 Thread marc --
components.ApplicationCMS. Apparently the mappping is not working. Does anyone know how it can be fixed? Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: Extending Application.cfc using mappings

2008-05-02 Thread marc --
sorry for the double posting - it takes a while before posts get through here so I thought it got lost somehow (or I didn't post at all...). I googled and found this on http://groups.google.com/group/farcry-beta/browse_thread/thread/7ec1c03df22675af suggesting mappings don't work with the

Retrieve the auto generated key from a MySQL resultset

2008-05-02 Thread marc --
From the docs @ cfquery - The cfquery tag also returns the following result variables in a structure. You can access these variables with a prefix of the name you specified in the result attribute.[...] result_name.GENERATED_KEY MySQL only. The ID of an inserted row. MySQL 3 does not

Session variables expiration issue

2008-05-02 Thread marc --
period new values for CFID/CFTOKEn are generated. Am I wrong? And if so, is it possible what I want? Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Session variables expireation issue

2008-05-02 Thread marc --
period new values for CFID/CFTOKEn are generated. Am I wrong? And if so, is it possible what I want? Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: Session variables expireation issue

2008-05-02 Thread marc --
. If I cfdump the THIS scope in both handlers they are identical except for the value of sessiontimeout and applicationtimeout. Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Application scope not recognized in onError()

2008-04-30 Thread marc --
Hello, In Application.cfc I have this cffunction name=onApplicationStart access=public description=initialize application parameters output=false returntype=boolean [...do stuff...] cfset APPLICATION.localIps=127.0.0.1,62.194.197.93 cfreturn true /cffunction and cffunction

Re: Application scope not recognized in onError()

2008-04-30 Thread marc --
Is it possible that the error happens during application startup? In this case, the application scoped variable would not be defined yet. -- Josh Yes I figured already out that was the problem. If I look at the processed templates in the executiontab of the debugwindow I see that only

APPLICATION scope unknown in Application.cfc

2008-04-28 Thread marc --
to the Application scope. Can anyone clarify this? Thanks, Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http

Re: APPLICATION scope unknown in Application.cfc

2008-04-28 Thread marc --
components.security. when the line with CreateObject() is read. That line processed OK when using the 1st method. I wonder why this is. Do mappings have to be stored in the THIS scope of Application.cfc? Marc ~| Adobe® ColdFusion® 8

Element DSN.USERS is undefined in THIS

2008-04-20 Thread marc --
to the cfc it is not empty - all the methods are there. Seems like it's lost it's instance data... Does anybody know whats wrong here? Thanks, Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

Re: Element DSN.USERS is undefined in THIS

2008-04-20 Thread marc --
If that was the problem an error would be thrown at the line where THIS.DSN.USERS is set... Anyway, I tried it and it's not making a difference. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: Element DSN.USERS is undefined in THIS

2008-04-20 Thread marc --
If that was the problem an error would be thrown at the line where THIS.DSN.USERS is set... Anyway, I tried it and it's not making a difference. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: Element DSN.USERS is undefined in THIS

2008-04-20 Thread marc --
Oops, sorry for the doubleposting... I thought I'd add the line that produces the actual error: cffunction name=getRequests access=public returntype=struct cfargument name=orderby required=false default=dateaccess cfargument name=orderdir required=false default=DESC

Re: Element DSN.USERS is undefined in THIS

2008-04-20 Thread marc --
and obviously didn't bother to rewrite all... :S Anyway thanks for pointing me to this! Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

cfcontent gives my domainname instead of jpeg

2008-04-08 Thread marc --
Hi, If I do this: cfhttp method=get url=http://images.realworks.nl/servlets/images/media.objectmedia/3803552?width=161height=121; getasbinary=auto result=result/ cfcontent type=image/jpg cfoutput#result.Filecontent#/cfoutput I should get a picture of a house for sale.Instead I get a picture

Re: cfcontent gives my domainname instead of jpeg

2008-04-08 Thread marc --
Hi Adrian, that (ToString) works. With it I get the picture, without it I get my domainname as a pict. Is there some logic behind this? If I save the result.FileContent (a binary stream) to a txt file there is all kind of text but not the domainname. Somehow it is there so that it gets

some issue while increment/decrement value of product in a shopping cart

2008-04-04 Thread marc collignon
].quantite = #decrementValue(#SESSION.cart[i].quantite#)# / cfif SESSION.cart[i].quantite LTE 1 cfset SESSION.cart[i].quantite = 1 / /cfif /cfloop cflocation url=contenu_commande.cfm Thank you for your help Marc

Re: some issue while increment/decrement value of product in a shopping cart

2008-04-04 Thread marc collignon
the increase / decrease build in function to it. thank you for your help Marc ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098

Entry level CF programmer/Customer Support Rep in DC

2008-01-17 Thread Marc A. Garrett
experience is a plus. Our development team has over 30 years combined ColdFusion experience! We're looking for a self starter to come learn from and grow with us. Please email your cover letter and resume to [EMAIL PROTECTED] -- Marc A. Garrett Senior Architect Bridgeline Software, Inc. web

CFPARAM doesn't work as expected

2007-12-25 Thread marc --
In Applicationb.cfm I have these lines: cfparam name=APPLICATION.objects.security default=#CreateObject('component','components.security').init(authorization='public',language=Left(CGI.HTTP_ACCEPT_LANGUAGE,2))# cfparam name=APPLICATION.objects.util

Re: CFPARAM doesn't work as expected

2007-12-25 Thread marc --
Thanks Isaac, I didn't know cfparam executed the default value anayway and _then_ looks if it is needed... this explanation makes sense. I used the StrutKeyExists() function. Marc ~| Adobe® ColdFusion® 8 software 8 is the most

Apache Derby support in Eclipse

2007-12-04 Thread marc --
this and succeeded? TIA,Marc Eclipse 3.3.1.1 on XP/sp2 ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http

The required parameter APPLICATION.objects.db was not provided. IS!

2007-12-04 Thread marc --
Hi, Because I want to speed up access to calls to a component I put it in the application scope. First I have to be sure it's there and if not, put it there. So in application.cfm I do this: cfparam name=APPLICATION.objects.db

Re: CFFILE error:formfield File does not contain a file

2007-11-27 Thread marc --
'] to reference the file upload field instead of dot notation FORM.file1 This occurred on CFMX 8 (and Apache 2.0.59, WinXP SP2 fwiw0) Marc ~| Check out the new features and enhancements in the latest product release - download

Fixed!

2007-11-27 Thread marc --
'] to reference the file upload field instead of dot notation FORM.file1 This occurred on CFMX 8 (and Apache 2.0.59, WinXP SP2 fwiw) Marc ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download

CFEclipse - ftp CFMX8 autocomplete

2007-11-22 Thread marc --
Does anyone know: Can CFEclipse already autocomplete new CFMX8 tags? Is it possible to ftp with Eclipse? Thanks, ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

Simple AJAX request in Prototype gives bad result

2007-11-03 Thread marc --
The page from which the call is made is /index.cfm The cfc that is called in the Ajax request is located in: /modules/login.cfc I'm out of options here. What am I overlooking? Thanks, Marc CFMX 7 apacha 2.059 MySQL Firefox 2.0.0.8

Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
Hi, I have the following problem that I can't solve: A customer can view deliveries from/to multiple companies. I have set up the system to get all the companies this customer is allowed to see delivery from/to. !--- get the customer companies query --- cfquery name=custCompanies

RE: Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
would love to know. Thanks a lot for a so quick response. Cheers, Marc -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 August 2007 11:31 To: CF-Talk Subject: Re: Query with dynamic criterias? Cust IN (#listQualify(valueList(custCompanies.Supplier

RE: Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
Hi Charlie, The problem seems to be with the OR 1=1 statement. It should read AND 1=1. It accept always True otherwise and all records have this. Thanks. Marc -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 August 2007 11:31 To: CF-Talk Subject

RE: Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
Hi Brian, First is that I have no idea how to do that. The solution has been found anyway. But I would like to know how to achieve this with only one query. Thanks for the reply. Marc -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 August 2007 13:13

Convert a mapping to a full path

2007-07-27 Thread marc --
Hi, Is it possible to take a CFMX mapping (say /external to c:/datafiles/word/external) and use this in the cfile action=read file=fullPath tag? The mapping should be converted to a full path but since CFMX already knows this, it should be possible right? Thanks

Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
port of the JRun server); in the JRun admin console I see the server is up and running. This is as far as my JRun knowledge goes. Is there any other reason why the app server is unreachable? Thanks! Marc ~| Deploy Web

Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
Did you have another server installed? Ii.e. Did you have CF7 on it before? What http port is CF8 listening on? cf8 listens on port 51000 cfm702 is already installed and listens on port 51020 ~| Upgrade to Adobe ColdFusion MX7

Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
Which http port does it's listen on? 8301 ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive:

why do you suppose

2007-04-18 Thread Marc Hilt
Hi, what would be the reason a very basic cold fusion page loads correctly in most browsers except when it is loaded in explorer it has to be refreshed to scroll the whole page? Thanks-MSH ~| Deploy Web Applications Quickly

Re: why do you suppose

2007-04-18 Thread Marc Hilt
Are you sure it is a CF problem at all and not a JS problem perhaps. What exactly do you mean by scroll the whole page? Are the scroll bars simply not present? ~Brad -Original Message- From: Marc Hilt [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 3:19 PM To: CF-Talk Subject: why

Re: why do you suppose

2007-04-18 Thread Marc Hilt
problem at all and not a JS problem perhaps. What exactly do you mean by scroll the whole page? Are the scroll bars simply not present? ~Brad -Original Message- From: Marc Hilt [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 3:19 PM To: CF-Talk Subject: why do you suppose Hi

  1   2   3   4   >