PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Waalkes on May 24, 2010, 11:53:27 PM

Title: Pasting controls from one project to another crashes FF
Post by: John Waalkes on May 24, 2010, 11:53:27 PM
Hi Guys,

While trying to cut and paste controls from one project to another FF crashes. Is there a work around to this issue, or am I going to have to re-create my controls by hand?


Thanks!

John
Title: Re: Pasting controls from one project to another crashes FF
Post by: Paul Squires on May 25, 2010, 10:32:36 AM
You can not copy/paste from one project to another - you can copy/paste from one Form to another Form within the same Project.

You could manually copy the Form's *.frm file from one project to the other and then use "Project" - "Add Form" to add the existing form. Just make sure to copy the Form into the "Forms" folder of your project.
Title: Re: Pasting controls from one project to another crashes FF
Post by: John Waalkes on May 25, 2010, 02:08:23 PM
Okay, that will work. I had been trying to hand edit the .frm file to include controls from a different project.

With mixed results I should add... :)

Thanks!

John