Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do this
Message
From
27/07/2006 09:27:24
Suhas Hegde
Dental Surgeon
Sirsi, India
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01140646
Message ID:
01140658
Views:
20
>
>Create cursor foo1 (f1 T, rn I)
>create cursor foo2 (f2 n(20,2), rn I)
>
>....populate data
>
>REPLACE ALL rn WITH RECNO() IN foo1
>REPLACE ALL rn WITH RECNO() IN foo2
>
>select f1,f2 from foo1,foo2 where foo1.rn = foo2.rn into cursor foo
>
thanx
Previous
Reply
Map
View

Click here to load this message in the networking platform