[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: gaucho <64xcode@xxxxxxxxx>
- Reply-to: 64xcode@xxxxxxxxx
- Date: Mon, 31 Mar 2025 10:24:00 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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.
Re: About the gambas web apps | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: About the gambas web apps | Linus <olivier.cruilles@xxxxxxxx> |
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> |