summaryrefslogtreecommitdiffstats
path: root/wizards/source/access2base/Methods.xba
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2018-08-13 17:54:21 +0200
committerJean-Pierre Ledure <jp@ledure.be>2018-08-13 18:05:43 +0200
commit83709f8af41c7ec7bcd727b8001d84a9e67c1e55 (patch)
tree8be9598002faf24c6aa9ce5fb99cb665ba849e0e /wizards/source/access2base/Methods.xba
parenttdf#42949 Fix IWYU warnings in include/xmlreader/* (diff)
downloadcore-83709f8af41c7ec7bcd727b8001d84a9e67c1e55.tar.gz
core-83709f8af41c7ec7bcd727b8001d84a9e67c1e55.zip
Access2Base - Support hierarchical form names
So far, only a flat list of form names was implemented (by far the majority of cases). Now, hierarchical form names (like "Folder1/Folder2/myForm") are accepted. Impacts: - on AllForms() and Forms() collections: - insertion of _GetAllHierarchicalNames() to make list of names - insertion of _CollectNames(): recursive function to walk thru folders - insertion of _GetHierarchicalName(persistent name) to establist correspondence - on OpenForm action - on SelectObject action: form windows are not identified by title anymore - on form and control events - on arguments check when argument is a form object Change-Id: I2da73ac3d4fe2d90b2e526fe510207c0f8ec8386
Diffstat (limited to 'wizards/source/access2base/Methods.xba')
-rw-r--r--wizards/source/access2base/Methods.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/Methods.xba b/wizards/source/access2base/Methods.xba
index 2d5906c7c5bb..8d8cf81d9906 100644
--- a/wizards/source/access2base/Methods.xba
+++ b/wizards/source/access2base/Methods.xba
@@ -296,4 +296,4 @@ Error_Function:
GoTo Exit_Function
End Function &apos; _OptionGroup V1.1.0
-</script:module>
+</script:module> \ No newline at end of file