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

2010-05-03 Thread Massimo Belgrano
VIsual Studio Delphi Eric pynton ide (made in qt http://eric-ide.python-projects.org/) Eclipse and a good idea was defined by a waporware for visual fox pro: vfpstudio http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,b71ea97e-8fb8-4401-ace4-b5a536fe0a37.aspx

[Harbour] add mysql_real_escape_string()--->mysql.c ?

2010-05-03 Thread wang shuming
Hi, this is a important mysql C client function mysql_real_escape_string(),convert - \x00 - \n - \r - \ - ' - " - \x1a Someone could add this function into mysql.c so harbour app could call the function? Thanks ! Shuming Wang

Re: [Harbour] Re: HMG 3 and Windows 98SE (and also HBIde)

2010-05-03 Thread Bruce M. Axtens
Viktor Szakáts wrote: Ops, I even missed this reporting thinking it being in context of HMG IDE. PSAPI.DLL is not needed by HBIDE since a few weeks, when I removed this no more used debug code. Okay, I'll download a more recent version and see. Bruce. ___

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

2010-05-03 Thread vouchcac
Revision: 14425 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14425&view=rev Author: vouchcac Date: 2010-05-04 01:46:12 + (Tue, 04 May 2010) Log Message: --- 2010-05-03 18:44 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbptabpage.pr

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

2010-05-03 Thread Antonio Maniero
> > > > I think MultiEdit has free 30-days evaluation. I really like functionality > of this editor. Default functional keys mappings can seem unusual, but later > you find it comfortable. > > Pritpal, I think you need download and install some editors and IDEs to > have ideas and to learn how some

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

2010-05-03 Thread Antonio Maniero
> > > I am following xMate and it has nothing like this. I think it should not be > difficult once I know exact implementation details. > > Please, try to do a better product than xMate. Don't stay limited to xMate limitations. > > > > 2) I'm trying to use Setup->Keyboard mappings, but unable to

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

2010-05-03 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > Persistent blocks remains marked after you move a cursor to another > place. You can mark block. Move cursor to another place and copy (or > move) block here without intermediate storage to clipboard. You can have > marked blocks in various open files and do

Re: [Harbour] Re: BUG: HBIDE ctrl+ins / shift+ins don't work

2010-05-03 Thread Antonio Maniero
> > > > +1: There is still a lot of functionality which are > > only available on the toolbar, but not from the menu. > > > > And keyboard too. > ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-pro

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

2010-05-03 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.04 00:07, Pritpal Bedi wrote: Thanks, for column blocks! Do you have plans for doing blocks persistent and implementing line blocks? :) Can you please explain a little about your idea of persistency and line blocks. Persistent blocks remains marked after you move a cursor to a

Re: [Harbour] Re: Harbour "random" GPFs

2010-05-03 Thread Viktor Szakáts
>> The problem happens when >> contrib\hbqt\qtgui\HBQPlainTextEdit.cpp >> refers to: >> #include "../hbqt_hbqplaintextedit.h" >> >> so, when you modify the latter, you should >> manually force a rebuild on 'qtgui' lib, >> otherwise you will get crashes. [ IOW this >> is the 2nd case from m

[Harbour] Re: Harbour "random" GPFs

2010-05-03 Thread Pritpal Bedi
Viktor Szakáts wrote: > > The problem happens when >contrib\hbqt\qtgui\HBQPlainTextEdit.cpp > refers to: >#include "../hbqt_hbqplaintextedit.h" > > so, when you modify the latter, you should > manually force a rebuild on 'qtgui' lib, > otherwise you will get crashes. [ IOW this > is

[Harbour] Re: BUG: HBIDE ctrl+ins / shift+ins don't work

2010-05-03 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Ctrl+Ins (copy) and Shift+Ins (paste) keys don't work. > > +1: There is still a lot of functionality which are > only available on the toolbar, but not from the menu. > Will be implemented shortly. Thanks for pointing. - enjoy hbIDEing... Pritpal

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

2010-05-03 Thread vszakats
Revision: 14424 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14424&view=rev Author: vszakats Date: 2010-05-03 21:52:40 + (Mon, 03 May 2010) Log Message: --- 2010-05-03 23:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/ideeditor.p

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

2010-05-03 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > Yes, I've just copied hbide.exe into qt bin directory, because this > directory is not in the path and qt*.dlls are not found otherwise. Long > time ago this worked for me. I see no problem, that hbide requires some > more external resources, but infomative m

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

2010-05-03 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > 1) ESC closes current window. Can I attach Ctrl+F4 for this action > instead of ESC? > This can be achived right now: Name: Close Key: F4 CtrlChecked Script: ::close() [ Or double click on Close() 'Public methods' list. ] Click on To test: Click i

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-05-03 Thread Pritpal Bedi
Antonio Maniero wrote: > > More suggestions: > Thanks. I am working on some facts and commit is scheduled for today. I will reply you in detail after the commit. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-d

Re: [Harbour] Re: Harbour "random" GPFs

2010-05-03 Thread Viktor Szakáts
Hi Pritpal, The problem happens when contrib\hbqt\qtgui\HBQPlainTextEdit.cpp refers to: #include "../hbqt_hbqplaintextedit.h" so, when you modify the latter, you should manually force a rebuild on 'qtgui' lib, otherwise you will get crashes. [ IOW this is the 2nd case from my original m

Re: [Harbour] Harbour "random" GPFs

2010-05-03 Thread Viktor Szakáts
Could you post your complete hb_out.log? What extra libs do you use (-l hbmk2 options)? Viktor On 2010 May 3, at 22:15, Heinz V Bergen wrote: > > OK, using latest Harbour (r14422) and did a "mingw32-make clean install", > then recompiled my app with "hbmk2" as console app, no GTs and tested, s

[Harbour] BUG: HBIDE ctrl+ins / shift+ins don't work

2010-05-03 Thread Viktor Szakáts
Hi Pritpal, Ctrl+Ins (copy) and Shift+Ins (paste) keys don't work. +1: There is still a lot of functionality which are only available on the toolbar, but not from the menu. Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour

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

2010-05-03 Thread Mindaugas Kavaliauskas
Hi, This error can only be there if hbide/resources/funclist.uic is missing. I know your uncanny attention to details and hence assume that you have compiled hbIDE at its standard location. OR you are executing hbIDE from location without "resources" subfolder and contents to from hbIDE.exe.

Re: [Harbour] Harbour "random" GPFs

2010-05-03 Thread Heinz V Bergen
OK, using latest Harbour (r14422) and did a "mingw32-make clean install", then recompiled my app with "hbmk2" as console app, no GTs and tested, still got error. When Windows dialog to send error report, I clicked on debug window opening VS2005 debugger, showed error in disassembled code as "Unhan

[Harbour] PrinterFileText new function

2010-05-03 Thread Ranier
Hi, This is a simple draft, but maybe is useful for anyone... Original Win_PrinterFileRaw, bypass the driver to printer, with PDFCreator does not work. But, changing from "RAW" to "TEXT" with PDFCreator works, maybe with others drivers printers works too. Additionally, SetPrinterCFG allows ch

Re: [Harbour] Harbour and ADO.NET

2010-05-03 Thread Antonio Maniero
Hi Short answer is no. .Net platform is binary incompatible with native applications like Harbour runs. Of course is possible to create a wrapper to communicate to ADO.NETbut is a crazy thing to do. There is no advantages to do that. []'s Maniero 2010/5/3 Adolfo Lagos Jimenez > Hi everyone

[Harbour] Harbour and ADO.NET

2010-05-03 Thread Adolfo Lagos Jimenez
Hi everyone I'm using ADO and MYSQL for almost a year with no problems at all. Nevertheless, I'm curious about the possibility to use ADO.NET to do the same, and more of course. Has someone done anything to use ADO.NET and HARBOUR ? Is it possible to use? Thanks __

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

2010-05-03 Thread vszakats
Revision: 14423 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14423&view=rev Author: vszakats Date: 2010-05-03 16:13:28 + (Mon, 03 May 2010) Log Message: --- 2010-05-03 18:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/idemisc.prg

Re: [Harbour] Re: HMG 3 and Windows 98SE (and also HBIde)

2010-05-03 Thread Viktor Szakáts
> axtens wrote: >> >> BTW, HBIde doesn't work in Win98. It bombs with a reference to PSAPI.DLL >> which is an NT DLL. >> > > Probably Qt does not support Win98 at all if I am not wrong. Ops, I even missed this reporting thinking it being in context of HMG IDE. PSAPI.DLL is not needed by HBID

[Harbour] Re: HMG 3 and Windows 98SE (and also HBIde)

2010-05-03 Thread Pritpal Bedi
axtens wrote: > > BTW, HBIde doesn't work in Win98. It bombs with a reference to PSAPI.DLL > which is an NT DLL. > Probably Qt does not support Win98 at all if I am not wrong. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: htt

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

2010-05-03 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > thanks for this feature. It made me try to compile hbide after long > time, but: > Thanks Mindaugas. Your participation will be extremely valuable. > --- > Run-time Error! > --- > Error BASE/1132 Bound error

Re: [Harbour] Harbour "random" GPFs

2010-05-03 Thread Viktor Szakáts
Hi, First retest your app using latest Harbour (r14412 or newer) and see if it fixes these problems. Viktor On 2010 May 2, at 21:39, Heinz V Bergen wrote: > > > > Viktor Szakáts wrote: >> >> Hi All, >> >> Lately I mentioned having "random" GPFs with my live apps >> since changing to Harb

Re: [Harbour] HMG 3 and Windows 98SE

2010-05-03 Thread Ciro Vargas C
looking for hmg forum http://hmgforum.com/ best regards Ciro 2010/5/3 Bruce M. Axtens : > Victor > > Ok, just figured out how to get poster privs at HMG. > > Bruce. > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-proje

Re: [Harbour] HMG 3 and Windows 98SE (and also HBIde)

2010-05-03 Thread Bruce M. Axtens
Viktor Szakáts wrote: This is development list for Harbour core and contrib parts, as such it is not the adequate place to report issues with 3rd party components. Fair enough. I shall try harder to get in contact with the 3rd parties. Thanks, Bruce. ___

Re: [Harbour] HMG 3 and Windows 98SE

2010-05-03 Thread Viktor Szakáts
Okay, thank you. Viktor On 2010 May 3, at 16:06, Bruce M. Axtens wrote: > Victor > > Ok, just figured out how to get poster privs at HMG. > > Bruce. > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://

Re: [Harbour] HMG 3 and Windows 98SE (and also HBIde)

2010-05-03 Thread Viktor Szakáts
Hi, > Viktor Szakáts wrote: >> You should ask this question on HMG forums. >> >> > I've tried. However, there are no "new topic" buttons visible once I log in. > And if I hit a new topic button unloggedin, then I'm asked to log in, > whereupon the button has disappeared. It's all very confus

Re: [Harbour] HMG 3 and Windows 98SE

2010-05-03 Thread Bruce M. Axtens
Victor Ok, just figured out how to get poster privs at HMG. Bruce. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] HMG 3 and Windows 98SE (and also HBIde)

2010-05-03 Thread Bruce M. Axtens
Viktor Szakáts wrote: You should ask this question on HMG forums. I've tried. However, there are no "new topic" buttons visible once I log in. And if I hit a new topic button unloggedin, then I'm asked to log in, whereupon the button has disappeared. It's all very confusing. BTW, HBIde d

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

2010-05-03 Thread Mindaugas Kavaliauskas
Hi, thanks for this feature. It made me try to compile hbide after long time, but: --- Run-time Error! --- Error BASE/1132 Bound error: array access Called from HBQTUI:Q_TABLEFUNCLIST(0) Called from IDEFUNCTIONS:BUILDHEADER(210) Called from IDEF

Re: Res: Res: Res: [Harbour] tmysql and procedure (d on´t support)

2010-05-03 Thread Viktor Szakáts
> that i had alreary saw, in scripts i am do steatement by steatment, don´t is > beaultiful but runs ok, it´s was better if mysql_query take support for > CLIENT_MULTI_STATEMENTS, don´t only in mysql_real_conect, but in mysql_query > too, because have to loop in all steatments. > but in procedur

Res: Res: Res: [Harbour] tmysql and procedure (don´t support)

2010-05-03 Thread Fernando Athayde
that i had alreary saw, in scripts i am do steatement by steatment, don´t is beaultiful but runs ok, it´s was better if mysql_query take support for CLIENT_MULTI_STATEMENTS, don´t only in mysql_real_conect, but in mysql_query too, because have to loop in all steatments. but in procedures cases,

Re: Res: Res: [Harbour] tmysql and procedure (don ´t support)

2010-05-03 Thread Viktor Szakáts
So read the answers on the other threads you've started. Viktor On 2010 May 3, at 13:34, Fernando Athayde wrote: > about this tread, didn´t came anything > http://lists.harbour-project.org/pipermail/harbour/2010-April/035583.html > > Best Regards, > Fernando Athayde > > De: Viktor Szakáts > P

Res: Res: [Harbour] tmysql and procedure (don´ t support)

2010-05-03 Thread Fernando Athayde
about this tread, didn´t came anything http://lists.harbour-project.org/pipermail/harbour/2010-April/035583.html Best Regards, Fernando Athayde De: Viktor Szakáts Para: Harbour Project Main Developer List. Enviadas: Segunda-feira, 3 de Maio de 2010 7:36:52 As

Re: Res: [Harbour] tmysql and procedure (don´t support)

2010-05-03 Thread Viktor Szakáts
Did you read my answers? Viktor On 2010 May 3, at 12:34, Fernando Athayde wrote: > someone already passed for this? > > Best regards, > Fernando Athayde > > De: Fernando Athayde > Para: harbour@harbour-project.org > Enviadas: Quinta-feira, 29 de Abril de 2010 9:24:43 > Assunto: [Harbour] tmys

Res: [Harbour] tmysql and procedure (don´t suppo rt)

2010-05-03 Thread Fernando Athayde
someone already passed for this? Best regards, Fernando Athayde De: Fernando Athayde Para: harbour@harbour-project.org Enviadas: Quinta-feira, 29 de Abril de 2010 9:24:43 Assunto: [Harbour] tmysql and procedure (don´t support) the class Tmysql, don´t suport

[Harbour] netiotst.prg

2010-05-03 Thread Alex Strickland
Hi When testing netio using netiotst.prg I inadvertently caused this error by editing the browse. Error DBFCDX/1022 Lock required══ Called from FIELDPUT(0) Called from (b)FIELDBLOCK(0) Called from DOGET(0) Called from BROWSE(0) Called from TESTDB(129) Called from MAIN(

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

2010-05-03 Thread vszakats
Revision: 14422 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14422&view=rev Author: vszakats Date: 2010-05-03 08:11:48 + (Mon, 03 May 2010) Log Message: --- 2010-05-03 10:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmysql/mysql.ch

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

2010-05-03 Thread vouchcac
Revision: 14421 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14421&view=rev Author: vouchcac Date: 2010-05-03 07:49:22 + (Mon, 03 May 2010) Log Message: --- 2010-05-03 00:38 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbptoolbar.pr