Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do this
Message
 
 
To
27/07/2006 09:16:20
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:
01140655
Views:
10
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
>
>
>Create cursor foo1 (f1 T)
>create cursor foo2 (f2 n(20,2))
>
>....populate data
>
>select f1,f2 from foo1,foo2 where foo1.recno() = foo2.recno() into cursor foo
>
>
>
>i get object foo2 not found
>
>suhashegde
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform