Forum Discussion
Regression in v2605: Subform with overlapping controls breaks timer in unrelated form
Thank you. I tested your very clear and well constructed repro in the latest CC version 2605 build 20026.20140 and it gave the expected result "Done" rather than the issue you described. I tested using both tabbed documents (where I could only see part of Form A) and with overlapping windows (where Form A was fully visible). I believe Karl has been able to reproduce this problem but for whatever reason I didn't experience it.
UPDATE:
Just re-tested on another Win 10 machine with 365 version 2606 20131.20000 Beta Channel 64-bit.
This time I do see the Waiting for Timer issue you reported. I can’t show that as a screenshot as clicking anywhere on the ribbon causes the code to immediately complete and show Done. Similarly so does clicking the Snipping Tool to do a screengrab
- HeinziATJun 08, 2026Iron Contributor
Thank you! My test system is a Windows 11 VM with 365 20026.20140 Current Channel 32-bit.
Yes, there are a few ways to "trigger" completion: Right-clicking is one of them (works only in non-runtime mode, where you actually have a context menu), clicking on the form tabs is another one (also works in runtime mode).
Regarding the screenshot: If you start the full version of the Windows Snipping Tool (via start menu rather than via Win-Shift-S), there's a "Delay" option in the tool bar. That's very useful for taking pictures of such "brittle" UI issues where operating the snipping tool itself can interfere.
- MendipDataSystemsJun 08, 2026Brass Contributor
Thanks for the reminder about the delay options in the Snipping Tool. I used it a lot in the older (and in many ways better) snip and sketch for showing drop downs etc, but forgot about it here.
- Jun 08, 2026
Hi Heinzi,
(I already replied last week with this information but my post never appeared here, for whatever reason. Let's see, if it works this time.)
The bug is not reproducible on all machines. Not only Colin couldn't see it on one of his systems but, unfortunately, also the Access team can't reproduce it. So, there has to be sth else involved that influences/triggers it, e.g. a graphic component or a Windows setting or whatever.
If you find sth in your practice that is involved then let us know. Of course, only when they can reproduce the problem at Microsoft, they can investigate and fix it.
Servus
Karl
****************
Access Forever News DevCon
Access-Entwickler-Konferenz AEK- HeinziATJun 08, 2026Iron Contributor
Thank you, Karl, that's very helpful!
To make the system configuration more deterministic, I just tried to reproduce it on an Azure VM. Here are the exact steps:
1. Create a new Windows 11 VM on Azure using the following template:
https://portal.azure.com/#create/microsoftwindowsdesktop.windows-11
OS: Windows 11 Enterprise, version 25H2
Size: Standard B2ls v2 (2 vcpus, 4 GiB memory)
Disk: Standard SSD LRS 127 GB
(I can provide the exact configuration I used as an Azure Template, if required.)
2. Connect via RDP.
3. Install Microsoft 365 with the Office Deployment Tool and the following configuration file:
<Configuration> <Add OfficeClientEdition="64" Channel="Current"> <Product ID="O365ProPlusRetail"> <Language ID="en-us"/> </Product> </Add> </Configuration>4. Start Access. Click "I have a product key"/X (top-right corner)/Accept/Close to get rid of the login screen.
5. Prepare the repro as described above and try executing it. Note that you might not be able to reproduce the issue on the first try. If that is the case, do the following:
6. Close Access. Start Access again. Click "I have a product key"/X to get rid of the login screen.
7. Open the repro database you just created again by clicking on it in the "Recent" list. Click "Enable Content" in the security warning in the tool bar.
8. Try executing the repro again (open FormA, then FormB). Now we can reproduce the issue.
I just tried these steps twice (including setting up a fresh VM). The first time, opening Access again was required (steps 6-8). The second time, the problem was reproducible in step 5. Very strange.
If Microsoft still cannot reproduce it, I can offer to create a screen video of all the steps (including creating the Azure VM).