More changes to fix defect 162934 (need to pass FLM_NO_TIMEOUT).

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@413 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-17 22:25:06 +00:00
parent f1e556e1ae
commit e54b36f8a5
6 changed files with 11 additions and 11 deletions

View File

@@ -4361,7 +4361,7 @@ RCODE F_RecordMgrPage::display(
else
{
rc = FlmRecordModify( hDb, uiContainer, uiDrn, pInRec,
FLM_AUTO_TRANS | 5);
FLM_AUTO_TRANS | FLM_NO_TIMEOUT);
}
}
}
@@ -4380,7 +4380,7 @@ RCODE F_RecordMgrPage::display(
else
{
rc = FlmRecordAdd( hDb, uiContainer, &uiDrn, pInRec,
FLM_AUTO_TRANS | 5);
FLM_AUTO_TRANS | FLM_NO_TIMEOUT);
}
}
}