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 )
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
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:
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
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
,
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.
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
.
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
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.
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.)
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
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
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
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
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
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
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.
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)__
18 matches
Mail list logo