[Gambas-user] tableview edit

Benoît Minisini gambas at ...1...
Mon Sep 7 17:17:48 CEST 2009


> Ok I change the sentence, like this:
> 
> PUBLIC SUB mitabla_Change()
> DIM xArray AS String[]
> xArray = ["Proba1", "proba2", "proba3"]
> IF mitabla.Column = 0 THEN
> mitabla.Edit(xArray, TRUE)
> ENDIF
> END
> And the error is the same: "Null object".
> (It's the full error message)
> 
> Thanks for your help
> Tomas
> 

So you don't have any class name nor any line number in the error message?

-- 
Benoît




More information about the User mailing list