On Fri, January 6, 2017 5:40 am, Bart via Lazarus wrote: > Mind you FF is able to copy the table in plaintext format using Tabs > as a separator, which would be easy, but IE (which is the only browser > available to me on the system) cannot do so. > > Obviously my boss does not care, he does not have to use this program, > only the doctors (12 of them) have. And needless to say that the ICT > department has forbidden me to use this program, because "it is not a > commercial progra, and therefore there is no offical support for it, and > unsupported programs cannot be installed on our system". (Note: the ICT > guys all use Chrome as their browser, because "IE sucks") Fortunately my > program is standalone (try that with VB or VC), so I just put it somewhere > on a share, and so far they have not noticed. >
If you get into some tricky web browser issues you can also visit the DOM with internet explorer embedded browser control.. (or firefox embedded or chromium embedded). Then you can copy whatever html table you want into whatever format you want... just visit the table via the dom, or visit any of the html web page components and deal with it. But if fast html parser does the job... it's simpler. -- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus