Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views
Message
From
24/09/1999 14:14:48
 
 
To
24/09/1999 05:31:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Views
Miscellaneous
Thread ID:
00268395
Message ID:
00268642
Views:
19
>2 remote views created 1) sectRvew 2) sectARvew
>Local view created from combining above 2 remote views.
>Local view does not close on unloading form.Reason?
>
>Code -
> * After creating Remote views Views opened in different workereas
>
> SELECT I
> USE sectARvew
>
> SELECT 20
> REQUERY ('sectRvew')
>
> SELECT 21
> USE sectLvew - This does not close
>
>Q. Does USE as requery does also fetch data from backend ?
>Q. Explicitly closing view also does not work.

USE does an implicit REQUERY() unless you use the NODATA keyword.

Why do you expect USE SectLvew to close the view?
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform