From 77e7b7a9866c682463611cc3186f3d35df20d8b4 Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sun, 11 Jan 2015 12:00:16 +0100 Subject: [PATCH] Changeset: 623 - Fix for "Error 2183: Operation requires that SET MULTILOCKS is set to ON" in some DBF convertions --- foxbin2prg.prg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 6803891..b075263 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -666,6 +666,7 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM SET HOURS TO 24 SET CENTURY ON SET SAFETY OFF + SET MULTILOCKS ON SET TABLEPROMPT OFF SET POINT TO '.' SET SEPARATOR TO ',' @@ -3538,6 +3539,7 @@ DEFINE CLASS C_CONVERSOR_BASE AS SESSION SET HOURS TO 24 SET CENTURY ON SET SAFETY OFF + SET MULTILOCKS ON SET TABLEPROMPT OFF SET BLOCKSIZE TO 0 SET EXACT ON