opticalman
Programmer
I am using VFP 8.0
I am using remote views
I am using SQL 2005 as the backend
If I edit a record and do a TABLEUPDATE( .t. , .t. ), everything is OK. But if I edit it a SECOND time and do a TABLEUPDATE( .t., .t. ). The record :
1)is marked as deleted in the grid
2)dissappears if I click on another record.
3)dissappears if I issue a TABLEREVERT()
4)is still gone after closing the view then re-open it
5)re-apears if I close the database then start again
TABLEUPDATE() allways returns a value of .T.
Multiple TABLEUPDATE() do not cause a problem.
2 edits of the same record cause a problem.
Any suggestions?
Jim Rumbaugh
I am using remote views
I am using SQL 2005 as the backend
If I edit a record and do a TABLEUPDATE( .t. , .t. ), everything is OK. But if I edit it a SECOND time and do a TABLEUPDATE( .t., .t. ). The record :
1)is marked as deleted in the grid
2)dissappears if I click on another record.
3)dissappears if I issue a TABLEREVERT()
4)is still gone after closing the view then re-open it
5)re-apears if I close the database then start again
TABLEUPDATE() allways returns a value of .T.
Multiple TABLEUPDATE() do not cause a problem.
2 edits of the same record cause a problem.
Any suggestions?
Jim Rumbaugh