Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - VIEW is not updating the TABLE?
Message
De
25/03/1997 09:40:01
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00025494
Message ID:
00025503
Vues:
42
>>My VIEW is not updating my table.
>>I am using ...CURSORSETPROP(SendUpdates,.t.),
>>but the VIEW still does not update the changes to the table?
>>Any Sugesstions?
>
>I think you need to indicate the fields that are updatable. I use the following commands. The first CURSORSETPROP sets the SendUpdates property to .T. for my 'Add_Update' view. The 2nd CURSORSETPROP sets the UpdatableFieldList property to the list of fields I need updated in my 'Add_Update' view. CURSORSETPROP will return .T. if it successfully sets the properties.
>
>=CURSORSETPROP('SendUpdates', .t., 'add_update')
>=CURSORSETPROP('UpdatableFieldList', 'claim_number, claimant_name, ss_number, appt_type, date_of_birth, date_of_accident, address_1, address_2, city, state, zip, udds, fund, hrly_rt_at_toi, claim_status, claim_type, weekly_wage, wklywage_indicator, part_of_body, ax_weekly_wage, weekly_ttd_rt, daily_ttd_rt','add_update')
>
>Jeff Rusch
>UW-Madison

thanks Jeff, but where do I put this code?
After I say

use myview.

rob
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform