[Harbour] congratulations

2008-08-13 Thread Ciro Vargas Clemow



Hi to all harbour team.

congratulations with this fantastic release

best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] problem in a function

2008-09-01 Thread Ciro Vargas Clemow


hi all:

this program don't work ok if the file is hide


cFile:=FILESEEK("C:\autoexec.bat")
? cfile

DO  WHILE .NOT. EMPTY(cFile)
  ? cFile,FILEATTR()
cFile:=FILESEEK()
 ENDDO
quit

best regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem in a function

2008-09-01 Thread Ciro Vargas Clemow

bill robertson escribió:

Hi Ciro,

You need to add the attribute flag to fileseek( file, flag )

 0 Normal
 1 Read only
 2 Hidden
 4 System
 8 Volume
 16 Directory
 32 Archived




Thanks Bill, now work ok.

best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] MIXED GT DRIVERS

2008-09-02 Thread Ciro Vargas Clemow


Hi all:

if I use a mixed mode application that use GT_GUI and GT_WVG drivers at the same 
time.




how can I activate both at the same time in my init program?

I'm try in this way...

In windows GUI setting


PROCEDURE HB_GTSYS() // ; Override default Harbour HB_GTSYS
REQUEST HB_GT_GUI // ; Force linkage of GUI GT module
RETURN


in wvg module setting

PROCEDURE HB_GTSYS() // ; Override default Harbour HB_GTSYS
REQUEST HB_GT_WVG // ; Force linkage of GUI GT module
RETURN

in my main program I add

REQUEST HB_GT_WVG_DEFAULT

but I obtain in WVT_SETGUI(.T.)  ( application exception error )

any Idea?

regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] st printer to diferences between harbour and xharbour

2008-09-29 Thread Ciro Vargas Clemow


Hi all:

with the next code using an HP  USB pcl printer I obtain a valid print test

but in harbour I obtain a file named (printer name) plus ".prn"


why is the concept diference ?

wich is correct ?

regards
Ciro

clear
?? 'Print test'
?  '-'
? SET(_SET_DEVICE)
aPrinter:=GetPrinters()
IF EMPTY(aPrinter)
   ? '- No Printers installed'
ELSE
   set printer to (GetDefaultPrinter())
   ? SET(_SET_PRINTER)
   ? SET(_SET_PRINTFILE)
set console off
set printer on

 ? 'Default Printer'
 ?''
  ? GetDefaultPrinter()
  ?
  ? 'Printers Available'
  ?'---'
  FOR x:= 1 TO LEN(aPrinter)
? aPrinter[x]
  NEXT x
  aPrinter:= GetPrinters(.T.)
  ? 'Printers and Ports'
  ?'---'
  FOR x:= 1 TO LEN(aPrinter)
? aPrinter[x,1]+' on '+aPrinter[x,2]
  NEXT x
  EJECT
  set printer off
  set console on
  set printer to
 ENDIF
 ? SET(_SET_PRINTER)
 ? SET(_SET_DEVICE)
  WAIT


--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] st printer to diferences between harbour and xharbour

2008-09-30 Thread Ciro Vargas Clemow

Massimo Belgrano escribió:

I am not sure but I have done something of similar:
 G_PORTA=GetDefaultPrinter()
 G_PORTA =PrinterPortToName(G_PORTA)
 set printer to &G_PORTA


thanks Massimo,  I will test.

best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Respuesta automática

2008-10-23 Thread Ciro Vargas Clemow

[EMAIL PROTECTED] escribió:



This is an automatic response...

I think that an admin must be delete this account if the user will not use 
again.

regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] about letodb build

2008-10-25 Thread Ciro Vargas Clemow


Hi all:

I didn't  build rddleto from current cvs.


MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
	C:\c2w\BCC55\BIN\BCC32.EXE -c -O2 -tW -M 
