Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to grab values from buffered view
Message
From
28/08/2006 04:34:19
 
 
To
27/08/2006 19:51:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01148945
Message ID:
01148977
Views:
20
Hi,

The SELECT will always read from the underlying table. The only way I know of achieving what you need (and it's ugly) is:
BEGIN TRANSACTION
TABLEUPDATE()
SELECT ......
ROLLBACK
HTH,
Viv

>I need to use some values from a buffered view in order to run a selec statement. If the view is not saved, the selec doesn't work, if I grab the value from the control related to the view, the selec doesn't work either. Only when the view is saved the selec works. What could be wrong or how can I solve this?
>
>The source data for both the selec and the view is the same table.
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform