Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select RECNO() puzzler
Message
From
14/08/1998 16:16:00
 
 
To
13/08/1998 22:22:50
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126709
Message ID:
00127023
Views:
30
>You can use local aliases.
> SELECT RECNO("Cust") AS CustRecNO, RECNO("Ord") AS OrdRecNo ;
> FROM customer Cust, order Ord;
> WHERE Cust.custid = "001" AND ;
> Ord.orderid < "999"
>Does that work for you?

Charlie,

Thanks for your reply.

I have not been able to make it work. What is selected as the RECNO() in each case is the record in customer or order what was initially being pointed to when the SELECT command was issued. For instance, if the pointer in customer.dbf was at record 100 and the pointer in order was at record 50 when you issued the SELECT command as above, you would get two columns as follows:
100     50
100     50
100     50
100     50
for as many records as were selected.

I may not be doing it right, but my code seems to be like your example.

regards,
Jim Edgar
Jurix Data Corporation
jmedgar@yahoo.com

No trees were destroyed in sending this message. However, a large number of electrons were diverted from their ordinary activities and terribly inconvenienced.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform