[Gambas-user] code correction/change in example program database

mike webb mwebb at ...1362...
Thu Apr 13 08:04:18 CEST 2006


in gambas 2-1.9.28
in the example program "database":
in the file ftest.class.
in the sub form_open()
 you have the following lines:

with databrowser1.tableview
    .columns[0].text = "id"
    .columns[0].width = 48
    .columns[1].text = "active"
    .columns[2].text = "name"
end with

i think the lines .columns[*].text are no longer needed because you now 
fill that info in via the propertys window ??
when i comment them out everything still seems to work.







More information about the User mailing list