Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK vs SEEK()
Message
From
13/08/1998 11:35:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/08/1998 11:29:54
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00126543
Message ID:
00126549
Views:
21
>Can anyone tell me why the command:
>
>SEEK lcSrchVal ORDER TAG catindex IN category
>
>only works in the following example when the category table is the current alias? All aliases are cursors.
>
>
>
>
>SELECT CATEGORY
>SET ORDER TO catindex
>
>SELECT product
>lcSrchVal = UPPER(product.comm_code)
>
>**-- Product current table
>?SEEK(lcSrchVal,'category','catindex')                 && .t.
>
>SEEK lcSrchVal ORDER TAG catindex IN category
>?found()                                               && .f.
>
>**-- Category Current Table
>SELE category
>SEEK lcSrchVal ORDER TAG catindex IN category
>?FOUND()                                               && .t.
>
>
Try including the alias in found(). It returns for current workarea not seek.
? found("category")
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform