Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating all records changed in grid based on a view
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Updating all records changed in grid based on a view
Divers
Thread ID:
00225495
Message ID:
00225495
Vues:
43
I have a grid based on a view and I am typing in values in multiple rows. Next, I have a update button which updates my view. However It only seems to update the record on current record pointer in the grid. I want it to update all the records that were changed in the grid when ever I hit my update button. The following code is in my update button:

cursorsetprop('sendupdates', .t.,'lv_fms_ord_pay')
z = tableupdate(.t., .t., 'lv_fms_ord_pay')


lv_fms_ord_pay is a local view. Help appreciated

Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform