Re: cfscript queries error in base.cfc

2013-10-14 Thread Nando
I don't use setName() in my script based queries and it works. If I need a result back from the query, then I use a different variable name (v.perviousPayPeriod) from the one I use to construct and execute the query (v.payPerQ). Here's an example of some working code: v.payPerQ = new Query();

Re: Application.cfm/c

2013-09-25 Thread Nando
I would assume the specific issues would be the crux of the matter. Without them, it is difficult to speculate. In regards to performance, the scopes you mention are often used to increase performance in well designed applications. If the server doesn't have enough resources to accommodate their

Re: Application.cfm/c

2013-09-25 Thread Nando
The question to ponder here is what an *empty* default Application.cfc file is going to achieve? Not much, I believe. You can set per application mappings in an Application.cf* file, (from CF9 I think?) which is *very* helpful on shared hosting, but an empty Application.cfc file isn't going to

Re: docs download

2013-09-11 Thread Nando
Ray, Could you get back to us on this issue. Of late, I've started using http://railodocs.org/ for quick access to general CFML documentation, simply because it's so easily accessible. I'm on AFC tho', and it would be really helpful if CF docs were as easy to find, and as easily accessible, as

CF10 dump bug

2013-09-11 Thread Nando
for a bug report but was surprised not to find one, so I filed one https://bugbase.adobe.com/index.cfm?event=bugid=3629697. I would assume others would have run across this quite easily. Anyone else seen this? Am I the only one? -- Nando Breiter *Aria Media via Rompada 40 6987 Caslano Switzerland

Re: Coldfusion 10 will not download patches after mandatory update patch jar is applied

2013-09-11 Thread Nando
Don't know if this is still an issue for you, but I had what seems to be the same thing occur last night. The download process seemed to hang at 26% - nothing happened. Eventually I hit on a workaround: restarting the server. When I issued the restart command, the admin interface flashed back

Re: CF10 dump bug

2013-09-11 Thread Nando
definitely not seeing this in my query dumps. Can you share the query you used? I On Wed, Sep 11, 2013 at 5:24 AM, Nando d.na...@gmail.com wrote: I noticed a bug in cfdump yesterday when dumping a query to a browser screen. The database fields are shifted one column to the right

Re: CF10 dump bug

2013-09-11 Thread Nando
The bug report I filed now has a status of Withdrawn, Cannot reproduce. So the only hope I have of fixing this seems to be to get a working copy of dump.cfm from someone ... On Wed, Sep 11, 2013 at 1:10 PM, Nando d.na...@gmail.com wrote: Ray, I tried several, all with the same result

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, Thanks, but I don't see an attachment. Does the hof list allow them? Maybe a direct email to d.na...@gmail.com would work better? On Wed, Sep 11, 2013 at 1:22 PM, Raymond Camden raymondcam...@gmail.comwrote: Here is mine. On Wed, Sep 11, 2013 at 6:14 AM, Nando d.na...@gmail.com

Re: docs download

2013-09-11 Thread Nando
changed. It's much closer to what I think we need. On Wed, Sep 11, 2013 at 1:34 PM, Russ Michaels r...@michaels.me.uk wrote: don;t forget you also have cfquickdocs.com, coldfusiondocs.com and cfmldocs.com On Wed, Sep 11, 2013 at 11:12 AM, Nando d.na...@gmail.com wrote: Ray, Could you

Re: CF10 dump bug

2013-09-11 Thread Nando
Thanks Ray. Unfortunately, exchanging the dump file didn't work. I cleared all caches and restarted the server, same result. Bummer. On Wed, Sep 11, 2013 at 1:53 PM, Raymond Camden raymondcam...@gmail.comwrote: Sent On Wed, Sep 11, 2013 at 6:37 AM, Nando d.na...@gmail.com wrote: Ray

Re: CF10 dump bug

2013-09-11 Thread Nando
, or am I missing something? On Wed, Sep 11, 2013 at 2:28 PM, Russ Michaels r...@michaels.me.uk wrote: if it is really causing you an issue, then you could try this. http://cfdump.riaforge.org/ On Wed, Sep 11, 2013 at 1:22 PM, Nando d.na...@gmail.com wrote: Thanks Ray. Unfortunately

Re: CF10 dump bug

2013-09-11 Thread Nando
at 3:17 PM, Russ Michaels r...@michaels.me.uk wrote: I can;t say I have noticed any issues with dumping queries, looks just like the original cfdump ? -- Nando Breiter *Aria Media via Rompada 40 6987 Caslano Switzerland

Re: CF10 dump bug

2013-09-11 Thread Nando
. -- Nando Breiter *Aria Media via Rompada 40 6987 Caslano Switzerland * ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: CF10 dump bug

2013-09-11 Thread Nando
, Sep 11, 2013 at 4:19 PM, Raymond Camden raymondcam...@gmail.comwrote: To be clear, no one else in this thread is seeing what Nando does, right? Nando, can you ensure you are doing a dump with NOTHING else in the request. No App.cfm. Also, try different browsers. On Wed, Sep 11, 2013 at 9:18

Re: CF10 dump bug

2013-09-11 Thread Nando
. That should prevent any regex that strips whitespace from collapsingcodetogether and thereby breaking functionality. What do you think? On Wed, Sep 11, 2013 at 5:15 PM, Nando d.na...@gmail.com wrote: Ray, I think I have a clue what might be going on. I compared the browser view source of both

Re: CF10 dump bug

2013-09-11 Thread Nando
the DB call didn't matter, just make it obvious for me and I'll replace it with another query. Or, if you ALSO see it with a fake query, use that. On Wed, Sep 11, 2013 at 9:49 AM, Nando d.na...@gmail.com wrote: Ray, The cfdump error was seen on a FW/1 view template. When I try the same

Re: Regex to strip out non-numerics but leave decimal point

2011-01-19 Thread Nando
should be good to go. From: Nando d.na...@gmail.com Sent: Tuesday, January 18, 2011 2:09 PM To: cf-talk cf-talk@houseoffusion.com Subject: Regex to strip out non-numerics but leave decimal point I'm trying to strip out all non-numeric

Regex to strip out non-numerics but leave decimal point

2011-01-18 Thread Nando
anyone help? Thanks, Nando ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid

Re: Regex to strip out non-numerics but leave decimal point

2011-01-18 Thread Nando
. From: Nando d.na...@gmail.com Sent: Tuesday, January 18, 2011 2:09 PM To: cf-talk cf-talk@houseoffusion.com Subject: Regex to strip out non-numerics but leave decimal point I'm trying to strip out all non-numeric characters from some fields. The catch is I need the regex to leave

Re: GetPageContext include method causing a security exception - in hosted environment

2010-12-29 Thread Nando
A few stabs in the dark ... By any chance, did you pre-compile the templates before uploading them to the server? If so, don't do that. There is a setting in the CF Administrator under Server Settings Settings called *Disable access to internal ColdFusion Java components*, and I'm not 100%

Re: cfadmin - images not resolving

2010-12-29 Thread Nando
for a particular functionality, in managing datasources for instance. Thanks, Nando Russ -Original Message- From: Nando [mailto:d.na...@gmail.com] Sent: 28 December 2010 16:16 To: cf-talk Subject: cfadmin - images not resolving Hi, I just set up restricted cfadmin access on a Linux system

Re: cfadmin - images not resolving

2010-12-29 Thread Nando
No, he doesn't. On Thu, Dec 30, 2010 at 4:17 AM, Russ Michaels r...@michaels.me.uk wrote: does the cfadmins user have physical access on the CFIDE folder. On Wed, Dec 29, 2010 at 9:23 AM, Nando d.na...@gmail.com wrote: You probably just need to give your authorised user

cfadmin - images not resolving

2010-12-28 Thread Nando
AuthType Digest AuthName cfadmins AuthDigestProvider file AuthUserFile /etc/httpd/cfadmin.digest.pwd Require valid-user /Location Thanks! -- Nando ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur]

2010-12-24 Thread Nando
? Thanks very much for your feedback. Nando adding cal.getMinimalDaysInFirstWeek(), and it confirms that all of Europe seems to be on the ISO calender system, with Monday as the first day of the week and a minimum of 4 days in the first week of the year. another piece of advice, don't

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur]

2010-12-23 Thread Nando
into the function? Thanks again, Nando On Wed, Dec 22, 2010 at 6:19 PM, Paul Hastings p...@sustainablegis.comwrote: On 12/22/2010 8:41 PM, Nando wrote: numbers are often used in calenders and agendas. A question such as Can we arrange a meeting during week 43? can be rather common

Internationalization of Week() function in CF - Last resort to Java

2010-12-22 Thread Nando
appropriately in CF as an enhancement request. Thanks, Nando -- Nando M. Breiter Aria Media CP 234 6934 Bioggio Switzerland +41 91 606 6372 www.aria-media.com ~| Order the Adobe Coldfusion Anthology now! http

Re: cfdocument / cflocation

2010-05-20 Thread Nando
Dave, Thanks very much for the iframe idea. I will give that a try. Nando On Wed, May 19, 2010 at 6:33 PM, Dave Watts dwa...@figleaf.com wrote: No, that's not the outcome desired, of course. I want the download window to pop up and then when the accept the download, they are redirected

Re: cfdocument / cflocation

2010-05-20 Thread Nando
close wrapping the cfdocument tag in a cfthread? Nando Faced with a similar problem in CF 8 some time ago, I used some javascript (not cflocation) at the bottom of the document like this: cfdocument filename=#tempfile# format=PDF pagetype=A4 margintop=0.5 marginbottom=0.5 marginright=0.5

Re: cfdocument / cflocation

2010-05-19 Thread Nando
Dave, No, that's not the outcome desired, of course. I want the download window to pop up and then when the accept the download, they are redirected. Maybe I can get close wrapping the cfdocument tag in a cfthread? Nando On Tue, May 18, 2010 at 10:18 PM, Dave Watts dwa...@figleaf.com wrote

cfdocument / cflocation

2010-05-18 Thread Nando
(request.pdfComplete) and watch for it in onRequestEnd() - that doesn't work either. The variable either isn't set or the request never makes it to onRequestEnd() Any suggestions would be appreciated. Thanks -- Nando M. Breiter Aria Media Sagl CP 234 6934 Bioggio Switzerland +41 91 606 6372

Re: CFWindow Refreshing the parent page

2009-02-01 Thread Nando
? div align=center style=padding-top:6px; input type=button value=Yes onClick=deleteRecipeHerb('yes') input type=button value=No onClick=deleteRecipeHerb('no') /div /cfwindow It took me quite awhile over the last few days to get this to work ... so I hope it helps you. Nando

Re: Hacking into CFGrid

2009-02-01 Thread Nando
Ext 1.1 docs are here ... http://extjs.com/deploy/ext-1.1.1/docs/ Don't forget, the underlying Ajax components are built upon Ext JS 1.1. There is full API documentation available for 1.1 within the Learning Center area of the site. Steve Cutter Blades Adobe Certified Professional

Re: Dedicated Web Hosting - Looking For Good Service

2007-07-09 Thread Nando
HostMySite - i've really appreciated their phone support. CT's control panel is definitely better, but i've always found HostMySite's support much better than CT's. They really listen when i say help! and will do whatever they can to make it work. On 7/9/07, J.J. Merrick [EMAIL PROTECTED] wrote:

Re: Referencing a CFC above the calling file.

2007-02-05 Thread Nando
The dot.delimited.path.from.the.webroot should work, but i think you're indicating that it's outside of the webroot? If so, you can move it under the webroot, or find a way to create a mapping to it. On 2/5/07, Andy Matthews [EMAIL PROTECTED] wrote: I know how to instantiate a CFC if it's in

Re: whats the purpose of an objectFactory?

2006-12-12 Thread Nando
more flexible and easy to maintain, down the road. It's really true, even in ColdFusion. Nando On 12/12/06, Mike Kear [EMAIL PROTECTED] wrote: My experience has been thinking i only have a few objects so it's not really worth the effort of building a factory. But i built one anyway

Re: whats the purpose of an objectFactory?

2006-12-12 Thread Nando
might be the next step. But i can guarantee to you that factories can be very useful. You just need to take a few more steps into deeper water with your CFC use and it will become apparent. On 12/12/06, Nando [EMAIL PROTECTED] wrote: As others are indicating, factories become more and more

Re: TODAY: MDCFUG on Tuesday 12/12/06: CF Admin, Fusebox 5

2006-12-12 Thread Nando
Michael, will that be broadcast live via Adobe chats? On 12/12/06, Michael Smith [EMAIL PROTECTED] wrote: You are invited to Maryland ColdFusion User Group Meeting on Tuesday 12/12/2006. 6:30pm – CFMX Administrator 'for Dummies' with Jo Ann Goertner 8:00pm – Fusebox 5: what is new with

Internet Merchant Account - Europe

2006-12-12 Thread Nando
they can do it if i can get a compatible merchant account. thanks, Nando ~| 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

Re: Internet Merchant Account - Europe

2006-12-12 Thread Nando
Thanks for the links Oðuz! I've contacted a few of them already, saferpay and postfinance, but not all. I check them out tomorrow. Nando On 12/12/06, Oðuz Demirkapý [EMAIL PROTECTED] wrote: Have you tried saferpay.com or telecash.de ? Or you can check following webpages: http

capture rendered HTML to an image

2005-11-09 Thread Nando
and FlashPaper :-( Any suggestions would be welcome! thanks Nando ~| 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

Re: CRUD Generator

2005-11-09 Thread Nando
Barney, Sounds like it's almost ready! On 11/9/05, Barney Boisvert [EMAIL PROTECTED] wrote: Based on my experience building custom, app-specific generators, what I've liked, disliked, and considered... A generator should be able to be rerun at arbitrary times and update the CRUD part

OT: Email Hosting

2005-09-20 Thread Nando
I have a client that would like a more reliable hosted email solution (than webhosts normally provide). Anybody have any recommendations? A google query returns a lot of options - not sure how to sort thru the hype. thanks, Nando

Re: varchar to a number - math, etc.

2005-09-20 Thread Nando
How about casting that varchar to a numeric in your select statement? Something like: Select CAST(theVarChar AS UNSIGNED) AS aNumeric depending on your DBMS On 9/20/05, Wurst, Keith D. [EMAIL PROTECTED] wrote: Hi everyone. I have a quick question. I am trying to convert a varchar (in a

Re: CrystalTech does not like negative comments!

2005-03-29 Thread Nando
Connie, It's seemed to me over the past few weeks that they might have hired some new tech support people who don't really know the ropes yet. It can easily happen to a company that's expanding that there are a few more inexperienced people than would be optimal. When i ran into a problem a week

Re: Application.cfc - why? what's it for?

2005-03-12 Thread Nando
Barney, The docs state that you can call the onStartApplication event, If you call this method explicitly, ColdFusion does not start the application; it does execute the method code, but does not lock the Application scope while the method executes. What does that leave us with as a best

Re: Problems at CrystalTech have gotten ugly!

2005-03-11 Thread Nando
for me to figure out what's been going on. Bud, thanks for nailing this issue, at least to the extent that i can deal with it gracefully. :-) Nando On Fri, 11 Mar 2005 10:26:43 -0500, Bud [EMAIL PROTECTED] wrote: Possibly the server i'm currently assigned to? ... cause if i try the site

Re: Problems at CrystalTech have gotten ugly!

2005-03-11 Thread Nando
applicationtimeout=#createtimespan(1,0,0,0)# clientmanagement=Yes sessionmanagement=Yes sessiontimeout=#createtimespan(0,0,0,0)# setclientcookies=Yes /cfcatch /cftry -Original Message- From: Nando

OT: Project / Task Management

2004-12-21 Thread Nando
with reality. Adding in the ability to track clients and invoice them would be the icing on the cake, but now i'm afraid i'm truly in dreamland. Does such an application exist? Or even a part of it? Everything i've found is too limited to be of much comprehensive use. Thanks, Nando

Re: OT: Project / Task Management

2004-12-21 Thread Nando
, and the format it saves in is XML so you can upload to a server and parse/display. Of course open source and free or I wouldn't know of it ;-D On Tue, 21 Dec 2004 18:13:39 +0100, Nando [EMAIL PROTECTED] wrote: I've been looking for a project management system for the past few days and i'm

Re: No Thumbnails

2004-12-21 Thread Nando
In MySQL, you have to remove the * for DELETE to work. On Tue, 21 Dec 2004 13:50:57 -0800, Bryan Stevenson [EMAIL PROTECTED] wrote: NOt sure about MySQL, but in MS SQL you use DELETE FROM... and not what you have DELETE * FROM... I don't see any reason why the * would be needed, because all

Browser back button

2004-11-25 Thread Nando
Hi all, Is there a way to refresh the page if a user uses the back button on the browser? I need to ensure that some unique page-specific variables set in certain circumstances. Any other back button tricks i could fall back on? thanks, Nando

Re: Browser back button

2004-11-25 Thread Nando
Message- From: Nando [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 14:16 To: CF-Talk Subject: Browser back button Hi all, Is there a way to refresh the page if a user uses the back button on the browser? I need to ensure that some unique page-specific variables set in certain

Enable long text retrieval on MySQL datasource

2004-10-18 Thread Nando
Hi, If i'm using the longtext datatype in MySQL, do i need to enable long text retrieval in the datasource for that DB? -- Enable long text retrieval (CLOB) :) nando [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Errors on pushFile code block with search engine bots.

2004-10-09 Thread Nando
Dave, I'd need something like this in robots.txt... Disallow: *?*file=* Everything's dynamic, so i don't know the url's in advance. And i don't think that would work somehow. But your post gave me an idea ... maybe i could try to push a don't follow / don't index header up with the other

Re: Errors on pushFile code block with search engine bots.

2004-10-09 Thread Nando
Does anyone know if this would work cfheader name=robots value=noindex, nofollow the same as this? meta name=robots content=noindex, nofollow I don't really understand the theory or background behind cfheader tags, and there's little documentation to go by. thanks, Nando On Sat, 9 Oct 2004 13

Errors on pushFile code block with search engine bots.

2004-10-08 Thread Nando
was that: java.net.SocketException: Connection reset by peer: socket write error. Any ideas or experienced suggestions are welcome. i'm not a SE bot, so i have a hard time modelling their behaviour in my mind. thanks, nando :) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Editor for HTML emails

2004-09-12 Thread Nando
Can anyone recommend a editor or program specifically for HTML emails, especially one that helps with supported tags / styles in various email clients? I've gotten into and out of this a few times and don't remember the (somewhat arcane) details. [Todays Threads] [This Message] [Subscription]

Re: Fusebox

2004-09-07 Thread Nando
On Tue, 7 Sep 2004 08:45:33 -0400, S. Isaac Dealey [EMAIL PROTECTED] wrote: Come to the conference and check it out. $200 is well worth it. And the classes on Thursday and Friday are a great opportunity to get up to speed quickly. I think it was the international air-fare that was

Re: Fusebox

2004-09-07 Thread Nando
As you can see, i have a lot to say on this issue ... Andrew - any questions you have about Fusebox, just go ahead and ask. If i know the answer and can manage to use an email interface properly, i'll reply. :) On Tue, 7 Sep 2004 15:05:58 +0200, Nando [EMAIL PROTECTED] wrote: On Tue, 7 Sep

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Nando
On Tue, 07 Sep 2004 11:12:15 -0400, Andrew Grosset [EMAIL PROTECTED] wrote: why is there a br before every word in this thread..? makes it incredibly hard to read. Not here. Short reply. Make easier for you. :) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Date picker

2004-09-07 Thread Nando
ummm ... have you tried pulling it out of the source at orbitz.com yet? On Tue, 07 Sep 2004 18:17:02 -0400, Chris Musial [EMAIL PROTECTED] wrote: does anyone have a link to one of the dynamic date pickers you would see on a travel site like orbitz, or carnival cruise lines?Im looking for

Re: Comparing two records within the query

2004-09-07 Thread Nando
How about ... A) query for all records B) create a new query object (adding some columns) C) loop through original query (and perhaps the new query, nested within it) and derive the result set you need to display your form to the user. maybe the new result set has a boolean to display/not display

finding SWF dimensions w/o a CFX tag

2004-08-30 Thread Nando
Hi, I'm looking for a solution to determine the dimensions of a SWF file that does not rely on a CFX tag, so the application can be free standing on any server. Anyone know of anything? Unfortunately, the Alagad Image component doesn't support SWF files. I looked at the Java source for the java

Re: CFID url / cookie preference

2004-08-30 Thread Nando
If the app is on a flavor of fusebox or in mach-ii, there's a nifty solution for this ... now where is that snippet ... here it is ... I'll just pop what i copied from that thread into here, and maybe it helps ... courtesy of Julian ... cfparam name=self default=#URLSessionFormat('index.cfm?=')#

Re: galleon

2004-08-30 Thread Nando
I just recently reworked an application to function interchangeably in both either Access or MySQL. Booleans trip up MySQL (4.0), so any Yes/No datatypes in Access should be converted to numeric 0/1 to have the application work in both. I also anticipated i'd have trouble with datetime fields,

Re: query caching and cfcs

2004-08-27 Thread Nando
if goo is stored is the application scope, and you place your query in the variables scope of goo, it's reliably cached for as long as goo is cached - you have control over it. If you cache the query using the cachedwithin attribute, it'll be cached for as long as the cachedwithin attribute allows

Re: CFLoop question...

2004-08-27 Thread Nando
Charles, Don't forget that any query object has a few variables built into it that you can make use of, RecordCount, the total number of records in a query, and CurrentRow - the current one. Here's a guess at a query loop that might be helpful in your case. Adapt to suit your need. cfoutput

Re: structure output

2004-08-26 Thread Nando
Tim, are you saying you have this data stored in a structure? Are the values in the lists you show in separate keys? If so, a collection loop looks like it would do the trick. On Thu, 26 Aug 2004 17:56:52 -0400, Tim Laureska [EMAIL PROTECTED] wrote: How do you separate out the values of the

Re: Query of Queries functionality in Java?

2004-08-24 Thread Nando
will be set and you can then populate it reliably. I thought it was a cool workaround and worth mentioning. JICIH ;-) Nando On Tue, 24 Aug 2004 17:24:58 -0600, Jon Gunnip [EMAIL PROTECTED] wrote: Is there a public package that supports query of queries-like functionality in Java?I would assume it would

Re: Date format issues

2004-08-24 Thread Nando
By the way, if you work in America on servers set to the American date formatting standard on projects exclusively for an American audience, you might never run across this problem. I've worked around it by always inputting a date (from a form) in day month year parts (or splitting it up into the

Re: Date format issues

2004-08-24 Thread Nando
Well, it's not such a mystery. Computer languages and OS's have no standardized way of representing dates, and neither do humans, and so in a somewhat misguided effort to make it easy, ColdFusion makes assumptions, and sometimes they're wrong. When you put all that together, the discrepancies tend

Re: categories, subcategories and sub-subcategories in a database

2004-08-24 Thread Nando
you there. If you want it useful, i'd simplify the user interface. And if you'd rather just HAVE a program to organize your code snippets in a heirarchical fashion, google for Treepad and go at it. :) The Lite version is free and that's what i use. (JICTH) Nando [Todays Threads] [This Message

Re: Book Review [ Java for Coldfusion Developers ]

2004-08-23 Thread Nando
I've enjoyed it so far. I really appreciate how hesorts out for you what you need to know, effectively walking the reader thru a tour of the Java world from the perspective of a CF web developer. There are complaints that the examples have errors in them, and while unfortunate, overall i don't

Re: URL's with variables

2004-08-23 Thread Nando
I've heard there are problems that arise in certain browsers when you eliminate the document name on the lists here and there. My impression is it can't be done reliably. On Mon, 23 Aug 2004 19:12:19 -0400, Ewok [EMAIL PROTECTED] wrote: The person who set it up knows what he is doing and is also

Re: Queries/Arrays/Structs

2004-08-23 Thread Nando
Yes, i use queryRowToStruct() all the time from cflib ... On Mon, 23 Aug 2004 19:13:23 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: CFLib has several functions regarding these type of operations. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: OT: 3 gmail invites

2004-08-20 Thread Nando
Adam, if it's still available, i'd like one ... thanks, Nando -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 8:05 PM To: CF-Talk Subject: Re: OT: 3 gmail invites I have 1 available as well. On Thu, 19 Aug 2004 19:39:35 +0200, Mark Drew

Does IE6 in XP render differently?

2004-08-20 Thread Nando
I ran across an oddity the other day ... I develop on Win2000 and usually check page layouts in IE5, 5.5 and 6, Netscape, Firefox, and on a few Mac browsers (depending on the client). A co-worker brought to my attention the fact that a page she had designed was rendering very differently on her XP

Re: Does IE6 in XP render differently?

2004-08-20 Thread Nando
October 11-14th. Rockville, MD. For more information go to: http://www.teratech.com/training/oc_classes.cfm#css From: Nando [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 2:58 PM To: CF-Talk Subject: Does IE6 in XP render differently? I ran

Re: OT_converting MS ACCESS or SQL2K to MySQL

2004-08-20 Thread Nando
I can highly recommend Navicat http://www.navicat.com/ It costs a little, but compared to all the time you'll spend messing around with a variety of things in the free tools, it's well worth the cost. It'll convert a whole Access DB at once, suggest the datatypes, and give you an opportunity to

Re: Does IE6 in XP render differently?

