Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table buffering 101
Message
From
10/11/1999 12:43:52
 
 
To
10/11/1999 12:34:50
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00289663
Message ID:
00289684
Views:
29
>You mean in the dataenvironment of the form I have to include the table as well as the view?

Actually, that is just one reason that the information might not be saved. Another possibility is that the tableupdate is generating an error and returning false.

You probably want to check for this.

IF TABLEUPDATE( 1, .T., "MyView" )
ELSE
ENDIF

If you put a suspend in the else portion, you can check out AERROR. This will give you the reason the view update is failing.

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform