Updating to 2.1 and now begin again... and worse when copying and pasting Xojo crashed (and not always)
Now change all IN/OUT code again.....
where
row.BooleanColumn("Advance") = u.Advance
now is
row.Column("Advance").BooleanValue = u.Advance
and so on
hundread os code lines to change..
Var row As New DatabaseRow row.BooleanColumn("Advance") = u.Advance row.IntegerColumn("atack") = u.Atack row.IntegerColumn("CounterCol") = u.CounterCol row.BooleanColumn("Exchange") = u.Exchange row.BooleanColumn("Exited") = u.Exited row.IntegerColumn("ID") = u.ID row.BooleanColumn("IsAttacking") = u.isAttacking row.BooleanColumn("IsDead") = u.isDead row.BooleanColumn("IsTarget") = u.isTarget row.IntegerColumn("Left") = u.Left row.BooleanColumn("Moved") = u.Moved row.IntegerColumn("Movement") = u.Movement row.BooleanColumn("MustAttack") = u.MustAttack row.BooleanColumn("MustBeAttacked") = u.MustBeAttacked row.Column("name") = u.name row.Column("Nation") = u.Nation row.IntegerColumn("offsetLeft") = u.offsetLeft row.IntegerColumn("offsetTop") = u.offsetTop row.Column("OldPlace") = u.OldPlace row.Column("Place") = u.Place row.Column("Reinforcement") = u.Reinforcement row.BooleanColumn("Selected") = u.Selected row.IntegerColumn("Side") = u.Side row.Column("tipus") = u.tipus row.IntegerColumn("Top") = u.Top
etc.etc.