corretto errore di battitura in commento
git-svn-id: svn://10.65.10.50/branches/R_10_00@22712 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
cdc3f0958d
commit
1d49bc6959
@ -519,7 +519,7 @@ bool TSQL_recordset::move_to(TRecnotype n)
|
|||||||
_current_row = n;
|
_current_row = n;
|
||||||
if (n < 0 || n >= items())
|
if (n < 0 || n >= items())
|
||||||
{
|
{
|
||||||
_page.destroy(); // Forza rilettura la prossiva volta
|
_page.destroy(); // Forza rilettura la prossima volta
|
||||||
_first_row = 0;
|
_first_row = 0;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user