CF Session Question

2003-11-20 Thread Jim McAtee
I've got a CF5 application, an ad server, which has two distinct components. One is a management interface and the other is the mechanism for serving and tracking ads and click throughs. In the management interface I wish to use CF sessions to track user logins. The ad serving mechanism is called

RE: Macromedia launches Flex (Was Royale)

2003-11-20 Thread Tom Jordahl
There most definitely is a server component which provides a ton of support functionality (web services support, Java object invocation, etc. etc). -- Tom Jordahl Macromedia -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 3:38 PM To: CF

Re: CF_ZipRad

2003-11-20 Thread Jerry Johnson
I agree. I'll check them out tonight. Thanks, Jerry Johnson >>> [EMAIL PROTECTED] 11/20/03 05:11PM >>> Thanks Jeff!! > Hello all, > > Please excuse the shameless plug. > > CF_ZipRad is now freeware.  If you wanted to use it and didn't have the > budget, it's all yours. > > The source files a

Re: CF_ZipRad

2003-11-20 Thread cf
Thanks Jeff!! > Hello all, > > Please excuse the shameless plug. > > CF_ZipRad is now freeware.  If you wanted to use it and didn't have the > budget, it's all yours. > > The source files are unencrypted and ready to use. > > The distribution includes CF_ZipRad, CF_Zip2City, CF_City2Zip, > CF_

OT: SQL Query

2003-11-20 Thread Paul Giesenhagen
I have three tables and I know the guideID.  The Fusion table below brings the guides and the lakes together.  If a Guide is a guide at 1 or more lakes, the lakeID and the guideID are put into a row into the fusion table.  Guides can be associated with many lakes and many lakes associated with a gu

Re: Remotely cycling CF server

2003-11-20 Thread admin
if you have two, or more, servers just have them look at each other (cfhttp ?) and if detect a down condition do a cfexecute with psexec to restart the service   - Original Message -   From: Nick de Voil   To: CF-Talk   Sent: Thursday, November 20, 2003 1:43 PM   Subject: Re: Remotely cy

RE: java/cf

2003-11-20 Thread Turetsky, Seth
Well, the problem is that I wanted to do it with CF, but I will try what Barney suggested, using a wrapper in Java. -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 4:44 PM To: CF-Talk Subject: Re: java/cf > All I need to do is send in 1,1,

OT Subjects

2003-11-20 Thread Michael Dinowitz
Threads with the following subject portions will be automatically moved to CF-Community: Any Canadians here State of the Union Address JJ Allaire Thank you for helping to keep this technical list to technical topics. -- Michael Dinowitz Finding technical solutions to the problems you didn't know y

Re: CF Logs

2003-11-20 Thread Jochem van Dieten
admin wrote: > I was just wondering what the members of the group did to keep their log files under control, size, monitering, backing up etc. Nightly script reads the application.log line by line and dumps every line in the log dir of the customer that generated it. Undeliverable email is chec

Re: java/cf

2003-11-20 Thread Nick de Voil
> All I need to do is send in 1,1,1 to this method: > public void setWidths(float[] widths) throws BadElementException { float[] widths = {1.0,1.0,1.0}; setWidths(widths); Any good? Nick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Remotely cycling CF server

2003-11-20 Thread Nick de Voil
Tom > Check out servers alive at http://www.woodstone.nu/salive/ Thanks Nick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Remotely cycling CF server

2003-11-20 Thread Nick de Voil
Dave > It seems to me that you'd be better off reducing the number of "moving > parts" in this process. Why not write something that just runs on the > server? You're right (as usual), it's a bit of a mess. I was just being lazy & trying to avoid writing any code. Nick [Todays Threads] [Thi

CF_ZipRad

2003-11-20 Thread Jeff Beer
Hello all, Please excuse the shameless plug. CF_ZipRad is now freeware.  If you wanted to use it and didn't have the budget, it's all yours. The source files are unencrypted and ready to use. The distribution includes CF_ZipRad, CF_Zip2City, CF_City2Zip, CF_Area2City and CF_City2Area.   I'm c

Re: java/cf

2003-11-20 Thread Darron J. Schall
float[] is a single-precision (32-bit) floating-point value array.  You might need to play around with some casting, as CF uses doubles internally, and Java won't automatically downcast double -> float for you. JavaCast("float", myVar), or something similar. -d [Todays Threads] [This Message]

RE: java/cf

2003-11-20 Thread Barney Boisvert
There is no way to do native java arrays with CF.  CF arrays are not the same as Java arrays. CF arrays are (were) Vectors.  If you need an Object[] in Java, you can call the vector's toArray() method, but since you need a float[], i think you're stuck. I've run into this a couple times and the

RE: Any Canadians here?

2003-11-20 Thread Jillian Carroll
I am Canadian. -Original Message- From: Chunshen Li (Don) [mailto:[EMAIL PROTECTED] Sent: November 20, 2003 12:19 PM To: CF-Talk Subject: Any Canadians here? Up front, my apology for off topic (this post is not of technical nature), probably it would be the last one of such a nature to t

Spell checkers

2003-11-20 Thread Howie Hamlin
My company is looking for a decent spell checker for a ColdFusion app.  Any recommendations? Thanks, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for Co

CF Logs

2003-11-20 Thread admin
I was just wondering what the members of the group did to keep their log files under control, size, monitering, backing up etc. Cheers Richard [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

java/cf

2003-11-20 Thread Turetsky, Seth
All I need to do is send in 1,1,1 to this method: public void setWidths(float[] widths) throws BadElementException { But everything I try errors with: Method selection Exception.   An exception occurred during method selection process for Method setWidths The cause of this exception was that e

Re: Any Canadians here?

2003-11-20 Thread Mickael
I am Canadian Sounds like our beer commercial   - Original Message -   From: Chunshen (Don) Li   To: CF-Talk   Sent: Thursday, November 20, 2003 1:18 PM   Subject: Any Canadians here?   Up front, my apology for off topic (this post is not of technical nature), probably it would be the

Re: Which Authorize.net tag/CFX?

2003-11-20 Thread Larry C. Lyons
stas wrote: > Could anyone comment on their experiences with available tags? > > Thanks! > I ended up rolling out my own. Its not that difficult. Just send in the appropriate values with cfhttp from a secured connection (i.e., SSL) and you're returned a csv string that you can parse through to

Re: Remotely cycling CF server

2003-11-20 Thread tom
Check out servers alive at http://www.woodstone.nu/salive/ You can monitor more than just CF with it. Tom > We have been suffering from this problem with CFMX 6.1 that a lot of > people seem to have been having, where CF seizes up periodically. Every > time this happens we have to log in remotel

Any Canadians here?

2003-11-20 Thread Don
Up front, my apology for off topic (this post is not of technical nature), probably it would be the last one of such a nature to this forum).   Any Canadians on this forum? I would appreciate an opportunity to get acquainted with them.  If you're, please email me off this forum.   To forum owner,

RE: Please help me get CF running on my dev box

2003-11-20 Thread Dave Watts
> I'm working on coldfusion projects that need to run under CFMX > and CF5 so I installed CFMX and CF5 in that order. I'm trying to > get CF5 to work with my Apache 1.3.27 under Windows 2000 but its > just not working. I put the ApacheModuleColdFusion.dll in the > apache modules directory with

RE: Remotely cycling CF server

2003-11-20 Thread Dave Watts
> I'm trying to set up a system on my desktop that will detect that > there's a problem on the server and fix it automatically. Maybe > I'm making this too complicated, but this is what I've done: ... > > ... > > > I'm testing this all out and everything seems to work except the ASP > script. Bot

Remotely cycling CF server

2003-11-20 Thread Nick de Voil
We have been suffering from this problem with CFMX 6.1 that a lot of people seem to have been having, where CF seizes up periodically. Every time this happens we have to log in remotely and restart the CFMX services. I'm trying to set up a system on my desktop that will detect that there's a probl

RE: Tool to move Access-to-MySQL

2003-11-20 Thread cf
if u need a copy of 2.5 here it is www.weblofts.com/mf.zip personally i think premiumsofts mysql studio is the best by far but not free > Stephen Moretti wrote: >>mySQLFront has been my flavour of mySQL gui >>forever and has been relaunched! > > Bah!  I downloaded/installed it and it's a dog.

Re: Macromedia launches Flex (Was Royale)

2003-11-20 Thread Christian Cantrell
On Wednesday, November 19, 2003, at 05:37  PM, Dave Watts wrote: > From my understanding, having sat through the keynote and one other > Flex > presentation, Flex is all just client-side code, which can > interoperate with > CFMX, webservices, local Java objects, and whatever else you have > la

CFquery question on simultaneous lookup

2003-11-20 Thread Ketan Patel
hi all, I have a situation where I have to read the data from the table while the other script is inserting data at the same time. Means I have a cgi script which inserts data and cfm page is calling that inserted data till it finds end word in one of the field. How I can do that using cfflush. I h

Branch target offset too large for short

2003-11-20 Thread Douglas.Knudsen
anyone see this error? "Branch target offset too large for short" Calling a CFC with a large amount of queries in it wrapped in a cftransaction.  When I remove teh cftransaction tag, everything works fine.  Some sort of limit to the # of queries within a transaction? I saw this thread on the MAC

RE: Tool to move Access-to-MySQL

2003-11-20 Thread Matt Robertson
Stephen Moretti wrote: >mySQLFront has been my flavour of mySQL gui >forever and has been relaunched!   Bah!  I downloaded/installed it and it's a dog.  A complete rewrite of the old product that only resembles the original somewhat.  Buggy, slow, missing tons of 2.5's features.  How disappoi

RE: Tool to move Access-to-MySQL

2003-11-20 Thread Matt Robertson
Stephen Moretti wrote: >mySQLFront has been my flavour of mySQL gui >forever and has been relaunched!   This is GREAT news.  mySQLFront 2.5 is still head-and-shoulders above any other mySQL gui.  Sooner or later I figured I would have to move to SQLYog for good, which is about the next best t

Re: This works but how should something like this be done?

2003-11-20 Thread Stephen Moretti
Hey John, whack is bad right?? Well that all works-ish and is ok-ish - Its not very efficient making all those calls to the database, you don't need cfoutput inside cfquery and you may find that you don't get correct results with lots of data. You can get all the information you need in one qu

RE: This works but how should something like this be done?

2003-11-20 Thread John Munyan
Thanks Much!  Can't believe how convoluted my solution was. -Original Message- From: John D. Burns [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 9:27 AM To: CF-Talk Subject: Re: This works but how should something like this be done? Do a query ordering everything by Categor

RE: Question on error

2003-11-20 Thread Ben Densmore
Thanks Jochem, That's what it looks like it is. The username doesn't have rights to do selects,updates,deletes etc... Ben -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 12:02 PM To: CF-Talk Subject: Re: Question on error Ben Dens

Re: This works but how should something like this be done?

2003-11-20 Thread John D. Burns
Do a query ordering everything by Category, then by link.  Then in the output, group by the category field... ... #category value#    - Original Message - From: John Munyan <[EMAIL PROTECTED]> Date: Thursday, November 20, 2003 12:17 pm Subject: This works but how should somethin

Re: This works but how should something like this be done?

2003-11-20 Thread Jochem van Dieten
John Munyan wrote: > I have this table that contains links that are put into 1 of about 10 > categories.   > > The table structure is as follows: > > Auto-number (Identity Column) | Category Value | HttpLink | DisplayValue > for Link| UserID | DateTime | Available > > The output I was looking f

This works but how should something like this be done?

2003-11-20 Thread John Munyan
I have this table that contains links that are put into 1 of about 10 categories.   The table structure is as follows: Auto-number (Identity Column) | Category Value | HttpLink | DisplayValue for Link| UserID | DateTime | Available The output I was looking for and got is: Category1   

Re: Tool to move Access-to-MySQL

2003-11-20 Thread Stephen Moretti
> Hi All, > Does anybody know about free tools which will move Access-to-MySQL and which > will not spoil or change the data structure. > Not supported any more, but mySQLFront has been my flavour of mySQL gui forever and has been relaunched!  (I only just this second found this out!) http

Re: Question on error

2003-11-20 Thread Jochem van Dieten
Ben Densmore wrote: > >  We just upgraded our dev server to MX 6.1 and also have a new SQL > Server 2K machine that I just exported all of our tables to. I'm getting > the following error: > > Error Executing Database Query.   > [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name >

Question on error

2003-11-20 Thread Ben Densmore
Hi everyone, We just upgraded our dev server to MX 6.1 and also have a new SQL Server 2K machine that I just exported all of our tables to. I'm getting the following error: Error Executing Database Query.   [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'tbl_Product_Main_LU'.  

RE: Tool to move Access-to-MySQL

2003-11-20 Thread Craig Dudley
Ditto, never had a problem with it yet. -Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: 20 November 2003 15:39 To: CF-Talk Subject: RE: Tool to move Access-to-MySQL We bought this... Works very well. - Yves -   -Original Message-   Fro

RE: Tool to move Access-to-MySQL

2003-11-20 Thread John Beynon
There's a great tool called DBmanager which can communicate with MYSQL looking a little like an MMC console, one of its features is upsizing Access to MySQL, I use it all the time www.dbtools.com.br John. -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: 20 November 2

RE: Question about populating pulldown menus with queries (Beginner)

2003-11-20 Thread John Munyan
Okay I figured out what was missing... Yeah! :-) to="#RecordsetGetMenu.recordcount#" index="i"> value="#RecordsetGetMenu.LinkCatergory[i]#" isdefined("recordset1.CatergoryHea

Re: OT - George Bush - State of the Union Address

2003-11-20 Thread Tom Kitta
Ohh, come on, me and my Canadian friends needed a break :D Lets just leave this tread as is or we risk a war :D TK   - Original Message -   From: Pete Ruckelshaus   To: CF-Talk   Sent: Thursday, November 20, 2003 10:44 AM   Subject: Re: OT - George Bush - State of the Union Address   

Re: OT - George Bush - State of the Union Address

2003-11-20 Thread Pete Ruckelshaus
Understood, and, yes, I chuckled.  However, this is a place where we can all check our ideological differences at the door, and I value it because of that. Pete Bushy wrote: > I just thought some people might get a little chuckle from this. > > Relax... > [Todays Threads] [This Message]

Different Results on Two Servers (CF5, MS Access)

2003-11-20 Thread Chris Montgomery
Howdy, I have an interesting situation. Running a test page against the same data (copied the database from remote server to local server on my dev box), I am getting different results. Both CF servers are version 5 (Enterprise on my dev box, Pro on the hosted server) and the database is MS Access

RE: Tool to move Access-to-MySQL

2003-11-20 Thread Yves Arsenault
We bought this... Works very well. - Yves -   -Original Message-   From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]   Sent: 20 novembre 2003 11:33   To: CF-Talk   Subject: Re: Tool to move Access-to-MySQL   It's not free, but it works great they have converters for just about everyth

RE: Tool to move Access-to-MySQL

2003-11-20 Thread Janine Jakim
If you're using Access2000 you'll be able to use their uplink wizard.  It allows you to move the tables to sql and to even keep them in your access database. Now last time I used this product was Sql 6.5- years ago.  There was some weirdness that I would test for if I were you.  Make a backup of a

Re: Tool to move Access-to-MySQL

2003-11-20 Thread Paul Giesenhagen
It's not free, but it works great they have converters for just about everything:  ($39.00) http://www.convert-in.com/ Paul Giesenhagen QuillDesign   - Original Message -   From: Ketan Patel   To: CF-Talk   Sent: Thursday, November 20, 2003 9:29 AM   Subject: Tool to move Access-to-My

Re: OT - George Bush - State of the Union Address

2003-11-20 Thread Bushy
I just thought some people might get a little chuckle from this. Relax... --Original Message Text--- From: Pete Ruckelshaus Date: Thu, 20 Nov 2003 10:17:49 -0500 Look, I'm about as rabid of a Democrat as you could ever find, but I don't feel that this is even remotely on-topic for this list. P

Tool to move Access-to-MySQL

2003-11-20 Thread Ketan Patel
Hi All, Does anybody know about free tools which will move Access-to-MySQL and which will not spoil or change the data structure. Ketan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Please help me get CF running on my dev box

2003-11-20 Thread Ketan Patel
Hi All, I am not sure will this solve the problem but here is a  good tool I found when I was doing some research and I may get it has anybody used it. http://www.serverautomationtools.com/tools/cpuchecker/cpuchecker.html Ketan   -Original Message-   From: Jon Block [mailto:[EMAIL PROTEC

RE: Load issue on CF5.0 Server.

2003-11-20 Thread Mike Brunt
Ketan, firstly take a good look at the ColdFusion error logs in particular Application and Server.  The most debilitating errors will contain any of these strings “unknown exception” “pcode” “thread” “threading” “threshold”. Let us know if you find any of these. Kind Regards - Mike Brunt Webapper

Re: OT - George Bush - State of the Union Address

2003-11-20 Thread Pete Ruckelshaus
Look, I'm about as rabid of a Democrat as you could ever find, but I don't feel that this is even remotely on-topic for this list. Pete Bushy wrote: > LOL... > > http://www.ebaumsworld.com/presaddress2.shtml > > > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [Us

FW: Creating DSN - solved..

2003-11-20 Thread Hassan Arteaga Rodriguez
I created 'hassan' login with SP permission only(it's always what i do) with the same complex password and nothing..But i changed to '*hassan/*' password and it works Thanks __ MSc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. __ MSc.

RE: Creating DSN

2003-11-20 Thread Hassan Arteaga Rodriguez
Actually i'm using another login with store procedure permission only The same error persist when i create another login .. Regards __ MSc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. -Original Message- From: Kennerly, Rick

Creating DSN - solved..

2003-11-20 Thread Hassan Arteaga Rodriguez
Hi: I can't believe My previous password for sa account was a little complex and not to large(16 characters ) , i changed it for 'kk' password and it works... It's a bug  or not ? regards __ MSc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo C

Re: Creating DSN

2003-11-20 Thread Jim Campbell
Hassan - Once you're able to resolve your login issue, I would suggest setting up a dbo specifically for your web application.  Connecting via SA opens yourself up to all sorts of malicious exploits as well as inadvertent mistakes that wouldn't generally be possible with a limited-scope account

RE: Creating DSN

2003-11-20 Thread Kennerly, Rick H CIV
looks like a password error for sure.   I am concerned to the SA log-in pair being used in production, however. Best practices would be to create a limited SQL account for use in production queries (one that restricted in particular the account's ability to DROP the table).  That way you're doub

Please help me get CF running on my dev box

2003-11-20 Thread Jon Block
I'm working on coldfusion projects that need to run under CFMX and CF5 so I installed CFMX and CF5 in that order. I'm trying to get CF5 to work with my Apache 1.3.27 under Windows 2000 but its just not working. I put the ApacheModuleColdFusion.dll in the apache modules directory with the following

re: OT - George Bush - State of the Union Address

2003-11-20 Thread Bushy
LOL... http://www.ebaumsworld.com/presaddress2.shtml [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Creating DSN

2003-11-20 Thread Hassan Arteaga Rodriguez
No..It's not wrong pass. When i try to create DSN via Adminsitrative Tools/Data Sources (ODBC) the DSN is created fine I tryed in an ASP page opening one recordset with the connection string using sa loging and the same pass i typed in the CF Server administrator and all works fine I insta

RE: Creating DSN

2003-11-20 Thread Schuster, Steven
Try a different password, what did you set the SA password to when you set up the server (SQL) Looks like you are using the wrong pass... Steve -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 10:25 AM To: CF-Talk Subject:

Creating DSN

2003-11-20 Thread Hassan Arteaga Rodriguez
Hi all: I'm running CF MX 6.1 version. When i try to create DSN in the CF Server Administrator for an MS SQL Server Database i get this error msg: Connection verification failed for data source: DATADIGI []java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for u

RE: Active Directory LDAP and Security on Windows 2003

2003-11-20 Thread Douglas.Knudsen
i suppose this would depend on your AD admin .  I connect/bind to our AD via this code.  The trick is to use this samAccountName attribute in AD. name="getldap" attributes="distinguishedName" start=" dc=ur co, dc=com"       server="foo.go.com"   port="389"   filter="

RE: Load issue on CF5.0 Server.

2003-11-20 Thread Tyler Clendenin
This is an extremely bothersome issue with coldfusion mx.  i have run into it on most every installation i have done.  occasionally it has been fixed with just reinstalling mx but sometimes that does not work either.  if anyone has a more difinitive answer p0lease post. Tyler Clendenin GSL Solut

Load issue on CF5.0 Server.

2003-11-20 Thread Ketan Patel
hi all, suddenly on one of my CF server I am having some load issue,  I have seen some traffic increase on the sites but not that significant which will take the server down. Something is going on  the server but cant figure out what. Is there any setting in Win2k Server  config where I can monitor

RE: CFFTP list directory problem with space.

2003-11-20 Thread John Beynon
What if you were to substitute spaces for %20 would that work? -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: 19 November 2003 23:15 To: CF-Talk Subject: CFFTP list directory problem with space. Hi all, I'm trying to do a name="myListDir" directory='

RE: JJ Allaire?

2003-11-20 Thread Charlie Griefer
see Banana Creme Pie (?)   :)   -Original Message-   From: Cameron Childress [mailto:[EMAIL PROTECTED]   Sent: Thursday, November 20, 2003 4:00 AM   To: CF-Talk   Subject: RE: JJ Allaire?   > Also any ColdFusion trivia tidbits?   My fav = "Rubber Chicken"   What's the proper response?  

RE: JJ Allaire?

2003-11-20 Thread Cameron Childress
> Also any ColdFusion trivia tidbits? My fav = "Rubber Chicken" What's the proper response? -Cameron - Cameron Childress Sumo Consulting Inc. --- cell:  678-637-5072 aim:   cameroncf email: [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscri

RE: JJ Allaire?

2003-11-20 Thread [EMAIL PROTECTED]
As in J Jonah Jameson Editor of the Daily Bugle in SpiderMan ? -Darren -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED] Sent: 19 November 2003 21:30 To: CF-Talk Subject: RE: JJ Allaire? Jeremiah Jonah. He was named after a famous newspaper editor. M -Original Mess

RE: Unblocking Ports

2003-11-20 Thread John Beynon
You wait till you try Longhorn!!! It's a pain in the ass to connect to a network, especially a domain - who would think you have to go into the Windows Locator panel and configure it from there!! It is pre-Alpha after all! I've been reading discussions that the next SP for XP will do all sorts of

RE: Which patches installed on a CF5 server

2003-11-20 Thread d.a.collie
Thanks for getting back to me Dave.  Better get my virtual hands dirty :-) -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 19 November 2003 22:26 To: CF-Talk Subject: RE: Which patches installed on a CF5 server > How do you determine which patches are installed on an

RE: Question about populating pulldown menus with queries (Beginner)

2003-11-20 Thread Pascal Peters
You have selected> twice on line 73 -Original Message- From: John Munyan [mailto:[EMAIL PROTECTED] Sent: donderdag 20 november 2003 1:27 To: CF-Talk Subject: RE: Question about populating pulldown menus with queries (Beginner) I am getting a context validation error for tag cfloop.  An