Modificata la TForm::read(), corretto l'errore ritornato dalla read().

git-svn-id: svn://10.65.10.50/trunk@2905 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-05-24 13:14:14 +00:00
parent 6f7b90061e
commit 745451af76

View File

@ -4179,7 +4179,7 @@ void TForm::read(
forms.put("TIPOPROF", _name); forms.put("TIPOPROF", _name);
forms.put("CODPROF", _code); forms.put("CODPROF", _code);
_isnew = forms.read() == _iskeynotfound; _isnew = forms.read() != NOERR;
if (_isnew) if (_isnew)
{ {
// create new form // create new form