We have begun doing some development in Servoy and I have run across an issue that I need some help with.
I have a method that hides a tabpanel on a form. When I set the tabpanel visible to 0 a field on my form gains focus. I have gone through the debugger and can’t seem to find why this would be happening. Here is the case block this happens on:
As for the transaction…I placed that in there to see if it would help my problem, mainly just trying different things. I just hadn’t taken it out yet.
I did set the tab sequence and the field is number 3 I believe. I wondered if that would have been causing it but it didn’t seem to make a difference.
I don’t have anything for the onRecordSelect. I do have a method that runs with the onFocusGained and onFocusLost but I removed them and it didn’t make any difference.
Before I left work I deleted the field and then placed it back on the form. Now another field always gains focus.
Tomorrow I am going to dig deeper as I am sure I am overlooking something.