Re: CFMX Certification

2004-05-23 Thread Daniel Farmer
I don't have the links anymore... but do a google search. There are a few good tests you can buy that can really prepare you well for certification...   - Original Message -   From: vishnu prasad   To: CF-Talk   Sent: Monday, May 24, 2004 2:34 AM   Subject: CFMX Certification   HI   i

CFMX Certification

2004-05-23 Thread vishnu prasad
HI i am Vishnuprasad i am frm india ,iam plan to take a cfmx certification exam is there is any test paper aviliable there for practice.. since i am in india here we dont get the certification Books on MX ,and i heard that there is one software for CFMX Exam as i could not afford to buy that sof

Re: Preorder tree traversal algorithm

2004-05-23 Thread Chris Dempsey
Tim, Not sure if you received any hits on this, but I'm trying to do something similar.  I have the same sort of db structure as the Sitepoint article, but I'm trying to build a select list.  I would like to show all rows, but append the parent "titles" on to the left of the "title". For this

vb.net email list like cf-talk

2004-05-23 Thread Daniel Farmer
anyone know of any good vb.net email lists ? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Adding DSN with cf.Factory

2004-05-23 Thread Andrew Scott
Jake, I have a CFC that will do the trick for you, it is shareware and I a mhappy to pass this on as long as copyright is remain to the author. The cfc will allow you to create, delete and verify a data source for MsAccess and Ms SQL Server at the moment. If this fits your needs let me know.

RE: Does this work in CF5?

2004-05-23 Thread Matt Robertson
Steve Nelson wrote: >Yep, it works fine. I did this to test it: Thanks Steve! --Matt-- [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Does this work in CF5?

2004-05-23 Thread Steve Nelson
Yep, it works fine. I did this to test it: test 1: test 2: Returns: test 1: WOO HOO   test 2: FOO Bar   WOO HOO (in cfdump tables) Steve   _   From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Sunday, May 23, 2004 10:38 AM To: CF-Talk Subject: Does this work in CF5?

Re: JavaScript problem - RESOLVED

2004-05-23 Thread Spectrum WebDesign
Thanx Greg... great job... works fine... i'm very happy! ;-) Thanx for your time. - Original Message - From: "Greg Landers" <[EMAIL PROTECTED]> Date: Sun, 23 May 2004 16:58:17 -0500 To: CF-Talk <[EMAIL PROTECTED]> Subject: Re: _javascript_ problem It appears that you have left out som

Re: JavaScript problem

2004-05-23 Thread Greg Landers
It appears that you have left out some quotes in your string construction. Instead of this: data = "" +    + "Depart " + i + ":" + "  + size=45 name="depart" + i + >"; Try this: data = "" +   "" + "Depart " + i + ":" + "  + size=45 name='depart" + i + "'>"; Than

RE: JavaScript problem

2004-05-23 Thread Philip Arnold
> From: Spectrum WebDesign > > I'm sorry to be posting OT... but I've got a _javascript_ > problem that's plaguing me. >   > This js script works fine... > > data = "" + "Depart " + i + " :" + spaces > + " > + inter + "'>"; > > Now, converting to use tables and after CSS give me an error: > >

Re: JavaScript problem

2004-05-23 Thread Greg Landers
Jillian, First make sure that there is a form named "adduser" in the parent window that opened the child window. If the form is named "adduser" ... try some different variations of this script: Instead of this:
function addUser(id)
{
window.opener.document.forms["adduser"].user_id.va

OT: JavaScript problem

2004-05-23 Thread Spectrum WebDesign
Sorry Jillian... using your email header ;-) I'm sorry to be posting OT... but I've got a _javascript_ problem that's plaguing me. This js script works fine... data = "" + "Depart " + i + " :" + spaces + ""; Now, converting to use tables and after CSS give me an error: data = "" +    + "

OT: JavaScript problem

2004-05-23 Thread Jillian Carroll
I'm sorry to be posting OT... but I've got a _javascript_ problem that's plaguing me. I have a CF page that spawns this 'people picker'.  The problem is, when I choose a person from the list it generates (see the cfoutput from the 'search' query) I get the _javascript_ error: 'Error: window.open

RE: Custom Tag Question

2004-05-23 Thread C. Hatton Humphrey
> >>do I need to do anything special to make sure that the structure is > maintained between the start and end tags? > > No, what you have created in the start section is available in the end > section. Excellent!  I'm using the custom tag approach to interface with a UDF that I've already writte

Re: Custom Tag Question

2004-05-23 Thread Claude Schneegans
>>do I need to do anything special to make sure that the structure is maintained between the start and end tags? No, what you have created in the start section is available in the end section. -- ___ See some cool custom tags here: http://www.contentbox.com/clau

Custom Tag Question

2004-05-23 Thread C. Hatton Humphrey
I'm working on a custom tag to somewhat automate the auditing of database changes for an application and I have a "dumb" question - In the "start" section of the tag I am storing the current values into a structure, then my idea is to requery the table at the end section and compare the two to cre

Re: Re[3]: forum software with other surface languages than english

2004-05-23 Thread Paul Hastings
sorry, i misread your post completely. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: How to output last line first

2004-05-23 Thread Philip Arnold
> From: B G > > Has anyone tried to present the output of a process so that > the last line is at the top of the page? Here's another idea Mix up the different suggestions 2 frames - one on the left with the "top down" approach I suggested, the right frame is just the long list with the JS cod

test

2004-05-23 Thread Dick Applebaum
"If there are no stupid questions, then what kind of questions do stupid people ask? Do they get smart just in time to ask questions?" - Scott Adams - [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Test

2004-05-23 Thread Dick Applebaum
"If there are no stupid questions, then what kind of questions do stupid people ask? Do they get smart just in time to ask questions?" - Scott Adams - [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re[3]: forum software with other surface languages than english

2004-05-23 Thread cf-talk
RE to the FarCry-post: Hi Paul,thanks for your feedback. It looks, as if they don't have forums integrated. If you klick on their web-site, they mention how to integrate fusetalk. Uwe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: How to output last line first

2004-05-23 Thread Greg Landers
Phillip, > How can it be just a CF solution? CF sends information to the browser, therefore it's a browser solution rather than a CF solution Good point, thanks. Greg [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: How to output last line first

2004-05-23 Thread Philip Arnold
> From: Greg Landers > > Yes, I admit that I have not tried it, but I can imagine it > being a pretty smooth effect. After thinking about it, let's > say after about 100 records the user tries to scroll back to > the top. It would be frustrating. But you could set an > onClick event that ended

Re: Adding DSN with cf.Factory

2004-05-23 Thread Jochem van Dieten
Jake. wrote:      factory = CreateObject("java", "coldfusion.server.ServiceFactory");  ds_service = factory.datasourceservice;  d_sources = ds_service.datasources;     > like how to do you find the name of an existing datasource in order to model it To list all the datasources: #S

Re: SOT: Directory Tree crawler with file size sorting?

2004-05-23 Thread Hugo Ahlenius
I would recommend a windows application called DirGraph. I am not connected to the web atm so I am not able to look up the URL, but google it and you'll find it. -- Hugo Ahlenius - Hugo Ahlenius  E-Mail: [EMAIL PROTECTED

Re[2]: forum software with other surface languages than english

2004-05-23 Thread cf-talk
Hello Paul, Sunday, May 23, 2004, 4:39:10 PM, you wrote: PH> why not farcry, its free. though you'd have to do the localiztion yourself. >> I need a good forum-software >> but with a german skin/surface. >> I like fusetalk, but it is a bit >> much out of my price-range. >> I would like to spent

RE: Using CFCATCH to display default error messages

2004-05-23 Thread Tom Kitta
I hope they fix the structure error with cfcatch variable that I reported about a year ago in the Blackstone, you cannot pass the cfcatch structure (for it is a structure) as a type = struct to a function, it has to be type = any. I think it had other problems with its structure identity as well.

Does this work in CF5?

2004-05-23 Thread Matt Robertson
Sorry to ask something so dumb, but I never worked with CF5 and don't have a copy.  Will the code below work in CF5, where I have a request-scope structure and I want to use either of the two methods below to add an item to the structure? Thx, Ma

Re: forum software with other surface languages than english

2004-05-23 Thread Paul Hastings
why not farcry, its free. though you'd have to do the localiztion yourself. > I need a good forum-software > but with a german skin/surface. > I like fusetalk, but it is a bit > much out of my price-range. > I would like to spent app. 100 USD. > Anybody who knows a forum software > which is easy c

Re: How to output last line first

2004-05-23 Thread Greg Landers
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. Yes, I admit that I have not tried it, but I can imagine it being a pretty smooth effect. After thinking about it, let's say after about 100 record

RE: Using CFCATCH to display default error messages

2004-05-23 Thread Andy Ousterhout
Are the output statements within a catch any block?   -Original Message-   From: Stan Winchester [mailto:[EMAIL PROTECTED]   Sent: Saturday, May 22, 2004 11:46 PM   To: CF-Talk   Subject: Re: Using CFCATCH to display default error messages   I've read the documentation, and when I use the

RE: Using CFCATCH to display default error messages

2004-05-23 Thread Matt Robertson
Stan Winchester wrote: >I need to know what template is throwing the error and what line number If you want *just* the line number of the final error you can use "Error on Line #CFCATCH.TAGCONTEXT[1]["LINE"]#", and cgi.path_translated will give you the path/template that the error occurred on. As

Re: Adding DSN with cf.Factory

2004-05-23 Thread Jake .
Thanks for that link. I played around with it last night, and got it to added the datasource. But there are still several key pieces missing (like how to do you find the name of an existing datasource in order to model it, how do you check to ensure there aren’t any existing DSNs with that same nam

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: Ph

Re: Adding DSN with cf.Factory

2004-05-23 Thread mpwoodward
>I'm looking for a way to add datasources via code, using the cf.Factory. >I came across a great CFC for adding mappings (www.cfczone.org > ), but I can't seem to find something similar >for datasources. I've found a few discussions/pages about the theory of >how you would do this, but nothing will

Tomcat - Jrun - JBoss

2004-05-23 Thread Spectrum WebDesign
Can anyone tell me the Advantages and Disadvantages between 1)TOMCAT 2)JRUN & 3)JBOSS for running CFMX... Tomcat is the best Java Application Server like http://builder.com.com/5100-22-5108828.html. What's the best choice running with CFMX and IIS or Apache. Thanx for your time. --

RE: How to output last line first

2004-05-23 Thread Philip Arnold
> From: B G > > Has anyone tried to present the output of a process so that > the last line is at the top of the page? > > For example, I have a process that runs through thousands of > records, I want the user to observe the results of each > record.  In the CFLOOP I can CFFLUSH and print the

RE: [cftalk] forum software with other surface languages than english

2004-05-23 Thread Daniel Mackey
Hi Uwe, You may be interested in the following application : http://www.cftagstore.com/tags/cfwebboardv20.cfm Its $100 and includes full unencrypted source code, support for MySQL, MSSQL and MSAccess. The Styles and interface can be completely modified and comes packed with 3 different styles an

forum software with other surface languages than english

2004-05-23 Thread cf-talk
Hi list, I need a good forum-software but with a german skin/surface. I like fusetalk, but it is a bit much out of my price-range. I would like to spent app. 100 USD. Anybody who knows a forum software which is easy customizable and/or even have a german surface ? Thanks. Uwe [Todays Threads]

Re: Using CFCATCH to display default error messages

2004-05-23 Thread Simon Riley
Stan Winchester wrote: Have you tried using ? > >I've read the documentation, and when I use the following: > >type: #cfcatch.type# >message: #cfcatch.message# >detail: #cfcatch.detail# >extended info: #cfcatch.extendedinfo# > >It returns the following error message which is not very discriptive