Re: [Gambas-user] Help with charset

2011-08-28 Thread xOChilpili
Bruce: Sorry, maybe is my english --again-- ... I have read help pages, and i try really. I try using RowClick method but again, it works only clicking into a cell <>. Not in the Row Header. About the tblView.Cancel i simply dont know where to call it. In the save method? Thanks again. I hope n

Re: [Gambas-user] Help with charset

2011-08-28 Thread xOChilpili
Fabien: Here is the code: private sub tblView_Click() tblView.edit() end private sub tblView_Save(row as Integer, Column as integer, value as string) if tblView.Column = 3 then query="update table ..." tblView.Cancel <-- once updated the database i want to return into browse mode no more edi

Re: [Gambas-user] Help with charset

2011-08-28 Thread xOChilpili
Bruce: Yes, but ... I think that my english is too bad :( sorry... here is my tableview __ |___|_Col1_|_Col2_|_Col3_| |_1_|_ |_ |__| |_2_|_ |_ |__| |_3 ^ <- user clicks here. And in method tableView_Click i have tableView.edit() So, i have two tr

Re: [Gambas-user] Help with charset

2011-08-28 Thread xOChilpili
Bruce: Thanks it works now. But a have another question if i may... I have a TableView control, and i want to get the "selected row" by the user when he clicks on the row´s header. Is it possible ? Thanks for your help. xOCh -- -- Powered by xOCh 210 ---

[Gambas-user] Help with charset

2011-08-27 Thread xOChilpili
Hi all i have some strange experience with open file for append in gambas2 heres my code dim hFile as File hFile=OPEN "/home/xochilpili/test.txt" FOR APPEND WRITE #hFile, "e" CLOSE #hFile xochilpili@localhost: cat test.txt output: 'e No matter if "e" is a S

Re: [Gambas-user] Gambas Cloud

2011-08-27 Thread xOChilpili
Ab: Dunno, i have some experience with MySql on the cloud, and works perfectly but no idea with sqlite. I think is possible. You just have to set the properly conf to sqlite. xOCh 2011/8/27 Andrea Bertini > Gui-frontend on desktop made with Gambas, database sqlite on the cloud: > is it actual