Hi Allen The readwrite cursor is a very nice approach. You can call it what you want, but VFP gives it a unique name - so you don't have to even think about how to do that.
Don't revert to using numbers for aliases or for that matter, unreadable or single letter aliases. All of these things make the code harder to follow. select 1 do something select 2 do somethingelse Is meaningless select Invoices do something select lineitems do something else has more meaning. Mike Yearwood > Message: 2 > Date: Tue, 11 Mar 2008 16:16:24 +0100 > From: "Allen" <[EMAIL PROTECTED]> > Subject: RE: table names > To: [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > something I thought of but because the main code is written I didnt want to > go through it again, with all the problems that could cause. > Allen > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Eurico Chagas Filho > Hi > > Maybe you could uses numbers, like alias(1), alias(2) and so on to reference > the tables. > > HTH, E. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

