[Harbour] RE: Harbour Digest, Vol 20, Issue 78

2008-06-12 Thread Horodyski Marek (PZUZ)
>Date: Thu, 12 Jun 2008 09:09:27 -0400 >From: Randy Portnoff <[EMAIL PROTECTED]> >Subject: Re: [Harbour] Window updates vs. long Harbour processes ... >BTW, there is a way to start a second thread in a >single-threaded app also - I am not sure how this is done but >Mediator does do it in my ST a

Re: [Harbour] RE: Harbour Digest, Vol 20, Issue 77

2008-06-12 Thread Phil Barnett
On Thursday 12 June 2008 09:51:10 am Massimo Belgrano wrote: > Is the name of this post > And I don't understand because i > I don't know a digest regarding harbour so I am curios When you subscribe to this list, you have a choice of getting each message as it is mailed, or having them all batche

RE: [Harbour] Wvt_ChooseFont return incorrect parameter

2008-06-12 Thread Massimo Belgrano
In Attached you see where i see size of font in Italian selection dialog If I choice arial regular size 10 like here http://www.bigbcreations.com/Images/screenshots/ChooseFont.jpg where are size:10 in return parameter? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

[Harbour] 2008-06-13 22:24 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Pritpal Bedi
2008-06-13 22:24 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c * harbour/source/rtl/gtwvt/gtwvt.h * Minor cleanups. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/2008-06-13-22%3A24-UTC%2B0800-Pritpal-Bedi-%28pritpal%40vouch

[Harbour] 2008-06-13 21:56 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Pritpal Bedi
2008-06-13 21:56 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c ! Fixed selection of left most column and top row. Thanks to Andy Wos. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/2008-06-13-21%3A56-UTC%2B0800-Pritpal

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Pritpal Bedi
No Problem Viktor >This has been the goal since 1999, ans it hasn't >changed since. I can implement all these in GTWVG, was just suggesting without foresight. No advancements in this direction. I will concentrate on GTWVG. Regards Pritpal Bedi -- View this message in context: http://www.nab

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Szakáts Viktor
Hi Pritpal, We're very far from having any GUI in core right now, so I'd suggest to plan and discuss before making any moves. GUI, if ever implemented in Harbour core, should be _multiplatform_. This is not a very trivial goal and in fact no one got it right so far. So, I'd suggest to concentrat

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Szakáts Viktor
Hi Pritpal, Having said that I propose these constants: HB_GTI_MESSAGE HB_GTM_HWND HB_GTM_SHOWWND HB_GTM_CREATEWND HB_GTM_CLOSEWND HB _GTM_SELECTWND HB_GTM_CENTERWND HB_GTM_PROCESSMSG HB_GTM_INVALIDATE HB_GTM_SETTIMER HB_GTM_KILLTIMER HB_GTM_KEYBOARD HB_GTM_MAXIMIZE

RE: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Massimo Belgrano
I subscribe all assertion -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Thursday, June 12, 2008 8:49 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] GT- Multi-platform Messaging Interface > For example Teo has a

RE: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Massimo Belgrano
Interesting! -Original Message- >If we intend to go towards GUI, may be separate off GT core >or along with it, I can submit its basic code. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listin

RE: [Harbour] Testing wvtext.prg

2008-06-12 Thread Massimo Belgrano
I don't use minigw so I can post my setting set HB_ARCHITECTURE=w32 set HB_COMPILER=bcc32 set HB_USER_LIBS=gtwvt.lib SET CFLAGS= -tW -a8 -OS -O2 -5 -6 Have you added a bad library? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Varona Silupú

Re: [Harbour] Testing wvtext.prg

2008-06-12 Thread Guillermo Varona Silupú
Guillermo Varona Silupú escribió: How can build wvtext.exe. What LIB missing? I get it's messages of error: Proyecto: tst_CT, Entorno: MinGW_H_DOS_GVS: [1]:gcc.Exe -otst_CT.Exe -Wall -mno-cygwin -mconsole tst_CT.gcl C:\HarbourMinGW\Lib/libgtwvt.a(gtwvt.o):gtwvt.c:(.text+0x56f): undefined refer

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Pritpal Bedi
Hello Viktor <<< As a first step I would personally add (~move from CT) window support to core. I'm for example relying on a custom written windowing system, so I cannot use the CT one as is. Admittedly this is a rare thing, but having windowing capabilities in core GT would be good for everyone

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Pritpal Bedi
Hello Now we have one more slot in Hb_GtInfo() so back to this point again <<< > HB_GTI_GETWINDOWHANDLE > HB_GTI_NEWWINDOW Can we use the existing names HB_GTI_???WIN? >>> We can if group agrees. But because these constants are returning values specially HB_GTI_GETWIN, I think these are not

Re: [Harbour] 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-12 Thread Javier
er converters. So the only thing left are the dates. Well, 't' converter to present ANSI SQL Dates "'2008-06-12'" and "'String''s'" by defatult "%t" or with .- "%{MMDD hh:mm:ss.ccc}t" // => "'200806

Re: [Harbour] Window updates vs. long Harbour processes

2008-06-12 Thread Francesco Saverio Giudice
Hi Randy, Randy Portnoff ha scritto: > The problem is when the delay is outside the control of the PRG code (eg. a SQL query) where control is transferred to some other non-PRG process and the PRG process must wait until it completes - In this case, anything in the PRG code cannot help as is n

[Harbour] Testing wvtext.prg

2008-06-12 Thread Guillermo Varona Silupú
How can build wvtext.exe. What LIB missing? I get it's messages of error: Proyecto: tst_CT, Entorno: MinGW_H_DOS_GVS: [1]:gcc.Exe -otst_CT.Exe -Wall -mno-cygwin -mconsole tst_CT.gcl C:\HarbourMinGW\Lib/libgtwvt.a(gtwvt.o):gtwvt.c:(.text+0x56f): undefined reference to [EMAIL PROTECTED]' C:\Harbo

Re: [Harbour] Window updates vs. long Harbour processes

2008-06-12 Thread Randy Portnoff
Hi Francesco, The problem is when the delay is outside the control of the PRG code (eg. a SQL query) where control is transferred to some other non-PRG process and the PRG process must wait until it completes - In this case, anything in the PRG code cannot help as is not running. As I mentio

Re: [Harbour] Window updates vs. long Harbour processes

2008-06-12 Thread Francesco Saverio Giudice
Hi Pripal and others, sorry to jump in and if I miss something, but, reading fastly I have understood that you have problem with long loops or intensive jobs. In Windows I have solved it using code I have written and attached here. Use it inside heavy loop as shown in example on top of file. P

[Harbour] 2008-06-13 10:56 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Pritpal Bedi
2008-06-13 10:56 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c * harbour/source/rtl/gtfunc.c * harbour/include/hbapigt.h + Added Palette implementation by color index. Hb_GtInfo( HB_GTI_PALETTE, nIndex[, nNewRGB ] ) -> nOldRGB * harbour/te

Re: [Harbour] 2008-06-13 09:12 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Pritpal Bedi
Vikstor <<< Hi Pritpal, please use the same 'HB_GTI_PALETTE' name as above. If the second parameter is an array, you handle it that way, if it's a numeric, you handle it the new way. They don't collide. >>> Already along these lines. Regards Pritpal Bedi -- View this message in context: http

Re: [Harbour] Migrating from xHarbour to Harbour

2008-06-12 Thread Rodrigo Miguel
All, Just a feedback. Everything is working pretty good. I'm able to get my apps working fine with harbour. Thanks a lot. Rodrigo On Tue, Jun 10, 2008 at 11:14 AM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > Hi folks, > > I've added the two crypt functions to xhb. > > I'll also add HB_FReadLine

Re: [Harbour] 2008-06-13 09:12 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Szakáts Viktor
2008-06-13 09:12 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c * harbour/include/hbgtinfo.ch + Added functionality to change Palette. Hb_GtInfo( HB_GTI_PALETTE, aNewPalette ) -> aOldPalette must be of 16 elements containg RGB colors. * harbour

[Harbour] Little testing in harbour test

2008-06-12 Thread Massimo Belgrano
In Harbour\test The STANDAR batch (bld_b32) is not able compiling wvtext Is possible add a pragma for made easy compilatiom from user? Is not Possible compile test\alias.prg Error: Unresolved external '_HB_FUN_TEST' Massimo Belgrano ___ Harbour maili

[Harbour] 2008-06-13 09:12 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Pritpal Bedi
2008-06-13 09:12 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c * harbour/include/hbgtinfo.ch + Added functionality to change Palette. Hb_GtInfo( HB_GTI_PALETTE, aNewPalette ) -> aOldPalette must be of 16 elements containg RGB colors. *

[Harbour] 2008-06-12 17:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-12 Thread Szakáts Viktor
2008-06-12 17:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmisc/strfmt.c + contrib/hbmisc/tests/tsstrfmt.prg + StrFormat() extended to automatically convert parameters to strings, above that the result will AllTrim()-med too before being inserted into the

[Harbour] Re: FileCopy() Argument error

2008-06-12 Thread Mario H. Sabado
-- Message: 3 Date: Thu, 12 Jun 2008 10:42:44 +0800 From: "Mario H. Sabado" <[EMAIL PROTECTED]> Subject: [Harbour] FileCopy() Argument error To: harbour@harbour-project.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi, I have t

RE: [Harbour] RE: Harbour Digest, Vol 20, Issue 77

2008-06-12 Thread Massimo Belgrano
Is the name of this post And I don't understand because i I don't know a digest regarding harbour so I am curios -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Horodyski Marek (PZUZ) Sent: Thursday, June 12, 2008 3:19 PM To: harbour@harbour-project.org S

[Harbour] RE: Harbour Digest, Vol 20, Issue 77

2008-06-12 Thread Horodyski Marek (PZUZ)
>Date: Thu, 12 Jun 2008 14:27:32 +0200 >From: "Massimo Belgrano" <[EMAIL PROTECTED]> >Subject: RE: [Harbour] RE: Harbour Digest, Vol 20, Issue 73 >To: "Harbour Project Main Developer List." > >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset="us-ascii" > >Sorry but whe

RE: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Massimo Belgrano
NO sorry it my english that is very bad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo Fiorini Sent: Thursday, June 12, 2008 3:11 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] GT- Multi-platform Messaging Interface On Thu, Ju

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Lorenzo Fiorini
On Thu, Jun 12, 2008 at 2:45 PM, Massimo Belgrano <[EMAIL PROTECTED]> wrote: > What is MINE? Isn't it english? If it isn't I apologize. I meant "My custom window system". best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project.org http:

Re: [Harbour] Window updates vs. long Harbour processes

2008-06-12 Thread Randy Portnoff
Hi Przemek, For systems which supports MT we can intorduce inspector thread... BTW, there is a way to start a second thread in a single-threaded app also - I am not sure how this is done but Mediator does do it in my ST app. Randy. ___ Harbour m

RE: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Massimo Belgrano
What is MINE? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo Fiorini Sent: Thursday, June 12, 2008 2:40 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] GT- Multi-platform Messaging Interface On Thu, Jun 12, 2008 at 12:23 PM, S

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Lorenzo Fiorini
On Thu, Jun 12, 2008 at 12:23 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > Mine has three features which makes it different from > the CT one (maybe we can gather these and form a common direction): > ... > - Not-CT dependent. (irrelevant with Harbour) Mine is not so "sophisticated" :) just a

RE: [Harbour] 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01syenar hu)

2008-06-12 Thread Massimo Belgrano
ll because .dbf > fields are space PADR'ed); > 2) some 'plain portable format' flag for printing date; > time in '20080612' instead of _SET_DATE '12/06/08'. If we find a way > to specify a full date formating, I see it also usefull, example: > %

RE: [Harbour] RE: Harbour Digest, Vol 20, Issue 73

2008-06-12 Thread Massimo Belgrano
Sorry but where is published Harbour Diges Vol ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Horodyski Marek (PZUZ) Sent: Thursday, June 12, 2008 12:23 PM To: harbour@harbour-project.org Subject: [Harbour] RE: Harbour Digest, Vol 20, Issue 73 >Date:

Re: [Harbour] 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-12 Thread Javier
;, "It's number", 5.5) // => "[It's number] [ 5.5]" 2) some 'plain portable format' flag for printing date; time in '20080612' instead of _SET_DATE '12/06/08'. If we find a way to specify a full date formating, I

RE: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Massimo Belgrano
IMO the best is integrate a GUI inside GT for permit to same GUI of EXTEND windows created by GT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Thursday, June 12, 2008 8:49 AM To: Harbour Project Main Developer List. Subject: Re: [Ha

Re: [Harbour] Some more HB_GTI_ slots

2008-06-12 Thread Szakáts Viktor
Hi Pritpal, There is nothing which would limit hb_gtInfo() to only two parameters. Any example? There is no example, but just like we have 'gtInfo.pNewVal' we could instead have 'gtInfo.pParam1' and 'gtInfo.pParam2'. Then the low level hb_gtInfo() call could process these accordingly. At

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Szakáts Viktor
On Thu, Jun 12, 2008 at 8:48 AM, Szakáts Viktor [EMAIL PROTECTED]> wrote: As a first step I would personally add (~move from CT) window support to core. I'm for example relying on a custom written windowing system I also have a custom windows system :) Mine has three features which makes it

Re: [Harbour] offline note

2008-06-12 Thread Szakáts Viktor
Support (especially phone support!) is more effectively killing brain cells than any alcohol :) On 2008.06.12., at 11:22, Pritpal Bedi wrote: And don't forget to FORGET mobile ;-) Well said Adam! mobile - the worst enemy of developers especially if support is also expected from them. Regar

[Harbour] RE: Harbour Digest, Vol 20, Issue 73

2008-06-12 Thread Horodyski Marek (PZUZ)
>Date: Wed, 11 Jun 2008 22:32:55 +0200 >From: ABIX - Adam Jurkiewicz <[EMAIL PROTECTED]> >Subject: [Harbour] Web site in Polish ... >Dears, >I'm writing presentation about Harbour and Ive found on main >page link to >polish version: http://www.harbour.pl.eu.org/ >This site is still Under Construc

Re: [Harbour] 2008-06-12 00:40 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Szakáts Viktor
Hi Pritpal, I gave up on both of these issue, and committed just a minor optim for Andy's code. So what we have left is: 1/a) Trashing (unupdated regions) when window is too small. 1/b) Trashing when frame is larger than content (flat and tall windows). 2) Impossible to select leftmost col, t

Re: [Harbour] Some more HB_GTI_ slots

2008-06-12 Thread Pritpal Bedi
Hi >There is nothing which would limit hb_gtInfo() to only two >parameters. Any example? >Okay. I'm again deep into gtwvt.c, so I'd appreciate >if you could wait a little :) Sure. I see that pGT is initialized with colors provided at the startup and then never refers to local GT color table.

[Harbour] 2008-06-12 11:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-12 Thread Szakáts Viktor
2008-06-12 11:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c % Minor optimization in new screen marking code. * contrib/hbmisc/strfmt.c * Cleanup, optimization, some internal limits removed. * contrib/hbmisc/spd.c * Former _SPD() function rena

Re: [Harbour] GT- Multi-platform Messaging Interface

2008-06-12 Thread Lorenzo Fiorini
On Thu, Jun 12, 2008 at 8:48 AM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > As a first step I would personally add (~move from CT) > window support to core. I'm for example relying on > a custom written windowing system I also have a custom windows system :) > But, for me it's still very diffic

Re: [Harbour] offline note

2008-06-12 Thread Pritpal Bedi
>And don't forget to FORGET mobile ;-) Well said Adam! mobile - the worst enemy of developers especially if support is also expected from them. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/offline-note-tp17794706p17795677.html Sent from the Harbour - Dev maili

