I have found an issue where the 10.2 client freezes if the uses press the Enter key while a timed message is displayed. I have confirmed this in the SYSPROG app with a new form (XX_FORM) with a create event with one edit field using the following procedure.
Subroutine XX_FORM (ctrlEntId,Event,p1,p2,p3,p4,p5,p6)
Declare Function Msg
If event = 'CREATE' then
retVal = Msg('HELLO','T5','A')End
Return 1
In addition, this occurs when a user has to change their password at sign on (force password reset set to Yes) and the enter key is pressed when the 'Your password has been changed" message is presented.
Is there a way to tell the system to ignore the enter key when a timed message box is displayed.
Hi Brad,
Replicated and fixed for the next release.
Regards
Would it be possible to get patch for this release? This will hold up conversion of a manufacturing facility with 100 workstations from v7.3 to V10.2 until I get a resolution.
Thanks
bb
Once again, I'm requesting a patch for 10.2. Given 10.2.1 is still in Beta and I wil not be comfortable going to production with 10.2.1 until it's been out for a couple of months, a patch for 10.2 would allow me to continue moving forward with migrating off of unsupported versions.
Thanks in advance.
bb
Hi, Brad.
Unfortunately, the changes needed to fix this are located in both the basic+ and the OpenInsight "binaries". This means that it's impossible to put together a patch that wasn't, in effect, the same as 10.2.1 anyway - it must include all the changes that the C/C++ software now expects to communicate with. Unlike some other standalone issues, this one can't be just fixed with an RDK.
Sorry,
- Bryan Shumsky
I am in the same boat. We have been testing/waiting a long time for OI10xx to be stable enough to be deployed to clients.
When can we expect the next official version to be released?
Chris
I am in the same boat. We have been testing/waiting a long time for OI10xx to be stable enough to be deployed to clients.
When can we expect the next official version to be released?
Chris
Hi, Chris. We're hoping to release a prospective "final beta" of 10.2.1 within the week, with the official version release to follow if the beta users don't find anything we've missed.
- Bryan Shumsky
Understand. We'll make plans accordingly.
Thanks for the response.