2004-08-20 Thread Nando
From: Nando [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 2:58 PM To: CF-Talk Subject: Does IE6 in XP render differently? I ran across an oddity the other day ... I develop on Win2000 and usually check page layouts in IE5, 5.5 and 6, Netscape, Firefox

VTM development

2004-08-10 Thread Nando
As, rename, and re-edit the toolbar. Hopefully i'm missing something easy. thanks, Nando [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: VTM development

2004-08-10 Thread Nando
. -Original Message- From: Nando [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 1:29 AM To: CF-Talk Subject: VTM development Does anyone who's done some work with VTM's in Homesite have a trick for reloading a VTM in Homesite while you're developing them. They get cached as soon

RE: Arabic Text

2004-08-03 Thread Nando
you *might* get lucky and see it work if you change the charset to utf-8. CFMX uses utf-8 natively and i've seen it completely ignore meta http-equiv=Content-Type tags that worked fine in CF5. Just a guess. -Original Message- From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: OT Have I got a virus or what?

2004-07-28 Thread Nando
Hmmm ... this happened to me yesterday too, but i'm running on Apache. Had to do a hard reboot and it hasn't reoccured. I HOPE it's not a worm, although the behavior reminds me of one circulating a year back or so. -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent:

character sets / MySQL / CFMX

2004-07-27 Thread Nando
Hi all, Is there anyone out there experienced with setting up character sets in MySQL (4.0) with CFMX? I'm trying to get it to work with Western European languages, and having a little trouble getting it to render properly. Any help would be appreciated. Nando [Todays Threads] [This Message

RE: character sets / MySQL / CFMX

2004-07-27 Thread Nando
Thanks very much Paul! That connection string did the trick! Have you got a reference somewhere for this so i could study up on it? Maybe i should have searched your site first. -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 5:41 PM To:

RE: I'm stumped.

2004-07-27 Thread Nando
I'd query for everything with a join, and then group at the output, if that's enough info for you. I've done a lot of that with schedules, and it's worked well for me. -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 9:05 PM To: CF-Talk

RE: I'm stumped.

2004-07-27 Thread Nando
it for you. -Original Message- From: Nando [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 9:21 PM To: CF-Talk Subject: RE: I'm stumped. I'd query for everything with a join, and then group at the output, if that's enough info for you. I've done a lot of that with schedules, and it's

Strange QofQ error using MySQL - Unrecognized java type

2004-07-26 Thread Nando
suggestion? I'm stumped. thanks, Nando Step 2 code cfset variables.siteMap = QueryNew (idPage,strCircuitAction,idParent,strLabel,strSection,sortOrder,MenuLevel,b itPublish,strLink,strLang) Step 3 code cffunction name=generateSiteMap access=public returntype=void output=no cfargument name=ParentID

RE: Strange QofQ error using MySQL - Unrecognized java type

2004-07-26 Thread Nando
for me. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/using_r6.htm n. -Original Message- From: Nando [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 10:19 PM To: CF-Talk Subject: Strange QofQ error using MySQL - Unrecognized java type Hi, I'm running into one

RE: CF Jukebox redux - what browsers to support.

2004-07-24 Thread Nando
Reading along, i just found this http://www.webmasterworld.com/forum21/6561.htm seems to be the / a way to go for this. Anyone else have anything better? -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Sunday, July 25, 2004 1:01 AM To: CF-Talk Subject: Re: CF

moving CFserver and CFStudio settings

2004-07-06 Thread Nando
. I'm looking for shortcuts like copying and pasting xml files from one installation directory to another, etc. I've got a raft of datasources, snippets, CFStudio shortcuts, etc, and i'm too bummed out to think very straight. Any help would be appreciated. Nando [Todays Threads] [This Message

RE: moving CFserver and CFStudio settings

2004-07-06 Thread Nando
Thanks Robert, i'm on 6.1 - i'll give that a try ... I hadn't seen that before. -Original Message- From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 5:51 PM To: CF-Talk Subject: Re: moving CFserver and CFStudio settings I'm setting up anew in another partition, and

RE: advanced search

2004-06-17 Thread Nando
Frank, IF creating the index for dynamic pages is all that's holding you up, look a little deeper into Verity (although i'm not sure it's what you need overall). You CAN index dynamic pages that are generated from different tables and/or datasources, static pages, and uploaded documents, and all

RE: DHTML drop-down menu

2004-06-12 Thread Nando
I've used several from dhtmlcentral and generated the menus from a DB with Cool Menus, placing some output tags within the _javascript_ block where you define the menus ... you should have success with them. -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Saturday,

RE: CF license limitations

2004-05-25 Thread Nando
Simple solution if possible ... host the app somewhere else and let the data entry happen there? -Original Message- From: Claremont, Timothy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 2:46 PM To: CF-Talk Subject: CF license limitations I have the demo version of CFMX

RE: How to output last line first

2004-05-23 Thread Nando
I'd love to have a video of users' reactions as they watch their screen scroll down as every new record out of thousands hits their browser. Maybe you could generate a pop up with every JS autoscroll notifying them what's happening. :^) Just joking, of course. -Original Message- From:

RE: Homesite Resource Window

2004-05-21 Thread Nando
Try View Resource Tab? -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 1:08 PM To: CF-Talk Subject: Homesite Resource Window My resource window in homesite became undocked somehow.. anyone know how to dock it? Thanks, Mike [Todays

Selecting by row or CurrentRow

2004-05-21 Thread Nando
Could someone remind me of the syntax to select by row? I don't remember where to find that. Thanx Select * From qProduct Where CurrentRow = #theRowIWant# [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

  1   2   >