-IC:\c2w\BCC55\INCLUDE;C:\c2w\harbour\INCLUDE;C:\minioop\INCLUDE;C:\letodb\source\client;C:\letodb\source\client;C:\letodb\source\common;C:\letodb\include 
-LC:\c2w\BCC55\LIB -oC:\letodb\source\client\OBJO1BH\leto1.obj 
C:\letodb\source\client\OBJO1BH\leto1.c

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
C:\letodb\source\client\OBJO1BH\leto1.c:
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 342: Undefined symbol 
'hb_cdp_page' in function leto_ConnectionNew
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 342: Undefined symbol 
'hb_set' in function leto_ConnectionNew
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 915: Undefined symbol 
'hb_set' in function letoGoBottom
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 940: Undefined symbol 
'hb_set' in function letoGoTo
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 981: Undefined symbol 
'hb_set' in function letoGoTop
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 1021: Undefined symbol 
'hb_cdp_page' in function letoKeyToStr
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 1047: Undefined symbol 
'hb_set' in function letoSeek
Warning W8057 C:\letodb\source\client\OBJO1BH\leto1.c 1082: Parameter 
'bSoftSeek' is never used in function letoSeek
Warning W8057 C:\letodb\source\client\OBJO1BH\leto1.c 1082: Parameter 
'bFindLast' is never used in function letoSeek
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 1151: Undefined symbol 
'hb_set' in function letoSkipRaw
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 1313: Undefined symbol 
'hb_cdp_page' in function letoGetMemoValue
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 1343: Undefined symbol 
'hb_cdp_page' in function letoGetValue
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 1537: Undefined symbol 
'hb_cdp_page' in function letoPutMemoValue
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 1587: Undefined symbol 
'hb_cdp_page' in function letoPutValue
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 2107: Undefined symbol 
'hb_set' in function letoOpenConnection
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 2122: Undefined symbol 
'hb_set' in function letoOpenConnection
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 2267: Undefined symbol 
'hb_cdp_page' in function letoCreate
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 2363: Undefined symbol 
'HARBOUR_MAX_RDD_ALIAS_LENGTH' in function letoOpen
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 2428: Undefined symbol 
'hb_cdp_page' in function letoOpen
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 2520: Undefined symbol 
'hb_set' in function letoOpen
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 2562: Undefined symbol 
'HARBOUR_MAX_RDD_DRIVERNAME_LENGTH' in function letoSysName
Error E2451 C:\letodb\source\client\OBJO1BH\leto1.c 3834: Undefined symbol 
'hb_set' in function HB_FUN_LETO_SUM

*** 20 errors in Compile ***

regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] problems generating demowvg

2008-10-29 Thread Ciro Vargas Clemow

Hi all:

i'm try to test demowvg from last svn

and obtain this

C:\harbour\harbour\contrib\gtwvg\tests>bld_b32 demowvg
demowvg.c:
Error: Unresolved external '_hb_ToOutDebug' referenced from C:\HARBOUR\HARB
IB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_HB_FUN_HB_TOOUTDEBUG' referenced from C:\HARBO
RBOUR\CONTRIB\GTWVG\TESTS\DEMOWVG.OBJ

C:\harbour\harbour\contrib\gtwvg\tests>


regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problems generating demowvg

2008-10-29 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Ciro


Thanks Pritpall

best regards
Ciro




Ciro Vargas Clemow wrote:

C:\harbour\harbour\contrib\gtwvg\tests>bld_b32 demowvg
demowvg.c:
Error: Unresolved external '_hb_ToOutDebug' referenced from
C:\HARBOUR\HARB
IB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_HB_FUN_HB_TOOUTDEBUG' referenced from
C:\HARBO
RBOUR\CONTRIB\GTWVG\TESTS\DEMOWVG.OBJ



Download afresh and build as

bld_b32 -mt -gui demowvg -d__MW__

Regards
Pritpal Bedi




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Which "standard" GUI for Harbour

2008-10-31 Thread Ciro Vargas Clemow

S


I am interested in your findings.
GTWVG is in use with my production applns well over few years
and I have not heard anything "crashing with clicks" so far.
Can you please enlighten me how it can be reproduced?
I would like it to be perfect in all senses.


--



I'm very happy with GTWVG, the only problem that I found is a cosmetic problem,
In some situations when the aplication lost focus, the windows goes all black,
I only return to the normal color when it is refreshed by any event of manually 
by me.


regards
Ciro




http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] abour EJECT in CLASS TREPORT

2008-11-10 Thread Ciro Vargas Clemow



HI all:

I found a little thing that I don't undesrtand.

in TREPORT.prg

I found this

   IF lPrinter   // To the printer
  ::lFormFeeds := .T.
   ELSE
  ::lFormFeeds := .F.
   ENDIF


in other words if  I send the report to a file the EJECTS are not triggered.

and if I normally send first to a file and later copy this file to print port, 
then my report will not have EJECTS.


I not agree with this point.

it's not clipper compatible.

best regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] abour EJECT in CLASS TREPORT

2008-11-10 Thread Ciro Vargas Clemow



Hi Victor:

i'm not sure if the problem is the Treport.prg

but the next code... in clipper  generate FF chr(12) chars after each page
in harbour the FF chars not appear in list.txt

best regards
Ciro

local i
local aDbf := {}
AADD(aDbf, { "Name", "C", 10, 0 })
AADD(aDbf, { "Address", "C", 20, 0 })
AADD(aDbf, { "Phone", "N", 13, 0 })
//
DBCREATE("People", aDbf)
Use People
for i:= 1 to 200
  append blank
  replace  name with str(i)
  replace address with str(i+1)
  replace phone with i+2
next i
set printer to list.txt
report form cvc to print
set printer to
**//   (3 columns name 10, address 20  phone 13 )






--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] the FRM

2008-11-10 Thread Ciro Vargas Clemow


hi Victor:

the Frm goes to you

best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and
clip2win home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )





cvc.frm
Description: Binary data
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] big window in gtwvg

2008-11-11 Thread Ciro Vargas Clemow


Hi all:

how can I resize my gtwvg window to the max size by CODE (program), not by 
resize with mouse.


regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] 2008-11-11 12:08 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-11-11 Thread Ciro Vargas Clemow

Szakáts Viktor escribió:

2008-11-11 12:08 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
  * source/rtl/console.c
! Fixed __EJECT() writing an EJECT only if output device 
  was "PRINTER". This fixes problem reported by Ciro, and 
  also a very old TOFIX which was removed very long ago 
  by mistake. (see thread "Bug: __EJECT() (David)" on 2000-07-27)

  [TOMERGE 1.0]



Very Thanks Victor, this problem make me crazy for many weeks in a production 
environment aplication.


best regards
Ciro



  * source/rtl/treport.prg
! Fixed some linefeed differences.
  [TOMERGE 1.0]

  * source/vm/set.c
* Minor formatting.
--
Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] big window in gtwvg

2008-11-15 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Ciro

Was it your question?

that at some point window gets black...


No Pritpal , I no have questions, all it is ok.

Best regards
Ciro




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] big window in gtwvg

2008-11-15 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Hi

how can I resize my gtwvg window to the max size by CODE (program), not by 
resize with mouse.


Implemented.

hb_gtInfo( HB_GTI_SPEC, HB_GTS_WNDSTATE, HB_GTS_WS_MAXIMIZE )

Please refer to hbgtinfo.ch for more window states.

Regards
Pritpal Bedi



thanks Pritpal

Best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] about close in gtwvg

2008-12-02 Thread Ciro Vargas Clemow


Hi all:

if I don't want close the program clicking on close button(upper right).

What can I do?

regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow


Hi all:

I need a working sample (prg) (in linux ) in order to test gtxwc.

anybody can I help me?

TIA
Ciro




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow

Przemyslaw Czerpak escribió:



hbmk -n -w -es2 tst.prg -gtxwc && ./tst


very thanks!!!

I think that I missing any

I'm trying but obtain...


