summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/OptionGroup.xba
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2018-04-22 14:20:58 +0200
committerJean-Pierre Ledure <jp@ledure.be>2018-04-22 14:20:58 +0200
commit9ae261c124f935d94b66a5a0e5c815af958b49c4 (patch)
treee0c0272759ea8debfffc74e86461cd0f5384459b /wizards/source/access2base/OptionGroup.xba
parenta12873533dcc1368340303592773f7f21e482756 (diff)
Access2Base - Support of forms collections
In LO forms as known in the Base UI may have more than 1 main forms, all belonging to a forms collection. MSAccess does not have that feature. So far, only forms with 1 main form - from far the majority of cases - were fully supported by Access2Base. For other forms, the exploration of controls in additional main forms was not implemented. Current limitation: some form properties (e.g. RecordSource) are still limited to the firt member of the forms collection.
Diffstat (limited to 'wizards/source/access2base/OptionGroup.xba')
-rw-r--r--wizards/source/access2base/OptionGroup.xba1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/source/access2base/OptionGroup.xba b/wizards/source/access2base/OptionGroup.xba
index 180591ae5b76..7690607b6f1a 100644
--- a/wizards/source/access2base/OptionGroup.xba
+++ b/wizards/source/access2base/OptionGroup.xba
@@ -18,6 +18,7 @@ Private _Type As String &apos; Must be FORM
Private _Name As String
Private _ParentType As String
Private _ParentComponent As Object
+Private _MainForm As String
Private _DocEntry As Integer
Private _DbEntry As Integer
Private _ButtonsGroup() As Variant