Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flush data
Message
From
25/08/1998 19:06:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00129163
Message ID:
00129905
Views:
35
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform