Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need suggestion for solution
Message
From
01/12/2004 14:57:25
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
01/12/2004 14:39:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00966168
Message ID:
00966173
Views:
10
This message has been marked as the solution to the initial question of the thread.
>I have what I think should be a simple problem, but I don't see a solution. It's sort of like I want to
>
SET RELATION TO bla-bla IM MyTable INTO MyTable
>
>which of course makes no sense.

You can always open your table twice - that's the purpose of the AGAIN... ALIAS clauses in the USE command. That way your table develops a double personality (i.e. double set of buffers), and you can relate it to itself any way you like, provided you got proper index tags in place.
use mytable
use mytable again alias myTableAlterEgo in 0 order YourFavoriteTag
SET RELATION TO bla-bla-duh in MyTable INTO myTableAlterEgo

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform