Re: CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky
Dave, what would you recommend? Clean up old mappings > Establish a naming convention for the new stuff to avoid conflicts > when complete, clean house and remove old mappings Thanks! On Wed, Feb 4, 2009 at 2:21 PM, Dave Watts wrote: > > > My understanding the one of the benefits of multi ins

Re: Help with Eclipse/CFEclipse

2009-02-04 Thread Gerald Guido
I still > receive the error message below. I even uninstalled and reinstalled the > apps and I still am presented with the same error. > > > > -Original Message- > From: N K [mailto:neetukais...@gmail.com] > Sent: Wednesday, February 04, 2009 12:48 PM > To: cf-ta

Re: CF8 Multi Server Config Help

2009-02-04 Thread Dave Watts
> My understanding the one of the benefits of multi instance is that I can > have a totally fresh CF8 instance with out any of the settings, db's or > mappings that may have been created previously. I want separate to avoid > any problems. Is that a BAD idea? Should we just develop on the existi

RE: Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario
Hi, I am still getting the same as before. I uninstalled and reinstalled and the same error is appearing. Thanks Mario -Original Message- From: N K [mailto:neetukais...@gmail.com] Sent: Wednesday, February 04, 2009 12:48 PM To: cf-talk Subject: Re: Help with Eclipse/CFEclipse Hi

RE: Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario
04, 2009 12:48 PM To: cf-talk Subject: Re: Help with Eclipse/CFEclipse Hi , Check out the following link http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse The steps shown one by one are required in order for eclipse to work for CFeclipse plugin. The most important step would be

Re: CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky
Hi Dave. thanks for responding.. No development would be on a local server. a "preview" site would be on a live server - which is the same server as our current site. My understanding the one of the benefits of multi instance is that I can have a totally fresh CF8 instance with out any of the se

Re: CF8 Multi Server Config Help

2009-02-04 Thread Dave Watts
> On another point, yet related. Our live server was NOT installed with the > Multi Instance features.. > > Will this REQUIRE a fill reinstall? Yes, there's no upgrade path from single-instance to multi-instance. > What are the ramifications of doing this? You will need to preserve your existi

Re: CF8 Multi Server Config Help

2009-02-04 Thread Cutter (CFRelated)
PM, Cutter (CFRelated) < > cold.fus...@cutterscrossing.com> wrote: > >> You are confusing your Coldfusion configuration with your web server >> configuration. They are two entirely separate things. See if this series >> of posts can help you out: >> &g

Re: CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky
r web server > configuration. They are two entirely separate things. See if this series > of posts can help you out: > > > http://blog.cutterscrossing.com/index.cfm/2007/7/23/Local-Development-Setup-Pt-1-Apache-and-ColdFusion-7-or-8 > > Steve "Cutter" Blades > Adob

Re: Help with Eclipse/CFEclipse

2009-02-04 Thread N K
i all, > > I was wondering if anyone can help with an issue I seem to be having > running Eclipse/CFEclipse. I am running Eclipse 3.4.1 and CFEclipse > 1.3.1.5 on Windows XP Pro. The problem that I am experiencing is that > I > cannot up open or show sub-folders in the file exp

Re: CF8 Multi Server Config Help

2009-02-04 Thread Cutter (CFRelated)
You are confusing your Coldfusion configuration with your web server configuration. They are two entirely separate things. See if this series of posts can help you out: http://blog.cutterscrossing.com/index.cfm/2007/7/23/Local-Development-Setup-Pt-1-Apache-and-ColdFusion-7-or-8 Steve "C

CF8 Multi Server Config Help

2009-02-04 Thread Joel Polsky
On my local machine, I've installed CF8 with the Multi-Server features. I'm trying to set up a 2nd server that will serve up a brand new site, new mappings, new DB references etc.. I want to start clean (but still need to keep and maintain my current site etc.) I have the old site in c: C:\ine

Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario
Hi all, I was wondering if anyone can help with an issue I seem to be having running Eclipse/CFEclipse. I am running Eclipse 3.4.1 and CFEclipse 1.3.1.5 on Windows XP Pro. The problem that I am experiencing is that I cannot up open or show sub-folders in the file explorer view. I checked the

Re: Reorder Records for Navigation help

2009-02-03 Thread Gerald Guido
ub1a >sub1b > > > > > Im having a hard time rapping my head around adding sub items and moving > them. > > any help would be greatly appreciated. > > Thank You > > > -- > dbo.test_reorder > ID (int) > rank (smallint) > title

RE: Help with FB Installation...

2009-02-03 Thread Mark Kruger
-5-using-fusebox-ca ller-path-13 -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Joel Polsky [mailto:jsp2...@hotmail.com] Sent: Tuesday, February 03, 2009 11:14 AM To: cf-talk Subject: Help with

Reorder Records for Navigation help

2009-02-03 Thread Sin Tec
sub1b Main2 sub2a sub2b Rank of main item Moved up Main2 sub2a sub2b Main1 sub1a sub1b Im having a hard time rapping my head around adding sub items and moving them. any help would be greatly appreciated. Thank You

Help with FB Installation...

2009-02-03 Thread Joel Polsky
Hi.. I'm new to FB and am trying to get it configured. I have my IIS pointing to the FBTestRoot Folder so it becomes the web root and have it bound to port 82. http://localhost:82/ FBTestRoot/ FBTestRoot/_Controller FBTestRoot/_Model FBTestRoot/_View FBTestRoot/FB5CORE FBTestRoot/Skelet

Re: Regex help

2009-01-30 Thread Peter Boughton
>reFindNoCase runs a fair amount slower than reFind. Have you compared it against using inline case-insensitive flag, i.e: refind( '(?i)regex' , text ) Would be interesting to know if that is any faster/slower than refindnocase. ~

Re: Regex help

2009-01-30 Thread Peter Boughton
Ok, firstly a slight semantics rant: Strong and Bold are NOT synonymous - just because the default styling for the Strong tag is bold does not mean that they are interchangeable. Now that's out of the way, onto the regex side of things - your pattern will match this: some.th...@where.ever Whe

Re: Regex help

2009-01-30 Thread Patrick Santora
uot;(|)(([A-Z0-9_%+-]*\.)+[a-z0-9_%+...@[a-z0-9.-]+\.[a-z]{2,4})(<\/b>|<\/strong>)", > > string, 1, true )/> > > > > Just amend the tag you want to wrap around the email "(|)" and > > "(<\/b>|<\/strong>)" as shown above.

Re: Regex help

2009-01-30 Thread Nathan Strutz
tring, 1, true )/> > > Just amend the tag you want to wrap around the email "(|)" and > "(<\/b>|<\/strong>)" as shown above. Pipes are the "or" operators. > > -Pat > > On Fri, Jan 30, 2009 at 8:08 AM, Dean Lawrence wrote: > > &

Re: Regex help

2009-01-30 Thread Patrick Santora
ve. Pipes are the "or" operators. -Pat On Fri, Jan 30, 2009 at 8:08 AM, Dean Lawrence wrote: > > Hi All, > > Can anyone help me with a particular regex patten? I am trying to find any > email address that has at least one dot in the username

Re: Regex help

2009-01-30 Thread Patrick Santora
Try this: )(([A-Z0-9_%+-]*\.)+[a-z0-9_%+...@[a-z0-9.-]+\.[a-z]{2,4})(<\/b>)", string, 1, true )/> On Fri, Jan 30, 2009 at 8:08 AM, Dean Lawrence wrote: > > Hi All, > > Can anyone help me with a particular regex patten? I am trying to find any > email address

Re: Regex help

2009-01-30 Thread Nathan Strutz
so like [\w]+\.[\...@[\w]+\.[\w]{2,5} That's really basic, but should be easy to understand. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Fri, Jan 30, 2009 at 9:08 AM, Dean Lawrence wrote: > > Hi All, > > Can anyo

Regex help

2009-01-30 Thread Dean Lawrence
Hi All, Can anyone help me with a particular regex patten? I am trying to find any email address that has at least one dot in the username portion and the entire email string is surrounded by bold tags? Thanks ~| Adobe®

Re: help with using CFCProxy.

2009-01-27 Thread cf coder
Thank you guys for your help. I'll let you know if I face any problems getting it to work with an enterprise license. Regards, John >Yeah, you need enterprise to use CFCProxy. > >I thought they were meant to fix this in 8, under the whole 'Standard >is the same as

Re: help with using CFCProxy.

2009-01-23 Thread Mark Mandel
g error when I instantiate the CFCProxy object: >> >> java.lang.NoClassDefFoundError: >> coldfusion/license/LicenseManager$LicenseIllegalAccessException >> >> This is where the error occurs >> >> CFCProxy myCFC = new >> CFCProxy(""C:\\Inetpub\\wwwroot\\cfcproxytest\\java

Re: help with using CFCProxy.

2009-01-23 Thread Charlie Griefer
.NoClassDefFoundError: > coldfusion/license/LicenseManager$LicenseIllegalAccessException > > This is where the error occurs > > CFCProxy myCFC = new > CFCProxy(""C:\\Inetpub\\wwwroot\\cfcproxytest\\javacall.cfc); > > Please provide me with some help. There is no hardly a

Re: help with using CFCProxy.

2009-01-23 Thread cf coder
Proxy(""C:\\Inetpub\\wwwroot\\cfcproxytest\\javacall.cfc); Please provide me with some help. There is no hardly any documentation on this issue. > Hello everybody, > > I want to call ColdFusion objects from a Java class. I found this > docucmentation by Ben Forta on CFCPro

help with using CFCProxy.

2009-01-21 Thread cf coder
Hello everybody, I want to call ColdFusion objects from a Java class. I found this docucmentation by Ben Forta on CFCProxy: http://www.forta.com/misc/cfcproxy.htm I have a my CFC (see below) that has an init function which initialies all the objects?

Re: HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Gerald Guido
I have used ABC PDF with great success. It is either ASP or .NET. http://www.websupergoo.com/abcpdf-1.htm G On Wed, Jan 14, 2009 at 10:04 AM, Phill B wrote: > ActivePDF just started flaking out on me. Some times it will work and > other times it wont. I tried cfdocument but that thing sucks wh

Re: HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Scott McAllister
Phil, I don't have any experience with ActivePDF, but I have wrestled with cfdocument a lot recently and have built up a nice collection of links on the subject. You mentioned that using CSS sucked in cfdocument, and that triggered the thought of this article I found that discussed getting thin

HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Phill B
ActivePDF just started flaking out on me. Some times it will work and other times it wont. I tried cfdocument but that thing sucks when using it with a page built mostly with CSS. Are there any other solutions out there? Suggestions? Words of comfort? BTW: I cant afford $269 for a support call let

Re: Spry Auto Suggest values selection - HELP!

2009-01-12 Thread Peter Kim
any suggestions, anyone? > I have a Spry Auto suggest widget where I select a list of names from > a cfc object which generates an XML data set. What I need to do is to > add those selections to a list below the widget input box, so as I > search in the auto suggest list and select a name John

Spry Auto Suggest values selection - HELP!

2009-01-10 Thread Peter Kim
I have a Spry Auto suggest widget where I select a list of names from a cfc object which generates an XML data set. What I need to do is to add those selections to a list below the widget input box, so as I search in the auto suggest list and select a name John Doe, for example, I need to be abl

Re: Regular Epression Help

2009-01-01 Thread Paul Kukiel
#x27;\2'); >>> >>> >>> >>> string: #htmlEditFormat(string)# >>> dbl: #dbl# >>> >>> >>> >>> On Thu, Jan 1, 2009 at 1:04 PM, Paul Kukiel wrote: >>> >>>> I'm stuck with this and I'm

Re: Regular Epression Help

2009-01-01 Thread Charlie Griefer
2009 at 1:04 PM, Paul Kukiel wrote: > > > >> I'm stuck with this and I'm sure its easy but I need to extract > >> 0.7025 from this result string. > >> > >> i've got it as close as: >0.07025< with 2 re&#

Re: Regular Epression Help

2009-01-01 Thread Paul Kukiel
gt; string: #htmlEditFormat(string)# > dbl: #dbl# > > > > On Thu, Jan 1, 2009 at 1:04 PM, Paul Kukiel wrote: > >> I'm stuck with this and I'm sure its easy but I need to extract >> 0.7025 from this result string. >> >> i've got it as

Re: Regular Epression Help

2009-01-01 Thread Matt Quackenbush
x27;m stuck with this and I'm sure its easy but I need to extract > 0.7025 from this result string. > > i've got it as close as: >0.07025< with 2 re's I'm sure it can be > done in one any help is appreciated. > > xml

Regular Epression Help

2009-01-01 Thread Paul Kukiel
I'm stuck with this and I'm sure its easy but I need to extract 0.7025 from this result string. i've got it as close as: >0.07025< with 2 re's I'm sure it can be done in one any help is appreciated. http://www.webserviceX.NET/"";>0.7025

Re: help translating webservice

2008-12-17 Thread Dave Watts
> I did browse to the URL...it does NOTHING. Doesn't ask for a user/password, > returns no > HTMLjust a blank page. Then, maybe the problem is with the URL and not your code. Although it is possible that the server expects a specific user agent, or something like that. Dave Watts, CTO, Fig

Re: help translating webservice

2008-12-17 Thread JD Yeiter
blank page when i view source. >View source? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.hous

RE: help translating webservice

2008-12-17 Thread Adrian Lynch
View source? > -Original Message- > From: JD Yeiter [mailto:jdyei...@hotmail.com] > Sent: 17 December 2008 12:33 > To: cf-talk > Subject: Re: help translating webservice > > I did browse to the URL...it does NOTHING. Doesn't ask for a > user/password, re

Re: help translating webservice

2008-12-17 Thread JD Yeiter
I did browse to the URL...it does NOTHING. Doesn't ask for a user/password, returns no HTMLjust a blank page. > > Or, even easier, just go to the URL of the service within your > browser, since it doesn't look like there's anything special you have > to do other than provide a username a

Re: help translating webservice

2008-12-16 Thread Dave Watts
>> I think I might have misled you. The .net example is just that...an >> example. I don't have >> a working version of the .net example. So, I only have the request header >> for my CFHTTP >> post. > > I recommend you set up that .NET sample and try it out. If you're on a > Windows machine, t

Re: help translating webservice

2008-12-16 Thread Dave Watts
> I think I might have misled you. The .net example is just that...an example. > I don't have a > working version of the .net example. So, I only have the request header for > my CFHTTP > post. I recommend you set up that .NET sample and try it out. If you're on a Windows machine, that should

Re: help translating webservice

2008-12-16 Thread JD Yeiter
I think I might have misled you. The .net example is just that...an example. I don't have a working version of the .net example. So, I only have the request header for my CFHTTP post. Here is a dump using the GetHttpRequestData() function: struct content [empty string] headers

Re: help translating webservice

2008-12-16 Thread Dave Watts
> Thanks for the response. I tried using Charles from the calling PC, but to > be honest, after > looking through all of the info it gathered: 1) I was cross-eyed and 2) I > couldn't find anything > out of place. I could see the request (looked ok to me) and the response > which was just the >

Re: help translating webservice

2008-12-16 Thread JD Yeiter
Thanks for the response. I tried using Charles from the calling PC, but to be honest, after looking through all of the info it gathered: 1) I was cross-eyed and 2) I couldn't find anything out of place. I could see the request (looked ok to me) and the response which was just the html of the p

Re: help translating webservice

2008-12-16 Thread Dave Watts
> The response I get is: "Connection Failure". ErrorDetail is: "I/O Exception: > Premature > EOF encountered" > > Through some googling, I found someone who had problems with IIS compression > and > changed their cfhttpparam header for Accept-Encoding

help translating webservice

2008-12-15 Thread JD Yeiter
ogling, I found someone who had problems with IIS compression and changed their cfhttpparam header for Accept-Encodingbut that didn't help or change the response. Any help would be appreciated. ~| Adobe® ColdFusion® 8 sof

RE: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-13 Thread Rick Faircloth
Thanks for the reference and the links, James! Rick > -Original Message- > From: James Holmes [mailto:james.hol...@gmail.com] > Sent: Saturday, December 13, 2008 2:17 AM > To: cf-talk > Subject: Re: Anyone willing to help me build an AJAX/jQuery/CF8 modal login >

RE: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-13 Thread Rick Faircloth
Thanks for the tip, Chris. I'll take a look into jQueryUI. Haven't looked at it before. Rick > -Original Message- > From: Chris Jordan [mailto:chris.s.jor...@gmail.com] > Sent: Saturday, December 13, 2008 1:10 AM > To: cf-talk > Subject: Re: Anyone willing

Re: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-12 Thread James Holmes
Faircloth > wrote: > >> Thanks, Tony... Matt Williams has already built a demo >> that I'm studying now. >> >> Thanks, however! >> >> Rick >> >> >> > -Original Message- >> > From: Tony Bentley [mailto:t...@tonybent

Re: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-12 Thread Chris Jordan
Thanks, Tony... Matt Williams has already built a demo > that I'm studying now. > > Thanks, however! > > Rick > > > > -Original Message- > > From: Tony Bentley [mailto:t...@tonybentley.com] > > Sent: Friday, December 12, 2008 9:02 PM > > To: c

RE: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-12 Thread Rick Faircloth
Thanks, Tony... Matt Williams has already built a demo that I'm studying now. Thanks, however! Rick > -Original Message- > From: Tony Bentley [mailto:t...@tonybentley.com] > Sent: Friday, December 12, 2008 9:02 PM > To: cf-talk > Subject: Re: Anyone willing to h

Re: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-12 Thread Tony Bentley
No problem. I can do it using either cfwindow or jquery's window. Send me a message and I'll help you build it. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-12 Thread Matt Williams
t if I can't get this simple thing working, well... > > I'd be willing to pay for someone's time or buy gifts from a wishlist > or whatever to get this working. I've got to move ahead on a project > and I really wanted to using the AJAX

Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-12 Thread Rick Faircloth
g working, well... I'd be willing to pay for someone's time or buy gifts from a wishlist or whatever to get this working. I've got to move ahead on a project and I really wanted to using the AJAX approach. Anyone have the jQuery, Thickbox (or other jQuery modal win

RE: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Rick Faircloth
Yeah, I missed the "Hack-Proofing..." presentation. Charlie does provide some great resources for the community. > -Original Message- > From: Yves Arsenault [mailto:yves.arsena...@gmail.com] > Sent: Thursday, December 11, 2008 9:22 PM > To: cf-talk > Subject

Re: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Yves Arsenault
uot;. --Martin Luther King, Jr. On Thu, Dec 11, 2008 at 10:16 PM, Rick Faircloth wrote: > Thanks, Yves! I'll check them out! > > Rick > > > -Original Message- > > From: Yves Arsenault [mailto:yves.arsena...@gmail.com] > > Sent: Thursday, December 11,

RE: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Rick Faircloth
Thanks, Yves! I'll check them out! Rick > -Original Message- > From: Yves Arsenault [mailto:yves.arsena...@gmail.com] > Sent: Thursday, December 11, 2008 9:10 PM > To: cf-talk > Subject: Re: Need help with Ajax-ColdFusion-Modal Login... > > Hi Rick, >

Re: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Yves Arsenault
Hi Rick, Not sure if you checked the presentations out on Charlie Arehart's site... Here's a couple of presentations on using jQuery with ColdFusion http://mmusergroup.adobe.acrobat.com/p27388312/ http://adobechats.adobe.acrobat.com/p26314451/ Hope this helps! Yves Arsenault "Love is the only

Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Rick Faircloth
I just can't seem to get my head around the processing flow for an ColdFusion and Ajax-based login using a Shadowbox modal window... Does anyone know of any tutorials that show how to use ColdFusion, jQuery, and a modal window (doesn't have to be a Shadowbox) for login? I found a tutorial by Ray

Re: Help with consuming .NET complex datatype webservice

2008-12-11 Thread John M Bliss
What do you see when you cfdump YourWebserviceReturnVar.get_any() ? On Thu, Dec 11, 2008 at 12:21 AM, Sebastian Powell <[EMAIL PROTECTED]> wrote: > I am trying to consume a .NET webservice from coldfusion. When I cfinvoke > the webservice it returns a complex object which has the get_any() method

Help with consuming .NET complex datatype webservice

2008-12-10 Thread Sebastian Powell
I am trying to consume a .NET webservice from coldfusion. When I cfinvoke the webservice it returns a complex object which has the get_any() method. I am trying to access the data but am not sure where it is located or how to consume the returned object. I have run the wsdl2java and got the fol

Re: < CFLoop died help >

2008-12-08 Thread Seb Duggan
If the page itself isn't throwing an error, it sounds like an email problem. If you have access to the host, check the Spool and Undeliverable Mail directories. Failing that, try creating an absolutely basic page which just sends an email to your own address. If this doesn't get through, yo

RE: < CFLoop died help >

2008-12-07 Thread cfcom
ECTED] Sent: 2008-12-07 9:05 PM To: cf-talk Subject: Re: < CFLoop died help > >My CFloop died, it used to work but now doesn't and I haven't touched the >code. Any help would be greatly appreciated. What do you mean by "

Re: < CFLoop died help >

2008-12-07 Thread Will Tomlinson
>My CFloop died, it used to work but now doesn't and I haven't touched the >code. Any help would be greatly appreciated. What do you mean by "died". What's the error? Will ~| Adobe® ColdF

Re: < CFLoop died help >

2008-12-07 Thread Adam Haskell
I would guess that there is an illegal format of an email address and cfmail is throwing an exception. Adam On Sun, Dec 7, 2008 at 1:44 PM, cfcom <[EMAIL PROTECTED]> wrote: > My CFloop died, it used to work but now doesn't and I haven't touched the > code. Any

Re: Need help with CF / Java problem...

2008-12-07 Thread John Skrotzki
Cool thanks for the retroweaver link. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusio

< CFLoop died help >

2008-12-07 Thread cfcom
My CFloop died, it used to work but now doesn't and I haven't touched the code. Any help would be greatly appreciated. Thanks SELECT sender_email, sender_firstname, sender_lastname, sender_address, sender_city, sender_state, sender_zip, sender_date, s

Re: sql query help

2008-12-06 Thread Brad Wood
- Original Message - From: "Jason Fisher" <[EMAIL PROTECTED]> > Cool, yeah I never remember until I do it when an aggregate query is going > to want HAVING vs WHERE. Glad it's working for you! This bites me too when I'm not paying attention. Just remember that the WHERE applies to the

Re: Need help with CF / Java problem...

2008-12-06 Thread denstar
Came across this: http://retroweaver.sourceforge.net/ And thought about this thread. Dunno if it helps, but sounded cool on a quick peruse. >From the site: Then let me welcome you to Retroweaver. Retroweaver is a bytecode weaver that enables you to take advantage of the new Java 1.5 language f

Re: sql query help

2008-12-06 Thread Jason Fisher
Cool, yeah I never remember until I do it when an aggregate query is going to want HAVING vs WHERE. Glad it's working for you! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: sql query help

2008-12-05 Thread Jessica Kennedy
NM, got it... changed the where clause to having and moved it below the group by... seems to be working so far! Thanks! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial h

Re: sql query help

2008-12-05 Thread Jessica Kennedy
didn't work, got an error. changed the isnull to ifnull, got a "invalid use of a group function" error... I don't even know how to fix that...=( > Try this, I think it's what you're looking for: > > SELECT SUM(ISNULL(o.qty, 0)) as sold, p.sku, p.name, p.points, p. > short_description, p.quant

Re: sql query help

2008-12-05 Thread C S
> In MS SQL Server it's ISNULL(), but can't speak for other platforms. > Can't recall what it is in Oracle, might just be NULL(). IIRC in Oracle it is NVL. There is also COALESCE, which is usually a safe bet with most databases. ~~~

Re: sql query help

2008-12-05 Thread Jason Fisher
In MS SQL Server it's ISNULL(), but can't speak for other platforms. Can't recall what it is in Oracle, might just be NULL(). ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free T

Re: sql query help

2008-12-04 Thread Azadi Saryev
i believe the correct function to use is IFNULL(), not ISNULL()... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Jason Fisher wrote: > Try this, I think it's what you're looking for: > > SELECT SUM(ISNULL(o.qty, 0)) as sold, p.sku, p.name, p.points, > p.short_description, p.quantity, p.

Re: sql query help

2008-12-04 Thread Jason Fisher
Try this, I think it's what you're looking for: SELECT SUM(ISNULL(o.qty, 0)) as sold, p.sku, p.name, p.points, p.short_description, p.quantity, p.image FROM tblproducts as p LEFT JOIN tblorder_list as o ON p.sku = o.sku #can_afford# WHERE SUM(ISNULL(o.qty, 0)) < p.quantity GROUP BY p.sku

sql query help

2008-12-04 Thread Jessica Kennedy
I have a MySQL query to pull all products from the database, no problem. I am trying to get it to only display prodcuts that are in stock, the value should be "sold < p.quantity" in the following query. however, when sold appears as null (very often) it removes the full record, which I don't wa

RE: Regex help - matching invalid xhtml

2008-12-03 Thread Andy Matthews
Gotcha. :) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 9:04 AM To: cf-talk Subject: Re: Regex help - matching invalid xhtml >Actually, both of your examples are "invalid" according to the W3C >which states tha

Re: Regex help - matching invalid xhtml

2008-12-03 Thread Will Tomlinson
>Actually, both of your examples are "invalid" according to the W3C which >states that all attributes must be quoted: >http://www.w3.org/TR/2002/REC-xhtml1-20020801/#h-4.4 The value of that variable output DOES contain quotes. I just need my regex to do what is required by my company. "Well, I

RE: Regex help - matching invalid xhtml

2008-12-03 Thread Andy Matthews
02/REC-xhtml1-20020801/#h-4.6 It is however a good idea to put a space before the /> for readability. andy -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 10:07 PM To: cf-talk Subject: Re: Regex help - matching invalid xhtml I guess i

Re: Regex help - matching invalid xhtml

2008-12-03 Thread Dominic Watson
NVM, of course there is eh, you can auto fix them with CF right... Dominic 2008/12/3 Dominic Watson <[EMAIL PROTECTED]>: > Any reason not to be using the XHTML parsers out there on the produced output? > > Dominic > > 2008/12/3 Will Tomlinson <[EMAIL PROTECTED]>: >> I guess it'd be cool if I were

Re: Regex help - matching invalid xhtml

2008-12-03 Thread Dominic Watson
Any reason not to be using the XHTML parsers out there on the produced output? Dominic 2008/12/3 Will Tomlinson <[EMAIL PROTECTED]>: > I guess it'd be cool if I were to use (meta|input|img) in there, to flag > single tags without the trailing [space]/> > > Will > >

Re: Regex help - matching invalid xhtml

2008-12-02 Thread Will Tomlinson
I guess it'd be cool if I were to use (meta|input|img) in there, to flag single tags without the trailing [space]/> Will ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Regex help - matching invalid xhtml

2008-12-02 Thread Will Tomlinson
I've beat my head against the wall on this regex. I want to match variations of invalid xhtml tags. Well, I need to match what's considered to be invalid at my place of work. :) WHat I've got almost works, but not quite. (?i)\ It doesn't match this, which is correct. But it also doesnt ma

Re: Need help with CF / Java problem...

2008-11-30 Thread Mark Mandel
I was referring to using cross compilation: http://java.sun.com/javase/6/docs/technotes/tools/solaris/javac.html#crosscomp-options I usually do this through an ANT javac task tho: http://ant.apache.org/manual/index.html (See the 'target' parameter.) Mark On Sun, Nov 30, 2008 at 12:31 PM, John S

Re: Need help with CF / Java problem...

2008-11-29 Thread John Skrotzki
Thanks all and thanks to Adam Haskell for the recompile...Though I can create the object now I still can't get it to work...I will recreate it into a cfc over the next few weeks...it will be a good learning project on using standard java libraries in cfscript... ~~~

Re: Need help with CF / Java problem...

2008-11-29 Thread Adam Haskell
Thats true with 5 to 6 but with 5/6 - 1.4 you can almost never just recompile the code. A bunch of built in Java classes started to use generics (like Sets) in 5 so most code written against 5 will not just compile in 1.4. Generics are generally easy enough to fix, remove the generic and manually d

Re: Need help with CF / Java problem...

2008-11-28 Thread Mark Mandel
Quite often you can compile Java 1.5/1.6 code, but target the compiler at 1.4 compatible bytecode, and it works a treat. Mark On Sat, Nov 29, 2008 at 11:59 AM, Adam Haskell <[EMAIL PROTECTED]> wrote: > This was a quick 5 minute jobber so let me know if it doesn't work. > > It used generics which

Re: Need help with CF / Java problem...

2008-11-28 Thread Adam Haskell
This was a quick 5 minute jobber so let me know if it doesn't work. It used generics which are Java 5 as well as for syntax that is Java 5. Both were replaced with Java 1.4 compatible code. I was pretty cheap on the generics stuff so I might have missed something with it, give it a shot and see wh

Re: Need help with CF / Java problem...

2008-11-28 Thread denstar
On Thu, Nov 27, 2008 at 12:36 PM, C S wrote: >>You can also use the JDT compiler via JavaLoader, and compile and then >>load the classes on the fly, within CF. >> >>I like that a lot, personally. A fast way to do Java + CF. >> >>I've got some code that does it, been meaning to wrap it up into a >>

Re: Need help with CF / Java problem...

2008-11-27 Thread C S
>You can also use the JDT compiler via JavaLoader, and compile and then >load the classes on the fly, within CF. > >I like that a lot, personally. A fast way to do Java + CF. > >I've got some code that does it, been meaning to wrap it up into a >little project or something. Sounds interesting. D

Re: Need help with CF / Java problem...

2008-11-27 Thread denstar
On Wed, Nov 26, 2008 at 9:11 PM, Paul Hastings wrote: > John Skrotzki wrote: >> jre 1.6 instead of the jre 1.4 that CF MX 7 runs on. I don't know how to >> recompile it and wondering if anybody would be able to do it... > > get yourself the latest version of eclipse, make sure you have the same JR

Re: Need help with CF / Java problem...

2008-11-27 Thread C S
John Skrotzki wrote: > I want to use a java class for extracting email sections from .eml file Just curious, what benefits does that jar offer you over plain javamail? http://java.sun.com/products/javamail/ >get yourself the latest version of eclipse, make sure you have the same JRE >installed o

Re: Need help with CF / Java problem...

2008-11-26 Thread Paul Hastings
John Skrotzki wrote: > jre 1.6 instead of the jre 1.4 that CF MX 7 runs on. I don't know how to > recompile it and wondering if anybody would be able to do it... get yourself the latest version of eclipse, make sure you have the same JRE installed on your w/s (we're all at 1.6xx here). once you

Need help with CF / Java problem...

2008-11-26 Thread John Skrotzki
Here is the website with the code: ( download link near bottom ) http://miles.dk/2008/04/10/messenger/ any help getting this so it can be used in cf ( createObject TYPE Java ) would be awesome and I am sure others might find this code helpful. Thanks... John Skr

<    5   6   7   8   9   10   11   12   13   14   >