[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About the gambas web apps
[Thread Prev] | [Thread Next]
- Subject: Re: About the gambas web apps
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Mon, 31 Mar 2025 10:11:38 +0100
- To: 64xcode@xxxxxxxxx, user@xxxxxxxxxxxxxxxxxxxxxx
On Mon, 31 Mar 2025 at 09:24, gaucho <64xcode@xxxxxxxxx> wrote: > ok, I decide not use this controls, these don't work as i expect them > to. maybe they have bugs or maybe i'm using them wrong, so i decided > not to use them and that's it. > > I will use buttons inside WebContainers > Next trouble, WebTable > In the gambas3 GUIs I usually use the _Data event of the gridview and > trigger it by changing the number of rows in the grid, for example: > > GridView1.Rows.Count = 0 > GridView1.Rows.Count = $res.count > > where $res is the result of the sql query. > How do I cast the evendo _Data in the webTable? > or which is the properly method to put the data in this control? > > Regards. > > Martin. > https://gambaswiki.org/wiki/comp/gb.web.gui/webtableda usually re-triggered by simply calling WebTable.Refresh
Re: About the gambas web apps | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: About the gambas web apps | gaucho <64xcode@xxxxxxxxx> |
About the gambas web apps | gaucho <64xcode@xxxxxxxxx> |
Re: About the gambas web apps | gaucho <64xcode@xxxxxxxxx> |
Re: About the gambas web apps | gaucho <64xcode@xxxxxxxxx> |
Re: About the gambas web apps | Linus <olivier.cruilles@xxxxxxxx> |
Re: About the gambas web apps | gaucho <64xcode@xxxxxxxxx> |