[Gambas-user] whats new since rev. 8088

Karl Reinl karl.reinl at ...9...
Sat Feb 25 17:58:20 CET 2017


Am Freitag, den 24.02.2017, 21:41 +0100 schrieb Charlie Reinl:
> Salut Benoît,
> 
> made an update last Wednwesday (22.02) from 8088 to 8102.
> Now my program fails :
> FCRMMain.?.0: #2: Cannot load class 'DBTableView': Loading has already
> failed
> FCRMMain.?.0 FCRMMain.?.0 Main.?.0 
> 
> So can you tell me whats new since rev. 8088 
> 
> This is the line where it happend.
> 
> tbvAddCustInfo = New DBTableView(TabAddCust, "tbvAddCustInfo",
> "CUSTINFO") As "tbvAddCustInfo"
> 
> No, I can not send the project, but can try to make an example.
> 
> But perhaps you know what's wrong.

Salut,

I found the matter of that crash. Benoît has added in r8102 a AddColumn
to the GridView, my class which inherits GridView have a AddColumn too.
That I found out while making a Test project.
I'v got this message, and all was clear.
'GridView.AddColumn' is incorrectly overridden in class 'DBTableView'
Wasn't in r8101.
-- 
Amicalement
Charlie





More information about the User mailing list