Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - VIEW is not updating the TABLE?
Message
 
To
25/03/1997 08:42:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025494
Message ID:
00025502
Views:
28
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform