Re: [Gambas-user] Show records on a WebTable

2017-03-17 Thread Benoît Minisini
Le 17/03/2017 à 20:18, Tobias Boege a écrit : > I didn't test it, but the following is approximately how it goes: > > Public Sub WebTable1_Data(Row As Integer, Column As Integer, Data As > WebTableData) > Dim i As Integer > Dim f As ResultField > > cx = M_DB.Connect() > rs = cx.E

Re: [Gambas-user] Show records on a WebTable

2017-03-17 Thread Tobias Boege
On Fri, 17 Mar 2017, herberth guzman wrote: > Regards, I need help, something I am doing wrong. > > I need to display the records of a Table from a DB in a WebTable > The following code does not work for me in a WebForm and WebTable > > > Public Sub WebTable1_Data(Row As Integer, Column As Integ

[Gambas-user] Show records on a WebTable

2017-03-17 Thread herberth guzman
Regards, I need help, something I am doing wrong. I need to display the records of a Table from a DB in a WebTable The following code does not work for me in a WebForm and WebTable Public Sub WebTable1_Data(Row As Integer, Column As Integer, Data As WebTableData) Dim i As Integer cx = M_DB.

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-17 Thread Rolf-Werner Eilert
Ah, I understand! It's like with Gambas: It's not a bug, it's a feature :) Thanks for the hint. When I apply it next time, I will try both versions. Rolf Am 16.03.2017 19:05, schrieb Jorge Carrión: > It isn't a bug is the expected behaviour for the example. I set the .expand > property of column