[Gambas-bugtracker] Bug #2353: Get content of WebTable
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Fri Aug 27 16:03:25 CEST 2021
http://gambaswiki.org/bugtracker/edit?object=BUG.2353&from=L21haW4-
Comment #3 by Benoît MINISINI:
It seems unlogical to me: as you provide the data to the WebTable by code (through the Data event), this is not up to the WebTable to provide you the data back!
It you want the generated HTML, redirect the standard output to a string variable and call the _Render() method. Don't forget to restore the standard output after.
I will eventually create a public method for that.
Benoît MINISINI changed the state of the bug to: Fixed.
More information about the Bugtracker
mailing list