Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select-sql on a modified view doesn't show changes!?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00312560
Message ID:
00312584
Vues:
27
>>>I made a view that I modify using a grid on a form.
>>>Then, I want to issue a select based on this modified view.
>>>When I do, it seems to get the original value instead of the modified ones.
>>>Any suggestion ?
>>
>>Do a TABLEUPDATE() against the view before issuing the SELECT.
>If I do a tableupdate() of the view, will it write back to the physical table of my view? (I don't want to do this)

You can copy the View's data out to another table/cursor and then use that as your source table for your SELECT.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform