Hello, I am working on several programs that call each other and I am having an issue with an ACCEPT in one program locking up the next program called. I am running Acu runtime 10.0.1 and working in AcuBench.
This issue only happens when running in the Thin Client/AcuConnect environment and in Non Debug mode. So if I run this in debug mode in Thin Client/AcuConnect, it works fine. Go Figure.
I have a program that have a series of fields on the screen that the user can default to a specific value. So each control is skipped but another program is called that displays a list box of data that the user can select. If all fields are defaulted in program 1, program 2 locks up on the display command that displays the graphical window. We put several DISPLAY MESSAGE BOX commands in the code to figure this out.
I have a feeling this has something to do with setting focus on an object in program 1 and not issuing an ACCEPT command before calling program 2. So how do I terminate the ACCEPT command in Program 1 before calling Program 2? I tried moving 0 to Accept-Control but that did not help. Or is there another issue that might be causing program 2 to lock up in Thin Client/AcuConnect? Any and all help would be very appreciated!
Now to clean the brick wall.
Thanks!