Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I set the 'SendUpdates' property for a View?
Message
 
To
28/07/2000 12:55:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00398241
Message ID:
00398257
Views:
24
>This is my view:
>
>SELECT LEFT(SUBSTR(Inventory.p_descript,1,AT("$",Inventory.p_descript,2)+8),50) AS memotxt, Inventory.item_status,;
> Inventory.trans_id, Inventory.stocknum;
> FROM tomparco!inventory ;
> INTO CURSOR trans_items ;
> WHERE Inventory.trans_id = trans_num ;
> ORDER BY Inventory.stocknum
>
>when I try to change a value in it, "the record is readonly" shows up in my taskbar msg.
>
>I remember using the View Designer, there is a checkbox for 'SendUpdates'. Is there a property for a cursor or view like the one above that I might be able to adjust? Should it be done programmatically?
>
>Thanks
>JD

Jimmy, you can do it programmatically (but it does not mean you should :) with

DBSetProp('myView', 'View', 'SendUpdates', .T.)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform