Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery, Index and Transaction
Message
From
21/02/2002 07:26:03
 
 
To
21/02/2002 06:40:01
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00622396
Message ID:
00623060
Views:
51
>
>I do test (I don't ever catch 'SourceType'=2, so test yourself) in SortIt()


By the way, 'SourceType'=2 is for remote views

so
if( inlist(CURSORGETPROP('SourceType'), 1, 2) and !empty(cdx(1)) )
    INDEX ON &lc__SortExpr TAG (.gcCurrentTag)  OF (CDX(1)) ADDITIVE
else
    INDEX ON &lc__SortExpr TAG (.gcCurrentTag)
endif
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform