PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Brian Chirgwin on December 18, 2010, 10:59:59 AM

Title: Copying control arrays index set incorrectly
Post by: Brian Chirgwin on December 18, 2010, 10:59:59 AM

Create a form
Add a control
Copy the control so you have 3+ controls in an control array

Select all
Copy
Create new form
Paste the control (control array)

The controls are all pasted with an index of 0
Paste again
You are asked if you want to create a control array
If  you answer yes all controls are created with an index of 1

Resolution
When pasting a control array, the controls should automatically be pasted with the correct index that the controls were copied with.
OR
Start with index 0 (if the name already exists, it should start with the next available index)
as on second control if you want to create a control array.


Title: Re: Copying control arrays index set incorrectly
Post by: Paul Squires on December 18, 2010, 09:11:43 PM
Thanks Brian - I will log your report into my Mantis Bug Tracker and work on a fix for the next FF update.