Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Combo can not be set to ReadOnly
Message
From
06/06/2003 13:51:10
 
 
To
06/06/2003 12:42:03
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00796794
Message ID:
00797372
Views:
21
Hi Marcia,

we uses:
(LOOKUP(LookupTable.Description,MyAlias.MyField,LookupTable.MyField)
It is faster, and work also without index.

If index to exist is sure ( 3-5 % faster ):
(LOOKUP(LookupTable.Description,MyAlias.MyField,LookupTable.MyField,myTag)
If LookupTable have < 8 rows no tag index is faster.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform