Re: [Harbour] SF bug tracker#2945728: Wrong usage of console buffer in Windows

2010-02-05 Thread Alex Strickland
Przemysław Czerpak wrote: Calling SETMODE() fixed such anomalies by setting both to the same dimemntions. SETMODE() sets the same dimensions for the window size and console buffer size. This has caused so many questions over the years I wonder if it might not just be better to run setmode

Re: [Harbour] Extension .FPT

2010-02-05 Thread Rossine
Hi Przemek, Przemysław Czerpak wrote: See in dbinfo.ch RDDI_{TABLE,MEMO,ORDBAG}EXT. rddInfo( RDDI_MEMOEXT, cExt [, cRDD] ) i.e. rddInfo( RDDI_MEMOEXT, .mem, DBFCDX ) Exactly what I need:) Many thank´s :) Best regards, Rossine. -- View this message in context:

[Harbour] SF.net SVN: harbour-project:[13774] trunk/harbour

2010-02-05 Thread vszakats
Revision: 13774 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13774view=rev Author: vszakats Date: 2010-02-05 10:26:13 + (Fri, 05 Feb 2010) Log Message: --- 2010-02-05 11:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/setpos.c *

Re: [Harbour] SF.net SVN: harbour-project:[13774] trunk/harbour

2010-02-05 Thread smu johnson
Viktor, I took a peek at the setpos.c commit change, and found:' 73 #if defined( HB_COMPAT_C53 ) || defined( HB_CLP_UNDOC ) I am wondering that the protected by means. I am unsure if I have to enable this HB_COMPAT_C53 setting or something manually if I want to take advantage of the Cl53

Re: [Harbour] SF.net SVN: harbour-project:[13774] trunk/harbour

2010-02-05 Thread Viktor Szakáts
Hi, Viktor, I took a peek at the setpos.c commit change, and found:' 73 #if defined( HB_COMPAT_C53 ) || defined( HB_CLP_UNDOC ) I am wondering that the protected by means. I am unsure if I have to enable this HB_COMPAT_C53 setting or something manually if I want to take advantage

[Harbour] OFF: PDF417 barcode

2010-02-05 Thread Viktor Szakáts
Hi All, Does anyone have source code to generate PDF417 barcodes? (using .ttf file or graphical shapes if possible) Brgds, Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Mindaugas Kavaliauskas
Hi, Does anyone have source code to generate PDF417 barcodes? (using .ttf file or graphical shapes if possible) http://sourceforge.net/projects/pdf417lib/ Regards, Mindaugas ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Massimo Belgrano
One way for printing barcode PDF417 symbologies is use font here you can find a open source solution http://sourceforge.net/projects/openbarcodes/ PDF417, EAN13, code128, EAN128, 3 of 9 and 2 of 5 and in future datamatrix maj be usefull a little wrapper for this lib? Imo we can use with

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Viktor Szakáts
Thank you. Forgot to mention but I need something in .prg code. Brgds, Viktor On 2010 Feb 5, at 12:42, Mindaugas Kavaliauskas wrote: Hi, Does anyone have source code to generate PDF417 barcodes? (using .ttf file or graphical shapes if possible)

[Harbour] Re: SF bug tracker#2945728: Wrong usage of console bufferin Windows

2010-02-05 Thread Itamar Lins
Hi! Please post small exaple of how to activate debug in Hwgui. Best regards, Itamar M. Lins Jr. Alex Strickland s...@mweb.co.za escreveu na mensagem news:4b6bd5e1.5060...@mweb.co.za... Przemyslaw Czerpak wrote: Calling SETMODE() fixed such anomalies by setting both to the same dimemntions.

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Viktor Szakáts
Code seems to be missing for PDF417 printing in this package. Brgds, Viktor On 2010 Feb 5, at 12:48, Massimo Belgrano wrote: One way for printing barcode PDF417 symbologies is use font here you can find a open source solution http://sourceforge.net/projects/openbarcodes/ PDF417, EAN13,

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Mindaugas Kavaliauskas
Hi, Viktor Szakáts wrote: Thank you. Forgot to mention but I need something in .prg code. Does anyone have source code to generate PDF417 barcodes? (using .ttf file or graphical shapes if possible) http://sourceforge.net/projects/pdf417lib/ Simple .prg wrapper could be used. I guess

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Massimo Belgrano
Here is visual basic part good for you a way like oPrn := win_prn():New(GetDefaultPrinter()) oPrn:SetFont(code128,11255) // please try different value oPrn:TextOut(pdf417(ABC),.t.) oPrn:NewPage() or oPrinter := xbpPrinter():New():Create(cPrinter, PRN_Q_TEXT ) Private Function

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Viktor Szakáts
Viktor Szakáts wrote: Thank you. Forgot to mention but I need something in .prg code. Does anyone have source code to generate PDF417 barcodes? (using .ttf file or graphical shapes if possible) http://sourceforge.net/projects/pdf417lib/ Simple .prg wrapper could be used. I guess source

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Viktor Szakáts
My bad, thank you, I've found now this code inside the package. Converting from VB to Harbour is simple sr for the most part. Brgds, Viktor On 2010 Feb 5, at 13:07, Massimo Belgrano wrote: Here is visual basic part good for you a way like oPrn := win_prn():New(GetDefaultPrinter())

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Mindaugas Kavaliauskas
Hi, This class work too in Clipper. This is Code 39, not PDF417. Regards, Mindaugas ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] SF.net SVN: harbour-project:[13775] trunk/harbour

2010-02-05 Thread vszakats
Revision: 13775 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13775view=rev Author: vszakats Date: 2010-02-05 12:55:25 + (Fri, 05 Feb 2010) Log Message: --- 2010-02-05 13:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gttone.c +

Re: [Harbour] Re: SF bug tracker#2945728: Wrong usage of console bufferin Windows

2010-02-05 Thread Alex Strickland
Itamar Lins wrote: Please post small exaple of how to activate debug in Hwgui. Here is my hbp file, note below Debugging comment: # easipos.hbp ${HWGUI_INSTALL_PREFIX}\hwgui.hbc -oeasipos # -trace -inc -workdir=easipos -w -es2 # ***Debugging*** -b -gtwin /dECR32 /dECR /dEASIPOS

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread smu johnson
I don't, but I have a CODE128 barcode generator I wrote from scratch in Clipper a few days ago, which switches between mode B and C efficiently, in case that helps. Probably not as your question is very specific, but maybe my thing could go in a contrib someday. On Fri, Feb 5, 2010 at 3:12 AM,

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Massimo Belgrano
post your generator follow is info regarding pdf417 http://grandzebu.net/index.php?page=/informatique/codbar-en/pdf417.htm 2010/2/5 smu johnson smujohn...@gmail.com: I don't, but I have a CODE128 barcode generator I wrote from scratch in Clipper a few days ago, which switches between mode B

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread Viktor Szakáts
I don't, but I have a CODE128 barcode generator I wrote from scratch in Clipper a few days ago, which switches between mode B and C efficiently, in case that helps. Probably not as your question is very specific, but maybe my thing could go in a contrib someday. Thank you, I have an

[Harbour] Apollo 7.0.12 is aivable

2010-02-05 Thread Massimo Belgrano
Hello, Just to inform the group Vista Software has updated his data base driver: http://www.vistasoftware.com/downloads/evals/Apollo7_Embedded_Trial.exe from an Andi messages on xharbour ng -- Massimo Belgrano ___ Harbour mailing list (attachment

[Harbour] test1 sddmy sample not compiles in linux

2010-02-05 Thread Bruno Luciani
I think is an sddmy.hbc problem with library names I try modifing mysql lib name to hbmysql , but error is grater dan before wich i need lo link in linux ? Bruno / Error using standard HBC file//

[Harbour] mysql test sample either compile in LINUX

2010-02-05 Thread Bruno Luciani
I think same problem than SDDMY br...@notebook:~/harbour_svn/harbour/contrib/hbmysql/tests$ hbmk2 test hbmk2: Processing local make script: hbmk.hbm hbmk2: Processing configuration: /usr/local/bin/hbmk.cfg Harbour 2.1.0dev (Rev. 13741) Copyright (c) 1999-2010, http://www.harbour-project.org/

[Harbour] SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread vouchcac
Revision: 13776 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13776view=rev Author: vouchcac Date: 2010-02-05 17:19:53 + (Fri, 05 Feb 2010) Log Message: --- 2010-02-05 08:59 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

[Harbour] SF.net SVN: harbour-project:[13777] trunk/harbour

2010-02-05 Thread vouchcac
Revision: 13777 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13777view=rev Author: vouchcac Date: 2010-02-05 18:13:49 + (Fri, 05 Feb 2010) Log Message: --- 2010-02-05 10:11 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

