Re: [fpc-pascal] Database Metadata proposal

2014-06-03 Thread Daniel Gaspary
On Tue, Jun 3, 2014 at 2:46 AM, LacaK wrote: > TSQLConnection.GetTableNames(List: TStrings; SchemaName : String; Options : > TSchemaOptions); > > Which IMO fits better in existing frame. Using this method, to take all tables, from all schemas, the user would need to run multiples queries, one for

[fpc-pascal] Disabling the MIN, MAX, Close icon of EXE in free pascal

2014-06-03 Thread mokashe.ram
Hi Everyone, could anyone help me on disabling the MIN,MAX,Close icon of EXE in free pascal. Thanks, sudarshan -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Disabling-the-MIN-MAX-Close-icon-of-EXE-in-free-pascal-tp5719494.html Sent from the Free Pascal - G

Re: [fpc-pascal] (no subject)

2014-06-03 Thread Dimitrios Chr. Ioannidis
Hi, Στις 3/6/2014 1:20 μμ, ο/η Reinier Olislagers έγραψε: On 03/06/2014 12:17, Dimitrios Chr. Ioannidis wrote: FYI, in a wst soap client talking to a .net web service i find out, that for SOAP calls, if the CONTENT-TYPE http header ( i'm using fpc-http-protocol ) doesn't have the 'text/xml'

[fpc-pascal] (no subject)

2014-06-03 Thread Reinier Olislagers
On 03/06/2014 12:17, Dimitrios Chr. Ioannidis wrote: > FYI, in a wst soap client talking to a .net web service i find out, > that for SOAP calls, if the CONTENT-TYPE http header ( i'm using > fpc-http-protocol ) doesn't have the 'text/xml' plus the 'charset=UTF-8' > like this 'text/xml; charset=U

[fpc-pascal] WST SOAP HTTP CONTENT TYPE

2014-06-03 Thread Dimitrios Chr. Ioannidis
Hi, FYI, in a wst soap client talking to a .net web service i find out, that for SOAP calls, if the CONTENT-TYPE http header ( i'm using fpc-http-protocol ) doesn't have the 'text/xml' plus the 'charset=UTF-8' like this 'text/xml; charset=UTF-8', the server chocks. So, i changed the const s

Re: [fpc-pascal] Typinfo incompatibilities between FPC and Delphi

2014-06-03 Thread Sven Barth
Am 03.06.2014 10:26 schrieb "Graeme Geldenhuys" < mailingli...@geldenhuys.co.uk>: > > On 2014-05-31 10:57, Vincent Snijders wrote: > > I think it is possible to write code without $ifdef (valid for Delphi > > and FPC) if you use the typeinfo unit to extract the information. > > http://www.freepasca

Re: [fpc-pascal] Typinfo incompatibilities between FPC and Delphi

2014-06-03 Thread Graeme Geldenhuys
On 2014-05-31 10:57, Vincent Snijders wrote: > I think it is possible to write code without $ifdef (valid for Delphi > and FPC) if you use the typeinfo unit to extract the information. > http://www.freepascal.org/docs-html/rtl/typinfo/ Almost, but not quite. Good news is, it is not nearly as bad a