Re: Desactivar Botones en xBrowse
Posted: Fri Aug 18, 2023 12:52 pm
If only purpose is to export to Excel, we can do it directly without the round about method of using XBrowser.A few days ago I asked here how I could transfer the results of a MySql query to Excel.
Using FWH library
Code: Select all | Expand
oRs := oCn:Query( cSql )
oRs:ToExcel()
oRs:Close()