Re: [Gambas-user] Update DataView??

2012-08-14 Thread acidblue
Unknown Symbol DataView1 in class FMain Is the error I'm getting. Sorry for the late reply. Code: Try rTable.Update If Error Then Print Update failed Message.Error(ERROR.Text) Else FMain.DataView1.Update Message.Info(Update was successful)

Re: [Gambas-user] Update DataView??

2012-08-11 Thread Fabien Bodard
2012/8/10 rocko sunblast...@gmail.com Is it possible to update a dataview in realtime? I Have an SQlite database that i acces with a dataSource and dataview. I have a form that enables users to add records to the database, But the dataview doesn't update untill i re-run the program. I

[Gambas-user] Update DataView??

2012-08-10 Thread rocko
Is it possible to update a dataview in realtime? I Have an SQlite database that i acces with a dataSource and dataview. I have a form that enables users to add records to the database, But the dataview doesn't update untill i re-run the program. I would like to have the dataview update when it