Hi all
Something that I encountered a few times, that is not apparent until extracting a form and then attempting to load it into a different system...
The .scm file sometimes still contains definitions of event-handling methods relating to controls that have been deleted. For example tblSomename_click, when tblSomename has been removed from the form.
This causes the load to fail, and I have generally worked around this, rather crudely, by manually removing all references to the method from the .scm.
But just wondering, have others encountered this, it doesn't seem to be a consistent effect of removing a control?
Regards
Dvid