Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Check Box Text Disappearing
I am running OI 9.4.
When I run a form and there are check boxes on the form. The text on the first check box in the tab order disappears. When I select another check box the text that disappeared on the first check box appears. Then the text on the selected check box disappears. If I check another box the same thing happens. The current checked "checked box" disappears and the others appear.
I don't know how long this has been going on. (It is within the last week.) I checked other systems that I maintain and they are not having a problem. Most of them are other versions of OI. There is a version 4 of OI on the same computer that runs fine. So I think it may be a combination of OI and version of Windows. And possibly a newly installed update of windows. (But I cannot verify any of this.)
I created new forms to test this issue. Both data bound and non data bound windows have the same problem.
Has anyone else seen this problem?
Does anyone have a possible solution?
Thanks,
Jeff Miller
Miller's Software Services
When I run a form and there are check boxes on the form. The text on the first check box in the tab order disappears. When I select another check box the text that disappeared on the first check box appears. Then the text on the selected check box disappears. If I check another box the same thing happens. The current checked "checked box" disappears and the others appear.
I don't know how long this has been going on. (It is within the last week.) I checked other systems that I maintain and they are not having a problem. Most of them are other versions of OI. There is a version 4 of OI on the same computer that runs fine. So I think it may be a combination of OI and version of Windows. And possibly a newly installed update of windows. (But I cannot verify any of this.)
I created new forms to test this issue. Both data bound and non data bound windows have the same problem.
Has anyone else seen this problem?
Does anyone have a possible solution?
Thanks,
Jeff Miller
Miller's Software Services
Comments
I created a new test form with just 4 check box prompts. The first one disappears. I click on 1 of the other 3 and it disappears while the first one appears. And so on.
Do you use promoted events?
I am wondering if there is an event that controls text being displayed on these prompts. Or a promoted event that would possibly fix how it is acting up.
In the example form that I created. There were only 4 prompts. All Check Boxes. And no procedure (program) being called. Just straight prompts.
I will take your advise and look to see if there is a promoted event that may be called. Just nothing with the words promoted in the program name.
Then confirm that this form does not exhibit the same problems (which presumably it won't). Then open up the SYSREPOSWINS forms using a code editor in each environment and compare the SDK and the PS style bits for these controls. I'm curious if they differ. If so, that might explain why they render differently. We can explore this further once you've confirmed this.
Another twist to the problem.
1.) I copied a clean version of OI9 to my clients computer for testing. I copied to a local C: drive to start my journey. The test worked fine. The text on the check box did not disappear.
2.) Then I copied it to the server to see if that environment had an issue. No problem there.
3.) Went back to the copy on the C: drive and it became broken. The text on the check box's disappeared. I did nothing different.
4.) Copied the system from the server back to another folder on the c: drive and all is good there.
I put in this detail in hopes that it triggers some ideas.
I renamed the oinsight.exe to oinsight_jwm.exe to keep some unwanted people in a new application that was upgraded.
Everything worked fine. But the text of a check box disappeared upon clicking on the prompt. When another box was checked the text of the original box that was checked was restored and the new box's text disappeared.
I renamed it back to the original name (oinsight.exe) and all was well.
The renaming of the "exe" caused a display issue. I am sure someone at Revelation could explain the why.
Moral of story - DON'T RENAME THE OINSIGHT.EXE!