Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flush data
Message
De
25/08/1998 19:06:28
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00129163
Message ID:
00129905
Vues:
51
>Hey there John good to see you here and VFPing.
>
>You use the view name as the argument of the TableUpdate() call not the underlying tables on which the view is based.
>

If the view is being appended to a table all I need to do is TableUdate() the view???

This is my data environment
Tables
EquipDesc(contains the eqipment descriptions)
ReadMtrs(contains the meter readings, datetime and asset number)
Views

MaxMtr(contains meter readings and asset number of the last date entered)
MtrView(contains descriptions and last meter reading along with a blank for the next meter reading and the next datetime)

My grid is based on MtrView. I enter the new datetime value from a spinner control. I enter the new meter readings into the grid then when finished I append the items in MtrView to the table ReadMtrs.

Do I need to do a table update on both views?

Do I need to CURSORSETPROP on both views?

Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform