Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not accepting values.
Message
From
21/02/2002 18:27:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00623467
Message ID:
00623482
Views:
9
Nick,

Cursorsetprop('sendupdates') is a part of making the view updateable, it should only have to be issued once for the view (after it is opened). Also, look at dbsetprop() to see how you can make a view permanently updateable.

TABLEUPDATE() and TABLEREVERT() are the functions to use to do what you are trying to do...read about them in help (I think there is a discussion about views in help).

I hope that points you in the right direction...I need to head to the house.

Take care,
steve

>
>Thanks for answering back, this works like a charm. It seem the replace updates my cursor without me issuing cursorsetprop('sendupdates',.t.,'lv_prcrec'). Which is fine, but I was wonder is there a way to hold those values in the lv_prcrec and then if my user doesn't want to update, I can set the values back to orignal state?
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform