Hi at all,
I have a function attached on onFocusGainEvent, but in the JSEVENT is missing the “form name” information.
Is it a known problem?
Thanks in advance
Marco
p.s. I use windows xp and Servoy 5.1.2 with java 6 update 20
Hi at all,
I have a function attached on onFocusGainEvent, but in the JSEVENT is missing the “form name” information.
Is it a known problem?
Thanks in advance
Marco
p.s. I use windows xp and Servoy 5.1.2 with java 6 update 20
i think this was a known problem, but already fixed in the current code, i am testing now 5.1.x, attached an ofocusgained method on a textfield and i have the form information.
Yes In general I’m agree with you,
I have try to reproduce my problem in a separate solution but without success,all work fine.
But in my main solution the problem persist,here a screenshot
[attachment=1]event.JPG[/attachment]
and my version:
[attachment=0]version.JPG[/attachment]
I build a solutionModel form(main form) in wich I put a series of tabpanel and for each of this I have put inside another solutionModel form(in table view).
exept for the main form all the solution form are based on the same table with separate foundset and have two textfield;one of this textfield have attached a function on the onFocusGained event (this function is builded also by solutionModel) that call a globals function by passing the JSEvent that contain all the information exept for the form name(as we can see into the screenshot).
Any idea?
try to reproduce it then somehow, as i said i cant reproduce it anymore
you can wait for 5.1.3 (should be out shortly)
And if the problem persists then try to make a case.
ok I’ll try!
Thanks
Marco