From 83709f8af41c7ec7bcd727b8001d84a9e67c1e55 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Ledure Date: Mon, 13 Aug 2018 17:54:21 +0200 Subject: 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 --- wizards/source/access2base/Methods.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards/source/access2base/Methods.xba') 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 ' _OptionGroup V1.1.0 - + \ No newline at end of file -- cgit