Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I to Update a Table from one SQL View
Message
From
17/09/1998 17:27:24
 
 
To
17/09/1998 17:08:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00137964
Message ID:
00137982
Views:
16
Hi John,

I put the code in the button save:

BEGIN TRANSACTION
Select vCapturaMovto
If !TABLEUPDATE(2,.T.)
prMensajeError("No se pudieron actualizar los datos")
ROLLBACK
RETURN
Endif
END TRANSACTION

But not work, wath is the next step.

I change the buffermode of vCapturaMovto to 5.


Thank You.
Mauricio Mesa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform