Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

OI10.2.1 Databound Form fields 'disabled'

ribbon version is 4.2.2.10
I have an issue in OI10 when a databound form is run from the ribbon menu and the focus field is a combo, no fields can be clicked in until the dropdown is clicked.

If the ribbon menu form has not been run and the form is opened in formdes, then it is all OK.

If the ribbon menu form has been run and the form is opened in formdes, then the same issue occurs.

We have a centre_window routine that is in the create event of our forms and if I return 0 at the start the issue still occurs.(so it is not something we are doing there)

if I put this code at the end of the centre_window 'create' process, the issue is "Fixed'
msgStruct =""
msgStruct<2> ="T1"
msgStruct<42> =1
call msg(@Window,msgStruct)

I am sure I remember this being a past issue in OI9, which must have been fixed.

Are you able to reproduce this, or identify where an issue might be in our ribbon create compatibly with OI10.
Or maybe a more invisible 'interrupt' kludge.

Comments

Sign In or Register to comment.