Re: [Harbour] SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread francesco perillo
-Give the possibility of search two expression: for example i serc myarray  and ,31 serch myarray[1,31] or myarray[ a_pippo ,31] That is a Regex search myarray.*,31 Regex is in the TODO list ___ Harbour mailing list (attachment size limit: 40KB)

[Harbour] HBIDE Run-time Error!

2010-02-05 Thread Itamar Lins
Hi! Error BASE/1004 No exported Method:SETMOUSETRACKING Called from SETMOUSETRACKING(0) Called from HBQTUI:SETMOUSETRACKING(0) Called from XBPDIALOG:CREATE(0) Called from IDEDOCKS:BUILDDIALOG(138) Called from HBIDE:CREATE(286) Called from MAIN(102) The files DLL of QT were copied of directory

[Harbour] Re: SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread Pritpal Bedi
Massimo Belgrano wrote: Follow little problem : After twice execute in Folder contain what i typed in expression Search in file is not implemented I could not follow you ? Can you explain a little more. -remember last search at each open if possible Sure. Will be available by

[Harbour] Re: HBIDE Run-time Error!

2010-02-05 Thread Itamar Lins
Yes same error. But, why working in CPU with MinGW? Is very confusing for me. Is problem with DLL? Best regards, Itamar M. lins Jr. Pritpal Bedi escreveu: Build clean hbqt, hbXBP and hbIDE. Please report if this error persists. ___ Harbour

[Harbour] Re: HBIDE Run-time Error!

2010-02-05 Thread Pritpal Bedi
Itamar Lins-2 wrote: Yes same error. But, why working in CPU with MinGW? Is very confusing for me. Is problem with DLL? No, it is not mingw error. Ok, let us go another way: 1) Edit hbide/hbide.ch 2) Comment out #define HBIDE_USE_UIC line. 3) Rebuild hbIDE as hbmk2 hbide.hbp -rebuild 4)

Re: [Harbour] INDEX ON ... TAG CaseSensitive OF CaseSensitive [Harbour / Clipper difference]

2010-02-05 Thread Przemysław Czerpak
On Fri, 05 Feb 2010, smu johnson wrote: Hi, With Harbour, I am having to through a ton of code in order to convert all my tag names to uppercase... and I'm wondering if there is a way to make it so I do not have to do this with SIXCDX... because I am worried I will then have to find all the

[Harbour] HB_SETENV-like function, for HB_RUN child processes?

2010-02-05 Thread smu johnson
Hi, Viktor mentioned to me that I might have some luck with HB_SETENV to set ENV vars for child processes, though it would set the ENV's for the current process too. I was wondering if a new HB_ Harbour function could be made to do it for child processes, much like how Blinker's SWPSETENV() /

Re: [Harbour] INDEX ON ... TAG CaseSensitive OF CaseSensitive [Harbour / Clipper difference]

2010-02-05 Thread smu johnson
Well in the Clipper 5.2e w/ Six3 to Harbour migration, we are finding a ton of RTE problems because OrdSetFocus() calls and such are failing because this function seems to be case sensitive in Harbour. We haven't had any of these problems in our Clipper stuff. Sorry for not providing enough

Re: [Harbour] SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread marco bra
Ubuntu 9.10 hbide from svn. Rev. 13777 If i open the hbide then i try to close pressing the X on the hbide main window the close request come in front of me if i answer No hbide, hide the main window and don't show me anymore its interface but it is still running i must stop it with terminal

Re: [Harbour] INDEX ON ... TAG CaseSensitive OF CaseSensitive [Harbour / Clipper difference]

2010-02-05 Thread Przemysław Czerpak
On Fri, 05 Feb 2010, smu johnson wrote: Hi, Well in the Clipper 5.2e w/ Six3 to Harbour migration, we are finding a ton of RTE problems because OrdSetFocus() calls and such are failing because this function seems to be case sensitive in Harbour. We haven't had any of these problems in our

Re: [Harbour] mysql test sample either compile in LINUX

2010-02-05 Thread marco bra
Same here on Ubuntu 9.10 32 bits. with harbour -build Harbour 2.1.0dev (Rev. 13777) Copyright (c) 1999-2010, http://www.harbour-project.org/ Harbour Build Info --- Version: Harbour 2.1.0dev (Rev. 13777) Compiler: GNU C 4.4.1 (32-bit) Platform: Linux 2.6.31-16-generic i686

Re: [Harbour] INDEX ON ... TAG CaseSensitive OF CaseSensitive [Harbour / Clipper difference]

