summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2018-03-18 14:42:14 +0100
committerJean-Pierre Ledure <jp@ledure.be>2018-03-18 14:42:14 +0100
commit43b7b2bb72890601129983f5102d15347ef03ef6 (patch)
tree3f45d4970dfd0d6d472d918915f6fe43f538edfa /wizards
parentc10b61220a484c570494079eae6ddf828c01f725 (diff)
Access2Base - FIX EditMode property of Recordset class
EditMode must return an integer instead of a boolean
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/Recordset.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/Recordset.xba b/wizards/source/access2base/Recordset.xba
index 57e3641b065b..f04a5262f47a 100644
--- a/wizards/source/access2base/Recordset.xba
+++ b/wizards/source/access2base/Recordset.xba
@@ -117,7 +117,7 @@ Property Get EOF() As Boolean
End Property &apos; EOF (get)
REM -----------------------------------------------------------------------------------------------------------------------
-Property Get EditMode() As Boolean
+Property Get EditMode() As Integer
EditMode = _PropertyGet(&quot;EditMode&quot;)
End Property &apos; EditMode (get)