hi all
i have an [blue]indexed[/blue] table and want duplicate current record when user press F5 .i write a procedure and call it by on key label.the problem is that when i fire F5 an error occur.
procedure code :
[blue]
SCATTER TO recdata
INSERT blank
GATHER FROM recdata
[/blue]
error message is :
[red]
INSERT cannot be issued when row or table buffering is enabled or when integrity constraints are in effect.
[/red]
i set buffering off by using this :
[blue]CURSORSETPROP("Buffering", 1)[/blue]
but the error happen again.
i used VFP9. can any one help me ?
thanks.
i have an [blue]indexed[/blue] table and want duplicate current record when user press F5 .i write a procedure and call it by on key label.the problem is that when i fire F5 an error occur.
procedure code :
[blue]
SCATTER TO recdata
INSERT blank
GATHER FROM recdata
[/blue]
error message is :
[red]
INSERT cannot be issued when row or table buffering is enabled or when integrity constraints are in effect.
[/red]
i set buffering off by using this :
[blue]CURSORSETPROP("Buffering", 1)[/blue]
but the error happen again.
i used VFP9. can any one help me ?
thanks.