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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to