problem with RemoveForm method of solution model

Hi All,
I have created a label inside the solution Model form.On the click event of the label I want to remove the form
and create the form with same name again.But it is unable to remove the form.This problem is happening only when any component is inside the form.

I have found a solution like we can change the name of the form in each creation and delete the old
one.Will this be a feasible alternative?.Is there any other alternatives?

See this item: http://forum.servoy.com/viewtopic.php?f=22&t=14383

Looks the same problem and has been fixed for the next release

no this is not the same
You cant alter a form that is currently visible (and/or executing a function)

You have to create a new form with a new name and show that.
(then after that you can clear the form that was previously visible)