Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursorgetprop('Fields')('Tables')
Message
 
 
To
31/03/2002 10:58:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00639264
Message ID:
00639321
Views:
17
Bill,

>Is there any way to get a list of fields that may be updated from a view (IOW have a check mark next to them in the "update criteria" tab of the view designer)?
>
>CURSORGETPROP("UpdatableFieldList")and CURSORGETPROP("UpdateNameList") don't say whether the field is checked.


UpdatableFieldList is a list of the updateable fields, the ones checked as update.

UpdateNameList is the full list of fields in the view.


>CURSORGETPROP("Tables") doesn't always return a complete list of Tables.
>I think I've determined that it only lists those tables that are included in CURSORGETPROP("UpdateNameList").
>Is that right?


Yes, it only gives you the tables involved in the view.

If you want all of the tables of a DBC look at DBGetProp()
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform