Environment: Windows Server 2022 with Widows 11 WS’s. Clarion 9 exe, 20 dll’s, and 3 dozen or so tables. In the last 26 years I have done this same thing dozens of times. Add some fields to a table, rebuild the table, change the Dictionary, recompile all the dll’s and the exe. All has been good, never had an issue. I just did this a few weeks ago with 3 TPS tables, no problems. I found it necessary to modify an additional table.
I have one primary file that has joins to multiple tables, one of these tables was modified.
When I test the Clarion app after the one table rebuild and recompiles. Everything works fine on a single workstation and also running the app on the Server where the databases are stored.
As soon as ANOTHER USER starts the application and selects window form for THE MAIN file search. Blue circle just spins. Also the WS where I was using the app then behaves the same, where it HAD JUST WORKED MOMENTS previous. If I log in to Server and try the app with databases on server THAT WORKS.
I did not change the MAIN file I only changed one of the files that joins to it.
Selecting other window forms with different types of Index accesses works. For example: the Transactions file I modified, searching persons by name or address, So it seems to just effect the main file that links to the Transactions file.
This all works fine on my single WS development system and the network WS development system, with only a SINGLE user after modifications.
This happened two weeks ago, reexamined all the work. Tried it again by rebuilding the TPS on a WS instead of the Server. Same thing this weekend.
Does this look familiar to anyone? Any suggestions on where to look or different procedure?
I do modifications and recompiles pretty frequently, so I am baffled.
Using the previous programs and table FIXES THE PROBLEM.