Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculated field
Message
From
20/01/2017 07:32:29
 
 
To
20/01/2017 06:59:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2016
Database:
MS SQL Server
Application:
Desktop
Virtual environment:
Hyper-V
Miscellaneous
Thread ID:
01646855
Message ID:
01646894
Views:
65
>>>is possible to create a calculated field in a VFP table?
>>You need to create a view on the table and use that view
>
>Thank you.
>I need an index on computed field :(

You can index a view -
&& form load 
use viewname in 0 nodata
select viewname
index on fieldname tag xxx

&& later 
Viewparam1 = ...

=Requery('viewname')
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform