RE: How can I get a query's name?

2001-12-21 Thread Ann Harrell
Sorry. My sattelite connection was being naughty. Ann > -Original Message- > From: Ann Harrell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 20, 2001 8:35 PM > To: CF-Talk > Subject: RE: How can I get a query's name? > > > zxvczx > > &g

RE: How can I get a query's name?

2001-12-21 Thread Ann Harrell
zxvczx > -Original Message- > From: Gregory Harris [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 20, 2001 5:24 PM > To: CF-Talk > Subject: RE: How can I get a query's name? > > > Well, granted that a query name is the defining key for everything els

RE: How can I get a query's name?

2001-12-21 Thread Dave Watts
> Just to explain, I am passing a query to a UDF, not the name > of the query. Since in passing the query as a parameter to the > UDF, the reference to the query gets named as my parameter. In > my UDF I am outputing the query using the queryname[column][row] > notation. For a certain part of

RE: How can I get a query's name?

2001-12-21 Thread Raymond Camden
: morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 20, 2001 6:28 PM > To: CF-Talk > Subject: Re: How can I get a query's name? > > >

Re: How can I get a query's name?

2001-12-20 Thread Jon Hall
1 6:08 PM Subject: Re: How can I get a query's name? > Why not change your UDF to take the name of the query as a string, and when > referencing your query, use evaluate(). > > --- > Billy Cravens > __ Get

Re: How can I get a query's name?

2001-12-20 Thread Jennifer Larkin
gt;to know the query name itself. > >jon >- Original Message - >From: "Gregory Harris" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Thursday, December 20, 2001 5:23 PM >Subject: RE: How can I get a query's name? &

Re: How can I get a query's name?

2001-12-20 Thread BILLY CRAVENS
ng > the queryname[column][row] notaion. For a certain part of code I would like > to know the query name itself. > > jon > - Original Message - > From: "Gregory Harris" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent:

Re: How can I get a query's name?

2001-12-20 Thread Jon Hall
like to know the query name itself. jon - Original Message - From: "Gregory Harris" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 5:23 PM Subject: RE: How can I get a query's name? > Well, granted t

RE: How can I get a query's name?

2001-12-20 Thread Gregory Harris
From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 1:27 PM To: CF-Talk Subject: How can I get a query's name? Here is a good one. Is it possible to retrieve a queries name from the query itself? CF obviously knows lots of things about the query, since it spits out t

How can I get a query's name?

2001-12-20 Thread Jon Hall
Here is a good one. Is it possible to retrieve a queries name from the query itself? CF obviously knows lots of things about the query, since it spits out the queryname and the sql in the debug output. Is this stuff exposed in any way? Am I having a brainfart? This stuff should be available... j