I'm having trouble updating a table with a view. The view has a pk and all updatable fields set, as well as the send sql updates tick.
The thing is, that when a new record is added, and i issue a =tableupdate(.t.), the new record is added with no trouble, but when i use the view to modify any existing record and try =tableupdate(.t.), the update doesn't take place even though it doesn't report an error, and when i try a =requery(), 'sintax error' is displayed. If i issue a =tablerevet(.t.) then the record goes back to normal.
I'm not able to modify any given existing record with the view.
I really need the help !
Thanx
The thing is, that when a new record is added, and i issue a =tableupdate(.t.), the new record is added with no trouble, but when i use the view to modify any existing record and try =tableupdate(.t.), the update doesn't take place even though it doesn't report an error, and when i try a =requery(), 'sintax error' is displayed. If i issue a =tablerevet(.t.) then the record goes back to normal.
I'm not able to modify any given existing record with the view.
I really need the help !
Thanx