Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Only one example IndexSeek()
Message
From
25/07/2002 03:07:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
24/07/2002 19:43:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00681943
Message ID:
00682414
Views:
31
>>If IndexSeek('NewId',.f.,'myTable','myTag')
>>messagebox('This ID already exists.')
>>endif
>
>
>Cetin, I was also looking for an example but then I tried including the logical value for move pointer and it worked.
>
>What confused me was the documentation in VFP 6:
>
>INDEXSEEK(eExpression [, lMovePointer [, nWorkArea | cTableAlias
> [, nIndexNumber | cIDXIndexFileName | cTagName]]])
>
>
>This implies to me that the lMovePointer value is optional. If it is not optional it seems like the syntax should be:
>
>INDEXSEEK(eExpression, lMovePointer [, nWorkArea | cTableAlias
> [, nIndexNumber | cIDXIndexFileName | cTagName]])
>
>Do you agree?
>
>Peter

Peter,
But it's optional. If table is selected and tag is ready then you might drop lMovePointer too. Syntax showing that if you want any parameter after lMovepointer then you should provide lMovePointer too, else optional.

ie:
select mytable
set order to tag myorder
*...
indexseek('myValue') && lMovePointer defaults to .f.


This one wrong :
indexseek('myValue',,'myTable') && VFP doesn't support this VBA like param. omitting

PS: There was a discussion about its behaviour. You might want to search.
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