Hello
I have build an application in Lazarus containing a database (tdbf) and 5 forms. It works fine in OpenSuse 11.1 but after an upgrade to 11.3 (lazarus 9.28.2) I got an error on opening of 2 forms.
All the forms are connected to the database.
The error I get trying to open a form is Acces Violation.
Trying to open the source with Lazarus in 11.3 I cannot open the 2 forms at all.
In suse 11.1 the source opens fine.(lazarus 9.28.0)
(both laptop and PC react the same on this issue)
just found that:
The 2 components that are only present on both forms is a filelistbox
I cannot open the forms, can I remove those components another way?
frits