[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] ¿Why I can't modify a Table in Tex tEdit Example?

2009-08-20 Thread shordi
shordi wrote: > > I'm making tries with the TextEdit example of Gambas2. (I need a simple > web editor integrated with mi proyect). And I have tried this: > > Make a new toolbutton with this code > > DIM tabla AS String > tabla = "hola mundo > como est

[Gambas-user] ¿Why I can't modify a Table in Te xtEdit Example?

2009-08-19 Thread shordi
I'm making tries with the TextEdit example of Gambas2. (I need a simple web editor integrated with mi proyect). And I have tried this: Make a new toolbutton with this code DIM tabla AS String tabla = "hola mundo como estasyo muy biengracias" TextEdit1.text &= tabla TextEdit1.Refresh The