Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need suggestion for solution
Message
From
01/12/2004 15:25:37
 
 
To
01/12/2004 14:57:25
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
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:
00966181
Views:
10
I knew that! I knew that! I did, I did! .... I just didn't think of applying it here. Thanks!

>>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
Jim Nelson
Newbury Park, CA
Previous
Reply
Map
View

Click here to load this message in the networking platform