Re: OT - https requests stop working after Firewall and IP changes

2008-04-17 Thread rex
James Blaha wrote: Hi Dave, If you go on the CF server locally can you call a cfm page via HTTP and HTTPS? Where is the SSL cert sitting? If SSL still fails locally, check out the SSL Diagnostic Tool at http://www.microsoft.com/windowsserver2003/iis/diagnostictools/default.mspx SSL is

Re: converting query for MS Acess

2008-04-17 Thread Mike Little
just wondering if anyone can help - i am in a bit of a pickle with this one. mike hey guys, have the following query (which works in SQL Server)... SELECT child.* FROM categories AS parent, categories AS child WHERE parent.cat_id = cfqueryparam cfsqltype=cf_sql_integer

Re: default font size for a page

2008-04-17 Thread Mark Henderson
Andy Matthews wrote: You need to assign a default font size to containers. I generally use this method: body, p, div, td { font-family: verdana; font-size: .8em; color: #00; } Just a minor point of order here, but that approach will trigger the (now) well known font

Error E0-0602 (Vdb Access): Error in read_entry: 00000001.ddd, RESUME, 0

2008-04-17 Thread vinod rama
Hi Gurus, I work on peoplesoft and we use verity to index our applicant details. we use mkvdk to index the data from *.bif and *.dat files. while searching for applicants online, I get the following errorE0-0602 (Vdb Access): Error in read_entry: 0001.ddd, RESUME, 0 . Does anyone have

RE: Ok, so I've got these tables of data...

2008-04-17 Thread Rick Faircloth
Hi, Azadi, and thanks for the reply... I'm working on this, but I realized I had some other changes to make in the database before I could complete the query. I'll try it soon! Thanks, Rick -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16,

CF and SQL Server temporary tables

2008-04-17 Thread Rick Root
so I have a question about temporary tables in SQL Server 2005. From the SQL Server documentation for CREATE TABLE: You can create local and global temporary tables. Local temporary tables are visible only in the current session, and global temporary tables are visible to all sessions. Temporary

Re: CF and SQL Server temporary tables

2008-04-17 Thread James Smith
If I remember correctly if you have CF maintaining connections your temp table will hang around almost indefinitely, best practice would be to DROP it once you are done with it. Also worth noting that if the page that creates the table can be called multiple times simultaneously (by different

Re: CF and SQL Server temporary tables

2008-04-17 Thread Rick Root
On Thu, Apr 17, 2008 at 8:38 AM, James Smith [EMAIL PROTECTED] wrote: If I remember correctly if you have CF maintaining connections your temp table will hang around almost indefinitely, best practice would be to DROP it once you are done with it. Well I did some tests... and I determined

cf wiki software used on asaecenter.com/wiki/index.cfm

2008-04-17 Thread Assistenza Sito
somebody know wich cf wiki software is being used at this site? http://www.asaecenter.com/wiki/index.cfm?navItemNumber=27694 Thanks!! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

Re: wsconfig.jar v. Apache 2.0.59 solaris

2008-04-17 Thread Tom Chiverton
On Wednesday 16 Apr 2008, Cutter (CFRelated) wrote: Last I checked, and especially with Apache 2.0.59, the Web Server config utility is useless with Apache configurations, It worked for me for the first time ever with CF8.0.1, but I'm on 64bit. -- Tom Chiverton Helping to synergistically

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-17 Thread Tom Chiverton
On Wednesday 16 Apr 2008, Raymond Camden wrote: And if I'm no longer a respected member of the community, that's news to me. Why didn't someone call me? ;) Oh, ignore him. He must have just quit smoking or something :-) -- Tom Chiverton Helping to evangelistically brand exceptional IPOs on:

Re: Some JS help please

2008-04-17 Thread morgan l
Yep, I think this is the problem as well. If you take the code posted @ http://www.nomorepasting.com/getpaste.php?pasteid=14631 and move the entire script section to the bottom, the error goes away. On Wed, Apr 16, 2008 at 4:55 PM, Matt Williams [EMAIL PROTECTED] wrote: On Wed, Apr 16, 2008

ajax submit form

2008-04-17 Thread Chad Gray
There are so many options it seems to use Ajax now in CF8. Here is what I want to do, what is the best way to achieve it? I have a search form that submits to an action page and displays results out of a database. I don't want to re-write my pages, I just want the submit to not refresh the

Re: ajax submit form

2008-04-17 Thread Matt Williams
On Thu, Apr 17, 2008 at 9:18 AM, Chad Gray [EMAIL PROTECTED] wrote: There are so many options it seems to use Ajax now in CF8. Here is what I want to do, what is the best way to achieve it? I have a search form that submits to an action page and displays results out of a database. I

RE: ajax submit form

2008-04-17 Thread Chad Gray
Does amazon stock these magic AJAX wands? :) Sorry for the ambiguous question. I looked up CFDivs and binding and there are possibilities here. I just need to do some more reading. cfform cfinput name=queryString type=text value=plates white /cfform h3Results/h3 cfdiv

Re: ajax submit form

2008-04-17 Thread Kay Smoljak
On Thu, Apr 17, 2008 at 10:44 PM, Matt Williams [EMAIL PROTECTED] wrote: Sorry. You will have some rewrite to do and unfortunately there is not a best way. You need to look at cfajaxproxy. There are many other ways to do this without using CF8's ajax abilities too but using a javascript

Re: CF and SQL Server temporary tables

2008-04-17 Thread Don L
On Thu, Apr 17, 2008 at 8:38 AM, James Smith [EMAIL PROTECTED] wrote: If I remember correctly if you have CF maintaining connections your temp table will hang around almost indefinitely, best practice would be to DROP it once you are done with it. Well I did some tests... and I determined

Re: Some JS help please Solved

2008-04-17 Thread Bruce Sorge
OK, so I figured this out this morning. Nothing like getting a good nights sleep. What I did was this: Moved the function to the top, gave it a name, changed the document.getElementByID to document.FormName.FieldName, added the onChange event on the select list and it is working fine Thanks

Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread James Blaha
Mike, Do you know of any other example sites? -Jim ~| 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:

Excel Dump and Oracle NCLOB

2008-04-17 Thread Ciliotta, Mario
I'm using cfcontent type=application/vnd.ms-excel to dump data from Oracle to Excel, but double byte character turn to garbage. Is there a way around this? Thanks Mario == Please access the attached hyperlink for an

cfmenu menus disappear behind flashpaper

2008-04-17 Thread Nathan Smith
I have a very simple page that I am using both cfmenu and flashpaper on. The flashpaper starts about 1/4 of a way down the page and really long cfmenu items disappear behind the flashpaper. I don't know much about CSS and even less about flash, but does flash and by extension should flash

Re: ajax submit form

2008-04-17 Thread Rey Bango
Hi Chad, You'll hear some good advice about properly using Ajax-based technologies and the advice I can give you is to look at progressive enhancement. It's ensuring that your application works as expected using traditional development methods and then gradually enhancing it to leverage

RE: ajax submit form

2008-04-17 Thread Chad Gray
Guess I should have explained since the topic is shifting this direction. I don't have to worry about whether their JS is turned on. It is for a Intranet web site that I have control over what browsers and browser settings are being used. I just need to find the best functions in CF8 to

CF8 Web Server Configuration

2008-04-17 Thread Qasim Rasheed
Hello everyone, Here is my OS configuration Windows 2003 Server ColdFusion 8 0 JRun install with multiserver I set up two sites on IIS and was able to configure one of them with one instance of CF8. However now the Web Server Configurator won't start. I clicked the option on Start and it shows

Re: converting query for MS Acess

2008-04-17 Thread Rob Parkhill
Might try IN instead of EXISTS ( so NOT IN) Rob On Thu, Apr 17, 2008 at 3:09 AM, Mike Little [EMAIL PROTECTED] wrote: just wondering if anyone can help - i am in a bit of a pickle with this one. mike hey guys, have the following query (which works in SQL Server)... SELECT child.*

Re: ajax submit form

2008-04-17 Thread Azadi Saryev
i think the easiest way to do it is to have a cfform in a cfdiv (i.e. via bind) - the form submits to the cfdiv then, without refreshing the page containing the cfdiv. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Chad Gray wrote: There are so many options it seems to use Ajax now in

Re: ajax submit form

2008-04-17 Thread Don L
Guess I should have explained since the topic is shifting this direction. I don't have to worry about whether their JS is turned on. It is for a Intranet web site that I have control over what browsers and browser settings are being used. I just need to find the best functions in CF8

Microsoft Metadata

2008-04-17 Thread Stone, Lori
Does anyone know how to edit the Metadata Title of Word, PowerPoint, Excel documents? -Lori ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread James Blaha
Hi Folks, Is there a way instead of populating tinput2 with tinput1 results it sends the information to a query and returns the result to tinput2? -Jim cfform cfinput name=tinput1 type=text cfinput name=tinput2 type=text bind={tinput1} /cfform

Re: cfmenu menus disappear behind flashpaper

2008-04-17 Thread Andy Chen
I have a very simple page that I am using both cfmenu and flashpaper on. The flashpaper starts about 1/4 of a way down the page and really long cfmenu items disappear behind the flashpaper. I don't know much about CSS and even less about flash, but does flash and by extension should

Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread Azadi Saryev
iirc, something like: cfinput name=tinput2 type=text bind=cfc:path.to.cfc.methodname({tinput1}) may have to add an event to the bound control, i.e. [EMAIL PROTECTED] to prevent the bind from firing with every letter you type into tinput1... all from memory - can;t test it now = beware... Azadi

RE: ajax submit form

2008-04-17 Thread Chad Gray
I finally got what I wanted. Now my question is if the user types in to the search and hits the enter button it submits the form. It does not launch my javascript that is on the button. Is there any way so when the user hits enter to have the button clicked so my javascript is fired and the

RE: cfmenu menus disappear behind flashpaper

2008-04-17 Thread Nathan Smith
Has anyone seen this issue before, any idea of ways around it? Are there different versions of flashpaper? I think my flashpaper SWFs were mostly produced with an early version that come out with the first contribute. Thanks. -Nate Are you using IE6? There is a weird CSS bug

Re: cfmenu menus disappear behind flashpaper

2008-04-17 Thread Azadi Saryev
to overcome this behaviour, one has to add param name=wmode value=transparent / in the object tag and set attribute wmode=transparent in the embed tag... not sure how or if possible to do this with cfdocument generated flashpaper... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Nathan

Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread James Blaha
Azadi, Should this work? -Jim myCFC.cfc cfcomponent cffunction name=myFunction access=remote returntype=string cfargument name=var1 type=string default= cfset myResult=Hello World cfreturn myResult /cffunction /cfcomponent

Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread Azadi Saryev
works with @change instead of @none or just {tinput1} Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ James Blaha wrote: Azadi, Should this work? -Jim myCFC.cfc cfcomponent cffunction name=myFunction access=remote returntype=string cfargument name=var1

RE: cfmenu menus disappear behind flashpaper

2008-04-17 Thread Nathan Smith
to overcome this behaviour, one has to add param name=wmode value=transparent / in the object tag and set attribute wmode=transparent in the embed tag... not sure how or if possible to do this with cfdocument generated flashpaper... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/

RE: CF8 Web Server Configuration

2008-04-17 Thread Doug Arthur
Is the problem with \bin\wsconfig.exe? If so, you may want to try and manually configuring your web server. Although, I wouldn't recommend to go that route, but if wsconfig.exe is locking up, I don't know why that would be. If you need help manually configuring, I can help you out. - Doug

Re: CF8 Web Server Configuration

2008-04-17 Thread Qasim Rasheed
Doug, Thanks for responding. I did tried the manual configuration option by 1. first using wsconfig.exe on the command line with appropiate parameters but it still went to infinity and never returned. 2. I've also tried the technique described here but no luck.

Prevent Cross Site scripting

2008-04-17 Thread Jacob
If I added the following, would this prevent Cross Site Scripting issues: cfif urldecode(cgi.QUERY_STRING) contains or urldecode(cgi.QUERY_STRING) contains or urldecode(cgi.QUERY_STRING) contains [ or urldecode(cgi.QUERY_STRING) contains ] or

RE: Prevent Cross Site scripting

2008-04-17 Thread Brad Wood
Not necessarily, but this will help: Name: #htmleditformat(user_entered_data_I_dont_trust)# XSS from my understanding is when someone is able in inject HTML/JS into a page so it is executed and then they can manipulate the contents of the page and or make an Ajax call which will send any cookies

RE: CF and SQL Server temporary tables

2008-04-17 Thread Jaime Metcher
It's entirely possible for a CF page to change connections in the middle of processing a request, and therefore lose sight of the temp table. It's also possible for the new connection to be one that was previously used by another invocation of the same page, producing the problem that James

RE: cfhttp stopped working, anyone experienced this

2008-04-17 Thread Scott Mulholland
Trapping it just showed me it was a connection timeout. Oddly (or not) a reboot seems to have fixed this. -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 8:05 PM To: CF-Talk Subject: Re: cfhttp stopped working, anyone experienced this are

iMIS Coldfusion integration

2008-04-17 Thread Scott Mulholland
Anyone out there worked with iMIS IBO's and CF before? If so please contact me off list if you'd be willing to answer a few questions and possibly entertain a small integration project. Thanks, Scott ~| Adobe® ColdFusion®

how can i check if coldfusion 8 is running in 32bit or 64bit mode?

2008-04-17 Thread Steve Dworman
we're running coldfusion 8 on a 64bit solaris 9 box. ~| 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:

Re: ajax submit form

2008-04-17 Thread Claude Schneegans
I don't want to re-write my pages, I just want the submit to not refresh the page and return the results on the same page as the search form. I've done something similar without Ajax. There are two main problems if you do it in Ajax: 1º robots like Google do not see the sub pages your site

Adding multiple records through a webservice

2008-04-17 Thread Les Mizzell
While the below works, what a freaking waste of resources - especially considering that the webservice is on the other side of the planet from the form that's submitting to it. What's the best way to handle something like this? cfloop list=#request.idLIST# index=idx

Re: Adding multiple records through a webservice

2008-04-17 Thread Dominic Watson
While the below works, what a freaking waste of resources - especially considering that the webservice is on the other side of the planet from the form that's submitting to it. What's the best way to handle something like this? Is it your webservice? If so, create a method that accepts a

Re: default font size for a page

2008-04-17 Thread Don L
One thing I've found extremely useful is CSS reset templates Yep, totally agree. They certainly help to alleviate some of the *pain* in gaining consistent cross-browser rendering. Another good example is Eric Meyer's reset sheet [3]. However, the global reset method * {margin:0; padding:0}

FlexCF.com Launches

2008-04-17 Thread Dale Fraser
We are very pleased to announce the launch of http://FlexCF.com http://FlexCF.com this is a sister site for http://LearnCF.com http://LearnCF.com and focuses on Flex application development with a ColdFusion backend. There are seven tutorials published on launch, with more to come. These

getex replace

2008-04-17 Thread [STS] Ravi Gehlot
I have a list I obtained from export ldap members out of a ldap directory in LDIF format that looks like this: memberUserName: John Doe memberAge: 34 memberLocation: US memberEmail: [EMAIL PROTECTED] memberUserName: Mary Doe memberAge: 44 memberLocation: US memberEmail: [EMAIL PROTECTED]

Re: cfhttp stopped working, anyone experienced this

2008-04-17 Thread [STS] Ravi Gehlot
Cool. On Thu, Apr 17, 2008 at 5:39 PM, Scott Mulholland [EMAIL PROTECTED] wrote: Trapping it just showed me it was a connection timeout. Oddly (or not) a reboot seems to have fixed this. -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008

Re: Need built-in JWS SSL help

2008-04-17 Thread Matthew Williams
Other than some occasional thoughts, no. I'm pretty sure we're going to be screwed on this one as it points more toward being a JVM issue opposed to a ColdFusion issue. Looking over some of the 1.6 info, it looks like SSL underwent some major revamping. I'm curious to see what would happen

Re: Need built-in JWS SSL help

2008-04-17 Thread James Holmes
It's a JVM issue - I installed JDK 1.5_13 and it works fine. This isn't so bad right now, since the classloader bugs in Java 6 mean I'm not keen to use it with CF8 anyways, but when that's finally fixed and we want to go up to 6 again, this will be a real pain. On Fri, Apr 18, 2008 at 10:05 AM,

Re: Need built-in JWS SSL help

2008-04-17 Thread Matthew Williams
Yep, that's exactly where I'm at with this ;). I even tried creating the self signed cert under the various JVMs (thinking it may be a SSL v3 issue), but I think it may actually be a TLS issue. But, those are really just buzz words to me. I don't have a lot of free time to develop a good

Re: default font size for a page

2008-04-17 Thread Don L
[1] http://www.gunlaug.no/contents/wd_additions_13.html [2] http://css-discuss.incutio.com/?page=UsingPoints [3] http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ Another opinion on reset, and I kind of like it. Can we say, for certain app, using reset might be a good practice while

Re: default font size for a page

2008-04-17 Thread Sonny Savage
I don't use cf8 'cause my company doesn't want to buy it. Most of our servers are still 6.1. On Wed, Apr 16, 2008 at 6:59 PM, Don L [EMAIL PROTECTED] wrote: I haven't used CF8 and all the new goodness that uses the YUI libraries. I've simply included the libraries explicitly as needed by

Coldfusion Array help

2008-04-17 Thread Brian Sheridan
Im not that familiar with Coldfusion and I'm learning. I have spent alot of time with no luck. Can someone please take a peek at my code and help me arrange this data correctly. Any help much appreciated. - The data is set from a JS

RE: CF and SQL Server temporary tables

2008-04-17 Thread Dave Watts
It's entirely possible for a CF page to change connections in the middle of processing a request, and therefore lose sight of the temp table. Actually, I don't think that's possible. My understanding is that a connection used by a page is retained by the page for the duration of its

Re: Coldfusion Array help

2008-04-17 Thread Mike Chabot
You can have two list loops. For the outer loop use g in group as the list delimeter. The use ListFirst and ListLast with a : delimeter to break apart the group label from the group values. Then loop over the ListLast comma list of values. Also you might need a two dimensional array or a structure

RE: Prevent Cross Site scripting

2008-04-17 Thread Dave Watts
If I added the following, would this prevent Cross Site Scripting issues ... No, that's not sufficient. First, there are other scopes that can contain XSS attack patterns. Second, you're better off following a deny all, then allow approach instead of what you're doing. You can't guarantee that

Re: Coldfusion Array help

2008-04-17 Thread AJ Mercer
That is a horrible URL to work with Do you have any control over that? If so, try something like ?group1=20group2=16,3,17group3=2,11,18 The you can use CGI.query_string as a list of lists loop through with a delimiter of '' to get you groups then do listFirst listLast with a delimiter of '='

Re: Coldfusion Array help

2008-04-17 Thread Azadi Saryev
first advice: scope your variables. your cfset mylist=#groups# should be cfset mylist=#url.groups#. will save you debugging headache when you decide to name another var in some other scope 'group'... cf has a lot of list manipulation functions, and they all are very good. check out livedocs or

Re: Coldfusion Array help

2008-04-17 Thread James Holmes
At that point you could loop through the URL structure in a collection loop, which is even nicer. On Fri, Apr 18, 2008 at 12:46 PM, AJ Mercer [EMAIL PROTECTED] wrote: That is a horrible URL to work with Do you have any control over that? If so, try something like