Forum Discussion

lherry's avatar
lherry
Contributor
5 hours ago

Shared user form between projects and event management

Hi all, I'm using a form that is shared between several projects.  This form has 2 event handlers and I'm encountering a problem when executing it on the different projects. Assigning the event ha...
  • rraghvani's avatar
    4 hours ago

    The GUID references are internal use to TestComplete only. They can't be generated manually, well, unless you do a search and replace outside of TC, e.g. using Notepad++.

    If you create a separate project within your project suite and call it Common. Define your name mapping, events etc for your form. You should then be able to call this from other projects; you will have to implement a callback routine so that it triggers when an event is raised.