Re: [Harbour] 2008-06-12 00:40 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Szakáts Viktor
You've readded the previous fix... :-( But if it is not done like this, last row and columns get messy. I have another suggestion by Andy. I will fix it soon. For a finished solution check the Windows console mark feature. You can observe that there, the selection is calculated relative to th

Re: [Harbour] Some more HB_GTI_ slots

2008-06-12 Thread Szakáts Viktor
hb_gtInfo( HB_GTI_PALETTE, [, ] ) -> Is Gt_Info() accepts 3 parameters? I think it does not, may be I am missing something. There is nothing which would limit hb_gtInfo() to only two parameters. hb_gtInfo( HB_GTI_PALETTE[, ] ) -> This is the format I did in GTWVG. Practically both

Re: [Harbour] 2008-06-12 00:40 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Pritpal Bedi
Hello >You've readded the previous fix... :-( But if it is not done like this, last row and columns get messy. I have another suggestion by Andy. I will fix it soon. >Any ideas for the trashing windows when resizing? (see pics) Yes. The problem is in some situations when fontheight or width is

Re: [Harbour] offline note

2008-06-12 Thread ABIX - Adam Jurkiewicz
Dnia czwartek, 12 czerwca 2008, Przemyslaw Czerpak napisał: > Hi All, > > I'll be offline for about two weeks. And don't forget to FORGET mobile ;-) Adam -- ABIX - Linuksowe Systemy Wspomagania Biznesu | http://www.abix.info.pl Skype : abix_adamj | Gadu-Gadu : 302315 | JabberID: [EMAIL PROTECTED

Re: [Harbour] Some more HB_GTI_ slots

2008-06-12 Thread Pritpal Bedi
Hello >hb_gtInfo( HB_GTI_PALETTE, [, ] ) -> Is Gt_Info() accepts 3 parameters? I think it does not, may be I am missing something. >hb_gtInfo( HB_GTI_PALETTE[, ] ) -> This is the format I did in GTWVG. Practically both formats are useful and should be supported. I commit 2nd vesrion in

Re: [Harbour] offline note

2008-06-12 Thread Szakáts Viktor
Hi Przemek, Have a nice time! Brgds, Viktor On 2008.06.12., at 10:12, Przemyslaw Czerpak wrote: Hi All, I'll be offline for about two weeks. best regards, Przemek ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.or

Re: [Harbour] offline note

2008-06-12 Thread Mindaugas Kavaliauskas
Przemyslaw Czerpak wrote: Hi All, I'll be offline for about two weeks. best regards, Przemek Hi, bad news for Harbour community, but I hope you'll have a good holiday! :) Best regards, Mindaugas ___ Harbour mailing list Harbour@harbour-project.

Re: [Harbour] 2008-06-12 00:40 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Szakáts Viktor
Hi Pritpal, 2008-06-12 00:40 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c ! Completely removed flickering under Mark and Copy operation without lengthy calculations. Forwarded by Andy Wos - thanks. Nice! Thanks to Andy. ; Viktor, now first ro

[Harbour] offline note

2008-06-12 Thread Przemyslaw Czerpak
Hi All, I'll be offline for about two weeks. best regards, Przemek ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-12 Thread Szakáts Viktor
all types: string, numeric, date (respecting _SET_DATE format), etc. New flags worth to be implemented can be: 1) string and numbers trimming (it would be usefull because .dbf fields are space PADR'ed); 2) some 'plain portable format' flag for printing date; time in '20080612

[Harbour] 2008-06-12 00:40 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-12 Thread Pritpal Bedi
2008-06-12 00:40 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c ! Completely removed flickering under Mark and Copy operation without lengthy calculations. Forwarded by Andy Wos - thanks. ; Viktor, now first row and column are being selected.

Re: [Harbour] 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-12 Thread Mindaugas Kavaliauskas
tring and numbers trimming (it would be usefull because .dbf fields are space PADR'ed); 2) some 'plain portable format' flag for printing date; time in '20080612' instead of _SET_DATE '12/06/08'. If we find a way to specify a full date formating, I see it also u