You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen another problem while testing conversion of small projects. Here is a zip file to reproduce. testhandler.zip
I use the last version 8.0.2.0 I have seen that a Form_Load event doesn't trigger in the converted code.
The project opens a Form1 dialog and when I click on the button, the HfrmDB opens but there is no handler in the form_Load Event so the combo box is not filled.
EDIT : It seems to be the Load and Shown events that have the problem (perhaps there are others)
Marc