[Gambas-user] Utility: Report generator for MySQL on html format

2009-09-30 Thread shordi
Here is a little utility for generate html reports from MySQL databases. It is in spanish language. Hope it'll be usefull. Regards http://www.nabble.com/file/p25690767/Impresion%2BHTML.tar.gz Impresion+HTML.tar.gz -- View this message in context: http://www.nabble.com/Utility%3A-Report-generato

Re: [Gambas-user] how to start a file?

2009-09-30 Thread Robert JUHASZ
Yes, it works perfectly with mySQL. Robi 2009/9/29 Robert JUHASZ > Can it be an other option to load files to the mysql database as BLOB? If > yes can someone tell me the command to upload and download the file from/to > a certain location? This would solve my problem with the rights. > > Thx,

[Gambas-user] Using _Data & _Save events

2009-09-30 Thread David Villalobos Cambronero
Hi, I have some problems using the _Data & the _Save events in a TableView. * I select data fom a table and fill the TableView with the _Data event. * Then I edit the data with the _Edit metod and save the new information with the _Save event. Then some thing wear happens. The event _Data is cal

Re: [Gambas-user] tableview

2009-09-30 Thread nero
Benoît Minisini wrote: > So setting the width of columns to "-1" should work as you expected, at > least with gb.qt. Strange... I'm using qt4 , i'm porting an app from gambas2/qt3/kde3 to gambas3/qt4/kde4 , I can't try with qt3 since I don't have kde3 installed . -- E' piu' logico sacri

Re: [Gambas-user] tableview

2009-09-30 Thread Benoît Minisini
> Benoît Minisini wrote: > > No, there is no way to do that. But if it does not work by code, it > > should not work with the mouse too. Strange... How do you fill the > > contents of the TableView? > > without the data event , i simply set value of any row. > So setting the width of columns to

Re: [Gambas-user] Tabstrip.text question

2009-09-30 Thread Stefano Palmeri
Il mercoledì 30 settembre 2009 12:47:48 richard terry ha scritto: > I wondered if there was a way to change the text on the tab when it is not > the foremost tab, without having to do this: > > tabstrip1.index = 1 ' change to tab1 > tabstrip1.text = "some text" 'change its text > tab

[Gambas-user] Tabstrip.text question

2009-09-30 Thread richard terry
I wondered if there was a way to change the text on the tab when it is not the foremost tab, without having to do this: tabstrip1.index = 1 ' change to tab1 tabstrip1.text = "some text" 'change its text tabstrip1.index = 0 'change it back to tab0 Thanks in anticipation

Re: [Gambas-user] tableview

2009-09-30 Thread nero
Benoît Minisini wrote: > No, there is no way to do that. But if it does not work by code, it should > not work with the mouse too. Strange... How do you fill the contents of > the TableView? without the data event , i simply set value of any row. I will move to use data event but not immediately