[Gambas-user] Event raising

Marco Gusy picander78 at ...325...
Fri Jan 13 13:24:08 CET 2006


"Type mismatch: wanted boolean, got function instead"

anyway maybe my syntax is wrong.... this is how I raise event

EVENT Change(Col AS Integer, Row AS Integer, NewVal AS String) AS Boolean

DIM Cancel AS Boolean
cancel = RAISE Change(cc, rr, newval)




More information about the User mailing list