Re: Re: [Harbour] hbvpdf: how set the Page Size?

2010-05-24 Thread David MS
Message - From: "David MS" To: "David MS" Sent: Monday, May 24, 2010 10:13 AM Il 22/05/2010 13.32, Jaros³aw K¹dzio³a ha scritto: Hi, function main() local oPdf oPdf := tPdf():New( 'test.pdf' ) oPdf:NewPage( "A4", "P", 6 )

[Harbour] hbvpdf: how set the Page Size?

2010-05-21 Thread David MS
Hi, when i do: function main() local oPdf oPdf := tPdf():New( 'test.pdf' ) oPdf:NewPage( "A4", "P", 6 ) oPdf:Center("Test") oPdf:Close() return nil The "test.pdf" file has always the same size: 8,5 in. x 11 in., althoug replacing "A4" by "LETTER", "A3"...etc Portrait and landscape

[Harbour] Re: parsing UTF8 string

2010-04-23 Thread David MS
Sorry I want to say I´m testing with: hb_strtoutf8(hb_utf8tostr(cString)) that replaces utf8's errors with "?" but is codepage dependent Best Regards, David Montaño. - Original Message - From: "David MS" To: Sent: Thursday, April 22, 2010 2:04 PM Subject:

[Harbour] parsing UTF8 string

2010-04-22 Thread David MS
Hi, Is there any function to parse a utf8 string that detect (and replace) utf8 errors characters ? I'm testing with HB_UTF8TOSTR, but this one is codepage dependent. Best Regards, David Montaño. ___ Harbour mailing list (attachment size limit: 40K

[Harbour] Re: Wrong hbsms (Viktor Szak?ts)

2010-03-05 Thread David MS
Viktor, You shouldn't think so. I think many people (like me) appreciate your effort and work of all developers, Thanks to everyone who help making better Harbour. Davis MS. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-p

[Harbour] Re: Re: how to link all the funcions of a lib?

2010-02-25 Thread David MS
, Viktor On Thu, Feb 25, 2010 at 3:59 PM, David MS wrote: Hi Viktor, I have these errors when I including gdextern.ch C:/harbour-svn/harbour/lib/win/mingw/libhbgd.a(gdchart.o):gdchart.c:(.data+0x328): referencia a `HB_FUN_COS' sin definir C:/harbour-svn/harbour/lib/win/mingw/libhbgd.

Re: Re: [Harbour] Re: Re: how to link all the funcions of a lib?

2010-02-25 Thread David MS
a a `gdfontcacheshutd...@0' sin definir collect2: ld returned 1 exit status hbmk2: Error: Running linker. 1 The project's hbp file contains -lhbgd. What am I doing wrong? TIA David MS ___ Harbour mailing list (attachment size limit: 40KB

[Harbour] Re: Re: how to link all the funcions of a lib?

2010-02-25 Thread David MS
. Thanks. David MS. Hi! David MS wrote: Hi, Is there any way to statically link all the functions of a library, even if these functions are not declared / used in the main program? In this moment I've a .CH with all functions that I need declarated with EXTERNAL. I don't know

[Harbour] how to link all the funcions of a lib?

2010-02-23 Thread David MS
Hi, Is there any way to statically link all the functions of a library, even if these functions are not declared / used in the main program? In this moment I've a .CH with all functions that I need declarated with EXTERNAL. I don't know if this is the best way. TIA David Montano.

[Harbour] Abnormal program termination after duplicate alias error with SDDMY

2009-12-29 Thread David MS
Hi, Mindaugas, I was testing RDDSQL and error capture when I notice that my program ends whith an unexpected "abnormal program termination" after an error of duplicate alias. Forcing other errors never get this message. i.e: test1.prg function main() dbUSEarea(.t.,, "test.dbf","test1",.t.)

[Harbour] SQLMIX indexing question

2009-12-28 Thread David MS
Hi all, I'm trying RDDSQL with mysql and have a question: Does support SQLMIX the use of scopes? If it's possible, can anyone give me an example? The clausule DESCEND seems not work to me too. PD: Thanks to all developers for Harbour 2.0, congratulations! Thanks in advance David Montaño

[Harbour] hb_SendMail and HTML

2009-10-22 Thread David MS
Hi all, Viktor, one suggestion for hb_sendmail: It would be very helpful to pass html in cbody directly, perhaps by adding a new parameter and keeping both possibilities. In dynamic html we'll save two steps, the creation and delete of a temporal file. PD: I've test your last changes and work

[Harbour] Capture errors messages in hb_compilebuf() at runtime

2009-09-08 Thread David MS
Hi all, There is a way to capture error messages generated by hb_compilebuf() or hb_compilefrombuf() at runtime? Best Regards, David Montaño. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/ha

[Harbour] Problem with outstd()

2009-08-19 Thread David MS
Hi, I've a problem with outstd(), when I do... outstd(space(53218)) nothing is output to the console . Under this limit outstd() works fine. I'm using Harbour 2.0.0beta1 (Rev. 11413) under XP Best Regards, David ___ Harbour mailing list Harbour

[Harbour] Sorting Issue

2008-11-26 Thread David MS
Hi, when I try to do: ? "arbol">"arco" .F. ? "árbol">"arco" .T. <-- I think this is wrong. At least, if I sort this words in any Spreadsheet the result is: 1.arbol 2.árbol 3.arco This happened in ansi, oem or UTF-8 chars I've Harbour 1.0.0 Intl. (Rev. 9091) in the main function I'm using: REQUE

[Harbour] Re: How to call a external app?

2008-06-09 Thread David MS
Thanks Adams, I get a error from linker: Error: Unresolved external '_HB_FUN_HB_RUN' referenced from ... Best Regards, David MS ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] How to call a external app?

2008-06-09 Thread David MS
Hi all, I want to call a external app like __Run( ) does, but I need to stop the execution on main thread until the end on the application called and also get the return value. It´s exits? Best regards.___ Harbour mailing list Harbour@harbour-project.

[Harbour] Fw: harbour-list

2008-05-09 Thread David MS
Hi all, aFiles:=HB_RegExSplit(";",Alltrim(mailing->adjuntar)) ? valtype(aFiles) returns "M" instead of "A" (mailing->adjuntar is a memo fied) Is this a correct behavior or it's a bug in HB_RegExSplit? Thanks, David Montaño Harbour devel build 1.1-1 Intl. (8334)__