Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To requery after a TABLEUPDATE()?
Message
From
04/05/2000 08:56:21
 
 
To
03/05/2000 20:42:40
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00365863
Message ID:
00366026
Views:
16
Hey John,

So is that no, I do not need to requery after a tableupdate? In other words, I can update the view many times and not requery after each tableupdate, as long as I am updating the same record(s)?

By the way, is the Tall. FUG still meeting?

Thanks, Chris



No. Only if the parent changes or there are calculated dependencies between parent and child that are not being directly addressed. In fact, minimizing TABLEUPDATES is a great way to speed up your app.

>I am using parent local view and a child local view with a parent/child form. I have written code that when the user changes the value of a certain field in the parent view it replaces a value in the child view for all records. I then issue a TABLEUPDATE(.T.).
>
>Do I need to REQUERY() the child view after every TABLEUPDATE()?
>
>Thanks, Chris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform