RE: row numbers

2000-06-29 Thread Mark Warrick
n [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 28, 2000 11:19 AM > To: Gary McNeel, Jr. > Cc: [EMAIL PROTECTED] > Subject: Re: row numbers > > > Thanks. Is there a good online reference for this kind of thing? Or a > good book? I searched and looked over a few sites, but fou

RE: row numbers

2000-06-28 Thread Dave Watts
> > Try currentrow. Also tied to recordcount. ... > Thanks. Is there a good online reference for this kind of thing? Or a > good book? I searched and looked over a few sites, but found nothing > really helpful. Also, there's nothing in any of the BF books. I assume > this is standard SQL. No, thi

Re: row numbers

2000-06-28 Thread Dick Applebaum
If you mean which row in a query results record set, it is in the variable QueryName.CurrentRow. If you mean which row in the db itself, the answer is no... by definition the order of rows has no meaning. HTH Dick At 12:19 PM -0400 6/28/2000, Douglas Jordon wrote: >Is there a way to find o

RE: row numbers

2000-06-28 Thread Duane Boudreau
q_myquery.currentrow also supported: q_myquery.recordcount q_myquery.columnlist Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 > -Original Message---

Re: row numbers

2000-06-28 Thread Joel Firestone
Doug: Does queryname.currentrow help? Joel "Douglas Jordon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : Is there a way to find out which row number any given record is? : : TIA, : : Doug Jordon : ---

Re: row numbers

2000-06-28 Thread Douglas Jordon
Thanks. Is there a good online reference for this kind of thing? Or a good book? I searched and looked over a few sites, but found nothing really helpful. Also, there's nothing in any of the BF books. I assume this is standard SQL. Doug Jordon "Gary McNeel, Jr." wrote: > > Try currentrow. Also

Re: row numbers

2000-06-28 Thread Dana Larose
If you mean while you are using them in, say, a , you can use #CurrentRow# Dana -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_t

RE: row numbers

2000-06-28 Thread Gary McNeel, Jr.
Try currentrow. Also tied to recordcount. #currentrow# #field1# #field2# etc. > -Original Message- > From: Douglas Jordon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 28, 2000 11:19 AM > To: Cold Fusion List > Subject: row numbers > > > Is there a way to find out which row numb

RE: row numbers

2000-06-28 Thread Mark Warrick
Yes. When you output the data, you can use the "currentrow" attribute when you output a query. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warr

Re: row numbers

2000-06-28 Thread Justin v0.9 MacCarthy
Sure is #Queryname.CurrentRow# ~Justin - Original Message - From: Douglas Jordon <[EMAIL PROTECTED]> To: Cold Fusion List <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2000 5:19 PM Subject: row numbers > Is there a way to find out which row number any given record is? > > TIA, > > Doug