Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK command can go yonder!
Message
From
25/06/1998 17:05:29
 
 
To
25/06/1998 14:08:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00111477
Message ID:
00111726
Views:
25
>>Barbara,
>>
>>The scenario I described was using the SEEK command, not the SEEK() command. The latter uses three parameters, right? The former uses the syntax as I am using such as: SEEK myvalue ORDER TAG mytag OF mytable IN mytable.
>>
>>What, if any, are your thoughts on THIS command not working?
>>
>>Sincerely,
>>
>>Mark
>
>Being a big proponent of the KISS principle, have you tried
>
>sele mytable
>set order to tag mytag
>seek myvariable
>
>Does this work?


Dorris,

I did the following out of desperation:

prec = recno('childtable')
select parenttable
locate for...
select childtable
go prec

It seems like this worked once, but not consistently; something's not right.

Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform