Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 1547
Message
From
06/09/2004 09:13:02
June Kendrick
Kendrick Associates, Inc.
New York, United States
 
 
To
06/09/2004 03:26:21
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00939637
Message ID:
00939709
Views:
23
Thanks for the suggestion.

I did have some of table 2's fields interspersed with those of table 1 in the view, and corrected that, but I'm still getting the 1547.

June

>Hi,
>Make sure your view's updatable fields is not seperated by any non-updateable field. For example, table1 is the source you want to update:
>
>**This should work fine
>View : MyView
>Selected Field List : MyTable1.Field1, MyTable1.Field2, MyTable2.Field1
>
>**This may cause error 1547
>View : MyView
>Selected Field List : MyTable1.Field1, MyTable2.Field1, MyTable1.Field2
>
>HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform