S
Sergey Poberezovskiy
I am trying to create a wizard that creates a form in code.
I use Application.CreateForm and Application.CreateControl
to accomplish the task. After saving the form I have
a "fantom" object called "~TMP###" left in the database,
that is visible in the Object Browser and in the Project
Explorer, but not in the database window.
Question: is there any way (in code) to get rid of this
form, as I cannot just re-import all the objects into a
new database (that defeats the purpose of the Wizard)
Any help is greatly appreciated.
I use Application.CreateForm and Application.CreateControl
to accomplish the task. After saving the form I have
a "fantom" object called "~TMP###" left in the database,
that is visible in the Object Browser and in the Project
Explorer, but not in the database window.
Question: is there any way (in code) to get rid of this
form, as I cannot just re-import all the objects into a
new database (that defeats the purpose of the Wizard)
Any help is greatly appreciated.