Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with set key
Message
From
12/09/2006 07:05:01
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01152943
Message ID:
01152966
Views:
18
>Hi there,
>
>the following lines work fine in the command window but not in code:
>
>select kartei
>set order to istda && Index on logical field
>set key to istda == .F.
>

you uses the SET FILTER syntax ( set an lExpression )
with SET KEY you define a key value, not an expression.
.....
* set FILTER to istda == .F.

set key to .F.
>Can anybody tell what is wrong with this.
>
>Thanks in Advance
>
>Thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform