Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
rogercurtishall
About
- Username
- rogercurtishall
- Joined
- Visits
- 96
- Last Active
- Roles
- Member
Comments
-
Hi Don, But I can put check boxes in the header column? Thanks, Roger
-
Never mind. I just found that I had accidentally commented out the repository call. Thanks anyway to both of you.
-
This is OI 9.4 and the child windows are being launched with commands like: Repository( 'EXECUTE', 'SYSPROG*STPROCEXE**START_MDICHILD', 'DBW_MYWINDOW', Frame$). The flow should go to the commuter module first & then the promoted events, like si…
-
These windows are using script events, so I changed the ones for the window I saved as Dbw_Mywindow, including Create, to follow the same pattern as other windows which open as MDI children. In other words, the Create script has: declare function…
-
Hey Don. Towards changing one of these currently non-MDI child windows into such, I have created a new DBW window with its own commuter module, and changed all the window events to specify that. Then I changed the launch program to call Start_MDIc…
-
The problem starts there, but I see the same issue in other events having to do with other stuff like swapping the push buttons used for the child windows. Thanks for your help.
-
Actually, I think I just found it in the Promoted events. There is a lot of logic which only works for DBW and NDW windows, and the problems windows all have odd, non-standard names.
-
That does work, but it is not centering it within the frame like the other windows.
-
I am looking at the commuter modules for other windows which work, and they don't set Visible to 1. To me, that suggests this must be happening somewhere else. I am not seeing how though.
-
Not for the window, at least not in the commuter module.
-
Visible = 0 for both windows, good & bad, at the start of their Create events and the MdiFrame & Parent properties are the same for both, meaning the same window frame and parent being .MDICLIENT.
-
Are all of these properties for the window being launched?
-
The create events are being called in these windows.
-
All these windows, both those that open within the frame and those that don't, have Create event handlers.
-
I am not trying to create an MDI child w/out using Start_MDIchild. I am trying to figure out why some windows don't seem to work when I change the logic from Start_Window to Start_Mdichild. The frame is not opening and the windows are not being ce…
-
Hi Don. Thanks for that info. What else do I need to do besides running Start_MdiChild to get a window to open within the desired frame? Some windows seem to do this, but changing the Repository 'EXECUTE' call from Start_Window to Start_MDIChild …
-
That OI windows opened as MDI childs do not perform as quickly as windows opened otherwise.
-
I am not seeing anything in the event viewer logs for this issue.
-
I am just running my OI directly on a Windows 11 computer.
-
Hi Don. Is there any solution when this happens on one machine? Thanks.
-
I have been testing with two excel sheets, one 356 and one 18 rows. My program selects and then copies the entire sheet to the clipboard. I can run the program against these 2 sheets successfully most of the time, but sometimes it fails.
-
Yes it does. Thanks Don!
-
Sorry, Yes I am.
-
Hi Don, I am referring to OpenInsight's Report Manager, from the development IDE. Thanks, Roger
-
That worked. Thanks a lot Jared!
-
Don, Netdrv does run, with All Networks 2.1 selected. There is no ClientSetup.exe in that folder. This is an existing application that has run on other Win 10 computers, but this installation on a new virtual machine running Windows 10.
-
Hi Jared. The Performance Options window for DEP only has choices for turning on DEP for essential Windows stuff or for all programs except those selected (which is what is now being used). Are you suggesting I choose the first option or disabling…
-
OENGINE.EXE does not launch but gets an application error (per the Event Viewer) with the following details: Faulting application name: OINSIGHT.exe, version: 8.0.1.0, time stamp: 0x46a5ff11 Faulting module name: IM31XBMP.DEL_unloaded, version: 7.0…
-
Hi Don. DEP was suggested as a possible cause, but I checked the system settings and the Data Execution Prevention tab under Performance Options has DEP turned on except for OINSIGHT.exe and OINSIGHT.EXE.