Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery a readonly remote view?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Requery a readonly remote view?
Miscellaneous
Thread ID:
00679757
Message ID:
00679757
Views:
60
I have a remote view in a form's dataenviornment, it's readonly property is set to .T.

Problem is that VFP won't let me issue a Requery() on it. (says it can't update the cursor).

What I tried to do to fix it was something like this:
This.oCallingScreen.DataEnvironment.&lcCursorObject..ReadOnly = .F.
...which is simply changing that readonly property of the cursor object to readonly = .F., well that isn't going to do the trick either because now VFP tells me this change won't take effect until the next time I load the dataenviornment..arrh!

Anyone got any ideas on how I can get around this?
ICQ 10556 (ya), 254117
Next
Reply
Map
View

Click here to load this message in the networking platform