[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3210: When selecting remeber data structure the attached error occurs


http://gambaswiki.org/bugtracker/edit?object=BUG.3210&from=L21haW4-

Comment #1 by Brian G:

It seems to happen when the template is saved, then the connection is closed
Then when the loadfile function realizes it is a connection file and tries to
create a new fconnectioneditor, the ide tries to open the connection again,
but at this point the connection type field is not repopulated.

so it crashes at this spot
 
Else If IsConnectionPath(sPath) Then

      If MConnection.CheckPassword(sPath) Then
        'Dec Application.Busy
        Return
      Endif
      hForm = New FConnectionEditor(sPath) <---- line 1854



----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----