[Gambas-bugtracker] Bug #2353: Get content of WebTable

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Aug 27 16:27:00 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2353&from=L21haW4-

Comment #6 by Safiur RAHMAN:

Thanks Benoît

That will be sufficient. I want to explain you why this became necessary.
First I get a result from database.  res = con.Exec("select fldid,fldcountryid,fldcityid from tblabc")
Now I have to convert selected fields of the result to desired values under GridView1_Data() procedure. This means fldcountryid is shown as Countryname (using a function) and fldcityid is converted to CityName (using other function). The conversion function use text files saved in application.
Now I want to export the table with modified contents. I can't export the result directly as they contain fields which need to be converted to other values.




More information about the Bugtracker mailing list