[EMAIL PROTECTED]:/usr/src/harbour/tests# hbmk -n -es2 hello.prg -gtxwc && 
./hello
Harbour 1.1.0dev (Rev. 9969)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'hello.prg'...
Lines 11, Functions/Procedures 1
Generating C source output to 'hello.c'... Done.
/usr/lib/gcc/i486-linux-gnu/4.2.4/../../../../lib/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
./hello.o: In function `hb_vm_SymbolInit_HELLO':
hello.c:(.text+0x2e): undefined reference to `hb_vmProcessSymbolsEx'
./hello.o: In function `HB_FUN_MAIN':
hello.c:(.text+0x50): undefined reference to `hb_vmExecute'
./hello.o:(.data+0x18): undefined reference to `HB_FUN_QOUT'
/tmp/cc6ui7ch.o: In function `_hb_lnk_ForceLink_build':
hb-build-root-9323.c:(.text+0x7): undefined reference to `HB_FUN_HB_GT_XWC'
/tmp/cc6ui7ch.o: In function `hb_lnk_SetDefault_build':
hb-build-root-9323.c:(.text+0x12): undefined reference to `hb_gt_szNameDefault'
collect2: ld devolvió el estado de salida 1
[EMAIL PROTECTED]:/usr/src/harbour/tests#

anybody help me ?

best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow

Ciro Vargas Clemow escribió:

Przemyslaw Czerpak escribió:



hbmk -n -w -es2 tst.prg -gtxwc && ./tst


very thanks!!!




resolved !!!

best regards
Ciro




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow

Bill Smith escribió:

On Sun, 2008-12-07 at 14:07 -0500, Ciro Vargas Clemow wrote:

Ciro Vargas Clemow escribió:
resolved !!!


What is the magic?


you must uncomment in harbour hbsetup.h  stdmain

/* #define HB_MAIN_STD */

#define HB_MAIN_STD


regards
Ciro
--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow

Bill Smith escribió:

On Sun, 2008-12-07 at 14:07 -0500, Ciro Vargas Clemow wrote:

Ciro Vargas Clemow escribió:
resolved !!!


What is the magic?




uncomment and make again harbour

regards

Ciro
--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] printing problem

2008-12-11 Thread Ciro Vargas Clemow

Hi all:

I try this .prg over an epson lx300 on lpt1

 test.prg
set print on
? "hello world",hb_version()
set print off
quit
 end

I no obtain any print result

but if I try

 test.prg
set printer to prn
set print on
? "hello world",hb_version()
set print off
quit
 end

I obtain a correct print

I use  Harbour 1.1.0dev (Rev. 9908)

this problem was Fixed?

best regards
Ciro









--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] problems in ADORDD

2008-01-16 Thread Ciro Vargas Clemow


Hi all:

I test the example access2.prg from the samples of adordd

the program runs and diplay the browse, but if I press ENTER over any field I 
obtain the next error:


Date: 12/30/07 Time: 10:27:49
Error BASE/1073 Argument error: <

Called from ADO_ORDINFO(499)
Called from ORDKEY(0)
Called from INDEXKEY(90)
Called from DOGET(328)
Called from BROWSE(258)
Called from MAIN(27)

I use the last SVN

regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] what about this problem ?

2008-01-30 Thread Ciro Vargas Clemow


Hi all:

I test the example access2.prg from the samples of adordd

the program runs and diplay the browse, but if I press ENTER over any field I 
obtain the next error:


Date: 12/30/07 Time: 10:27:49
Error BASE/1073 Argument error: <

Called from ADO_ORDINFO(499)
Called from ORDKEY(0)
Called from INDEXKEY(90)
Called from DOGET(328)
Called from BROWSE(258)
Called from MAIN(27)

I use the last SVN

regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] problem testing samples gtwvg

2008-01-31 Thread Ciro Vargas Clemow


Hi all:

I did build contrib gtwvg and try to make the sample dmowvg.prg


and I obtain.

	C:\borland\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\borland\BCC55\LIB 
@_2008013138542$Script.ld

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_vmPushNumInt' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_tone' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_setClipboard' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_getClipboard' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gtGetScrChar' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore
Error: Unresolved external '_hb_gtPutScrChar' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore
Error: Unresolved external '_hb_gtGetCurrColor' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore


what library I  missed?

best regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-01-31 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Hello

Wait to get Harbour stable on changing folder structure. I can review only
after that.

Pritpal


thanks Pritpal

I will wait

regards
Ciro




Ciro Vargas Clemow wrote:
	C:\borland\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\borland\BCC55\LIB 
@_2008013138542$Script.ld

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_vmPushNumInt' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_tone' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_setClipboard' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_getClipboard' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gtGetScrChar' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore
Error: Unresolved external '_hb_gtPutScrChar' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore
Error: Unresolved external '_hb_gtGetCurrColor' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore







--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Ciro Vargas Clemow

Szakáts Viktor escribió:

Hi Ciro,

You'll need to update your local make script
according to the recent lib name changes.


Hi Victor:

I already updated to new structure, I use actual SVN.

the error is the same.


==> Linking to make C:\harbour\harbour\contrib\gtwvg\tests\demowvg.EXE ...
C:\borland\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\borland\BCC55\LIB 
@_2008020152925$Script.ld
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_vmPushNumInt' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_tone' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_setClipboard' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gt_w32_getClipboard' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg
Error: Unresolved external '_hb_gtGetScrChar' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore
Error: Unresolved external '_hb_gtPutScrChar' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore
Error: Unresolved external '_hb_gtGetCurrColor' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|wvtcore



regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Ciro Vargas Clemow

Szakáts Viktor escribió:

Hi Ciro,

Seems that hbrtl.lib is not amongst the linked libraries.

Question: What is exactly in the file '_2008020152925$Script.ld' ?

Or, what is the script you use to build this executable?


Hi Victor:

I am using QAC.

I added hbrtl.lib and now only obtain one error.

C:\borland\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\borland\BCC55\LIB 
@_2008020152925$Script.ld

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_vmPushNumInt' referenced from 
C:\HARBOUR\HARBOUR\LIB\B32\GTWVG.LIB|gtwvg


deleting C:\harbour\harbour\contrib\gtwvg\tests\demowvg.EXE

what library I'm missing?

regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow

Jorge A. Giraldo escribió:

Ciro,

hbvm.lib



thanks Jorge

best regards
Ciro




--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow

Szakáts Viktor escribió:

You seem to be missing hbvm.lib.


thanks Victor
bestt regards
Ciro

--

http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow

Ciro Vargas Clemow escribió:


Finally the sample works ok.

Is a very good work Pritpal, excellent.

I need a little help again.

when I click the option menu "dialog one"

I obtain this error.

Error BASE/1132 Bound error:array access

called from CFGMYBROWSE(989)
called from MYDIALOGONE(1544)
..

may you help me?

regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Hello


Ciro Vargas Clemow wrote:

Finally the sample works ok.

Is a very good work Pritpal, excellent.



Hi Pritpal:

I don't found this files, may you sendme tbrowse and tbcolumn fix to my private 
email.?


I'm very interesting in your contribution.

best regards
Ciro


--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-04 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Hi


I don't found this files, may you sendme tbrowse and tbcolumn fix to my
private email.?


Download from here:

http://www.nabble.com/file/p13965086/tbrowse.zip


Thanks Pritpal, I already added this sources to my proyect,
now I obtain...

Error: Unresolved external '_HB_FUN_HB_ENUMINDEX' referenced from 
C:\HARBOUR\HARBOUR\CONTRIB\GTWVG\TESTS\OBJE1BH\TBROWSE.OBJ


where can I found hb_enumindex function ?

TIA

Ciro
--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-04 Thread Ciro Vargas Clemow

Ciro Vargas Clemow escribió:

Pritpal Bedi escribió:

Hi


I don't found this files, may you sendme tbrowse and tbcolumn fix to my
private email.?


Download from here:

http://www.nabble.com/file/p13965086/tbrowse.zip


Thanks Pritpal, I already added this sources to my proyect,
now I obtain...


forget it

I already added xhb.lib

best regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] problem testing samples gtwvg

2008-02-04 Thread Ciro Vargas Clemow


Hi again Pritpal:

I added the tbrowse.prg and tbcolumn.prg from

http://www.nabble.com/file/p13965086/tbrowse.zip  to my project

but the error reported persist

the problem is here

in demowvg.prg

for i := 1 to len( aFields )
  bBlock := VouBlockField( aFields[ i ] )
  oBrowse:AddColumn( TBColumnNew( info_[ aFields[ i ],1 ], bBlock ) )  here
next

BASE 11/32 Bound error: array access

I'm lost !!!

regards
Ciro




forget it

I already added xhb.lib

best regards
Ciro






--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] about gtwvg

2008-02-12 Thread Ciro Vargas Clemow



Hi Pritpal:

I'm interesting in add submenus to mainmenu

it's posible?

if yes , may you give me an example?

my mainmenu is:

FUNCTION CreateMainMenu()
   LOCAL oMenu, g_oMenuBar := wvtMenu():new():create()

   oMenu := WvtMenu():new():create()
   oMenu:Caption:= "Primer menu"
   oMenu:AddItem( "subopcion uno-uno", {|| alert("uno uno") } )
   oMenu:AddItem( "subopcion uno-dos", {|| alert("uno dos") } )
   oMenu:AddItem( "-" )
   oMenu:AddItem( "Salir"  , {|| salir() } )
   g_oMenuBar:addItem( "",oMenu )

   oMenu := wvtMenu():new():create()
   oMenu:Caption := "Segundo menu"
   oMenu:AddItem( "subopcion dos-uno" , {|| alert("dos uno")  } )
   oMenu:AddItem( "subopcion dos-dos"   , {|| alert("dos dos")  } )
   oMenu:AddItem( "-")
   oMenu:AddItem( "subopcion dos-tres" , {|| alert("dos tres") } )
   g_oMenuBar:addItem( "",oMenu )

RETURN g_oMenuBar


best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about gtwvg

2008-02-12 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Sorry


very thanks Pritpal !!!
works ok.

it's posible add a toolbar in the main screen without create another dialog.?

A little example if possible. two buttons is ok form me.

I apreciatte very much your help.

TIA
Ciro

http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about gtwvg

2008-02-12 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Ciro

Just to let you know, this group is not to teach programming concepts, is a
compiler specific board. If you need programming help, which I am sure will
not be extended, you can always drop a personal mail.


Sorry but I think that the contributions are part of the project.

in a other hand vtwgui don't work with current version of harbour.
only with a older (x)harbour version.

And I'm not need programing concepts because I'm software developer (oohg 
developer) only I want learn about your contribution, but is this is a problem 
for you, I dont ask  again


thanks for your time.

Ciro





Regards
Pritpal Bedi, INDIA-USA




--
http://sistemascvc.tripod.com  (la casa del no2imp / the no2imp home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] wvtgui xvtgui

2008-06-08 Thread Ciro Vargas Clemow


Hi all:

Any similiar contribution like  wvtgui (but for linux)

xvtgui ?

best regards
Ciro




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] problem in report form

2008-07-25 Thread Ciro Vargas Clemow


Hi all:

in hbreport class

CREATE CLASS HBReportForm

   VAR aReportDataAS ARRAY   INIT {}
   VAR aReportTotals  AS ARRAY   INIT {}
   VAR aGroupTotals   AS ARRAY   INIT {}

areportdata is init as array  but in  line 417

 // Clean up and leave
 ::aReportData   := NIL  // Recover the space
 ::aReportTotals  := NIL
 ::aGroupTotals   := NIL
 ::nPageNumber   := NIL
 ::lFirstPass:= NIL
 ::nLinesLeft:= NIL
 ::lFormFeeds:= NIL
 ::nMaxLinesAvail := NIL

this produce a runtime error

best regards
Ciro






reagrds
Ciro




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] problem in memoedit

2008-07-29 Thread Ciro Vargas Clemow



hi all:

in this sample

cls
request dbfntx
use segu002p
memoedit(ult_doc,10,10,20,70,.t.)
quit


the cursor disappear and it's very difficult modify the text, because I don't 
know where is the cursor.


Another thing is that when I press ESC the text (abort (y/n)?) is showed.

best regards
Ciro



--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Release 1.0.0 Final #1

2008-07-30 Thread Ciro Vargas Clemow

Szakáts Viktor escribió:


Hi Victor:


Wich Batch file must be use to build harbour for pelles C ?

best regards
Ciro


Hi all,

I'd like to ask everyone to try as many kinds of
builds as possible and report any results on the
list, so that we can clear up problems before
tagging 1.0.0.

Passed:
- Windows
BCC55
BCC58
MinGW 4.12
MSVS 2005
MSVS 2005 C++,
MSVS 2008
MSVS 2008 C++
Pelles C 4.5
Pelles C 5.0
Pelles C 5.0 64 bit (with a few problems)
MSVS 2008 C++ 64 bit



--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] about memoediting

2008-08-06 Thread Ciro Vargas Clemow


hi all:


When I'm editing a text with memoedit, the cursor dissapear...

Is very dificult write a text without a visible cursor.

regards
Ciro




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about memoediting

2008-08-06 Thread Ciro Vargas Clemow

Szakáts Viktor escribió:

Hi Ciro,

Can you send a working example which demonstrates this
problem?

Doing a quick test using a simple MemoEdit() call with not
other fuss, using GTWIN, the cursor is properly visible.


sorry Victor,  I missed say that I use GTWVG.

best regards
Ciro

http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 

clip2win home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about memoediting

2008-08-06 Thread Ciro Vargas Clemow

Pritpal Bedi escribió:

Hello


All I can confirm is that it also works with GTWVT.



From this point it seems a GTWVG contrib issue.


Though GTWVG is almost identical with GTWVT on
I/O levels, I suspect something else is responsible.
I will look into this issue today evening.



Thanks Pritpal

Best regards

Ciro




--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: R: [Harbour] about memoediting

2008-08-06 Thread Ciro Vargas Clemow

Massimo Belgrano escribió:

memoedit work in mysample with gtwvg




Massimo you may post your sample in order to test in my system.




best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] about memoediting

2008-08-06 Thread Ciro Vargas Clemow

Szakáts Viktor escribió:

Hi Ciro,

It would still be useful, if you'd post your
reduced working example to demonstrate the
problem.


I was testing with little sample and work ok.

But in my big aplication the problem persist.

I don't found the problem in my code yet.

what kind of code could hide the cursor in a memoedit, i'm really lost...

best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] about memo fixed

2008-08-06 Thread Ciro Vargas Clemow



hi all:

sorry with this "problem"

I found the problem in my code.

best regards
Ciro

--
http://sistemascvc.tripod.com  (la casa del clip2win y nodosimp / the no2imp and 
clip2win home )


http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour