[Gambas-user] ODBC how to linuxers debian

2017-06-05 Thread PICCORO McKAY Lenz
This documentation has two parts, and overall ODBC documentation and a specific Devuan ODBC documentation. The firs part are provided due most administrators and developers must understand the ODBC infrastructure to property debug problems. This documentation starts on the "friendofdevuan" wiki

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary --- ODBC driver problem: driver connects but does not exec query Type : Bug Priority : High Gambas version : 3.9.90 (TRUNK) Product : ODBC driver

[Gambas-user] Class HtmlDocument

2017-06-05 Thread Hans Lehmann
Hello, why creates the following source text: Public Sub btnCreateHTMLDocument_Click() Dim hHtmlDocument As HtmlDocument hHtmlDocument = New HtmlDocument *hHtmlDocument.Html5 = False** * Print hHtmlDocument.ToString(True) hHtmlDocument.Save(Application.Path &/ "test.html", True) End