2010-02-05 Thread smu johnson
Hi, Sorry for the all the confusion. I sat down with my senior programmer and finally got the bottom of the confusion. It is actually two separate issues that I confused as one due to my lack of Clipper knowledge. Difference 1) ordsetfocus() if it cannot find a key you are looking for.. for

[Harbour] Re: SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread Pritpal Bedi
marco bra wrote: If i open the hbide then i try to close pressing the X on the hbide main window the close request come in front of me if i answer No hbide, hide the main window and don't show me anymore its interface but it is still running i must stop it with terminal ctrl+c. I can

Re: [Harbour] INDEX ON ... TAG CaseSensitive OF CaseSensitive [Harbour / Clipper difference]

2010-02-05 Thread Przemysław Czerpak
On Fri, 05 Feb 2010, smu johnson wrote: Hi, Difference 1) ordsetfocus() if it cannot find a key you are looking for.. for instance if you run (with a typo) the ordsetfocus(isbnM) (notice the M typo) twice, when I really was looking for isbn... it will return a blank C string the 2nd time,

[Harbour] SF.net SVN: harbour-project:[13778] trunk/harbour

2010-02-05 Thread vouchcac
Revision: 13778 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13778view=rev Author: vouchcac Date: 2010-02-06 01:52:11 + (Sat, 06 Feb 2010) Log Message: --- 2010-02-05 17:52 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbpdialog.prg

[Harbour] Re: SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread Pritpal Bedi
marco bra wrote: If i open the hbide then i try to close pressing the X on the hbide main window the close request come in front of me if i answer No hbide, hide the main window and don't show me anymore its interface but it is still running i must stop it with terminal ctrl+c. I can

[Harbour] SF.net SVN: harbour-project:[13779] trunk/harbour

2010-02-05 Thread vouchcac
Revision: 13779 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13779view=rev Author: vouchcac Date: 2010-02-06 02:33:13 + (Sat, 06 Feb 2010) Log Message: --- 2010-02-05 18:34 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.prg *

Re: [Harbour] Re: SF.net SVN: harbour-project:[13776] trunk/harbour

2010-02-05 Thread marco bra
Harbour r13779 - hbide Solved...! Thank you ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] INDEX ON ... TAG CaseSensitive OF CaseSensitive [Harbour / Clipper difference]

2010-02-05 Thread smu johnson
Thanks Przemek, this is also what my senior thought. 2010/2/5 Przemysław Czerpak dru...@acn.waw.pl On Fri, 05 Feb 2010, smu johnson wrote: Hi, Difference 1) ordsetfocus() if it cannot find a key you are looking for.. for instance if you run (with a typo) the ordsetfocus(isbnM) (notice

[Harbour] hbIDE - Find in Files Dialog - What if presented as right-docked window

2010-02-05 Thread Pritpal Bedi
Hello All, What if find in files window is presented as right-docked window. + It will not cover the editor's area. + It will give interface a very professional feel. - Only one instance of the process could be initiated. I am anxious to form an opinion, please speak out. -

[Harbour] Re: HBIDE Run-time Error!

2010-02-05 Thread Pritpal Bedi
Itamar Lins-2 wrote: Yes same error. But, why working in CPU with MinGW? Is very confusing for me. Is problem with DLL? The other problem could be: old or missing contrib/hbide/reources/*.uic. - enjoy hbIDEing... Pritpal Bedi

Re: [Harbour-users] Compiling SVN Harbour tips needed

2010-02-05 Thread Massimo Belgrano
Wich page? I have send-shared with you also a wave,please read it 2010/2/5 smu johnson smujohn...@gmail.com: got a lot of work to do updating my page now -- Massimo Belgrano ___ Harbour-users mailing list (attachment size limit: 40KB)

Re: [Harbour-users] Compiling SVN Harbour tips needed

2010-02-05 Thread smu johnson
Yes I saw that a while ago. I was thinking about going through it and proofreading it, as there are many mistakes in it, etc. Maybe over the weekend I will have some time to do so. Thanks. On Fri, Feb 5, 2010 at 2:36 AM, Massimo Belgrano mbelgr...@deltain.itwrote: Wich page? I have

[Harbour-users] Ini files Manipulation

2010-02-05 Thread Gilbert Karweru
Has anyone implemented a simpler straightforward program functions for use of ini files from within a harbour application? Would be glad of any help. Thanks, Gilbert. From: Massimo Belgrano mbelgr...@deltain.it To: Users of the Harbour compiler