Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to use Views
Message
From
15/03/2002 02:40:35
Wilfred Chan
Bnp Paribas Hong Kong Branch
Hong Kong, Hong Kong
 
 
To
15/03/2002 02:00:11
Eugene Kolmakov
Millennium Technologies
Vladivostok, Russia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00633279
Message ID:
00633283
Views:
17
>I have a Grid linked to Local View. Then I call the edit form and modify some data in that View's source tables. How can I make my Grid refresh the View data right after applying changes I've made ?

Hi,

You can add a "refresh" method in the data form with local view. Just simply do a Requery('local view') and grid.refresh().
Then, call this method after the editing is completed in the Edit form.
Here, you need to know the object name of the Data form.
See if it fits your requirement.

:) Wilfred
Previous
Reply
Map
View

Click here to load this message in the networking platform