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

2009-08-31 Thread Fernando Mancera
Hello Przemek,

Thank you very much for this wonderful contribution!!

Best Regards,
Fernando Mancera
www.viaopen.com


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


[Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-01 Thread Fernando Mancera
Dear all, 

I am pleased to inform that we do have a first developed functional version of 
ViaNemo,
our OPENSOURCE suggestion of Framework for Harbour.

It has interesting features as developed  applications on Windows 32bits/64bits 
and also Windows Mobile. 
Its adapted design will permit us in near future to pass to other operating 
systems such as Mac OSX or Linux.

Possibility to compile applications written for other GUI´s in order users can 
reuse all applications.
At the moment we have started with FiveWin compatibility for being the most 
popular one.

We have published this piece of news on our blog http://blog.viaopen.com

We have not decided how to provide it yet, but I think that according to its 
features,
it would be very interesting for community to add it as Harbour-project 
contribution.
My questions are “What do you think about it?”; “Would it be possible to get 
authorization to add it?”

Thank you, 
Best regards

Fernando Mancera
www.viaopen.com


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


RE: [Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-01 Thread Fernando Mancera
Hello Jaroslaw & Horodyski,

Thank you very much!!!

Best Regards,

Fernando Mancera
www.viaopen.com



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


RE: [Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-01 Thread Fernando Mancera
Hello Bruno,

 

How you can read on  <http://blog.viaopen.com> http://blog.viaopen.com 
“We have not decided date and way of publishing yet but will soon provide
this information.”

Best Regards,

 

Fernando

 

De: harbour-boun...@harbour-project.org
[mailto:harbour-boun...@harbour-project.org] En nombre de Bruno Luciani
Enviado el: martes, 01 de septiembre de 2009 16:08
Para: Harbour Project Main Developer List.
Asunto: Re: [Harbour] ViaNemo: New Framework Opensource for Harbour

 

where can I download to test It 

Bruno

2009/9/1 Fernando Mancera 

Dear all,

I am pleased to inform that we do have a first developed functional version
of ViaNemo,
our OPENSOURCE suggestion of Framework for Harbour.

It has interesting features as developed  applications on Windows
32bits/64bits and also Windows Mobile.
Its adapted design will permit us in near future to pass to other operating
systems such as Mac OSX or Linux.

Possibility to compile applications written for other GUI´s in order users
can reuse all applications.
At the moment we have started with FiveWin compatibility for being the most
popular one.

We have published this piece of news on our blog http://blog.viaopen.com

We have not decided how to provide it yet, but I think that according to its
features,
it would be very interesting for community to add it as Harbour-project
contribution.
My questions are “What do you think about it?”; “Would it be possible to get
authorization to add it?”

Thank you,
Best regards

Fernando Mancera
www.viaopen.com


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

 

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


RE: [Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-03 Thread Fernando Mancera
Hello Massimo,


>>Is possible to have compatibility with MiniGUI extended also ?



I don't know the MINIGUI sintax, but ViaNemo is opensource and full source
code,

Any user can expand for user other GUI's sintax.


Best Regards,

Fernando Mancera
http://blog.viaopen.com

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


RE: [Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-03 Thread Fernando Mancera
Hello Przemek,


>>Thank you very much for great contribution.
>>I think that it's the answer for many user requests:
>>GUI library which is compatible with FWH, works on desktop windows
>>and with WinCE and can be ported to other OS-es, maybe even integrated
>>with our HBQT keeping the compatibility with code created for FWH.
>>I'm not windows user so I cannot make real tests myself but I hope
>>windows/WinCE users will want to try it and can send their opinion here.

Thank you very much for your words.

>>And of course I would like to see such library as part of Harbour SVN
>>code.

ViaNemo always be part of Harbour SVN.


Best Regards,

Fernando Mancera
www.viaopen.com

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


RE: [Harbour] Syntax of DllCall () - Harbour vs Xbase++

2009-09-04 Thread Fernando Mancera
Hi,

>Here is the DllCall() usage in Xbase++:
>   #define SW_HIDE 0
>   #define SW_NORMAL   1
>   #define SW_SHOWMINIMIZED2
>   #define SW_SHOWMAXIMIZED3
>   #define SW_MAXIMIZE 3
>   #define SW_SHOWNOACTIVATE   4
>   #define SW_SHOW 5
>   #define SW_MINIMIZE 6
>   #define SW_SHOWMINNOACTIVE  7
>   #define SW_SHOWNA   8
>   #define SW_RESTORE  9
>   #define SW_SHOWDEFAULT  10

>   #define SE_ERR_NOASSOC  31

>   lSuccess := DllCall( "SHELL32.DLL"  , DLL_STDCALL, ;
>"ShellExecuteA", AppDesktop():GetHWND(), "open", cPath+cFile,;
>NIL, CurDir(), SW_NORMAL ) 

>Do we have this usage in Harbour or not. 
>If we have, what are the parameters to call it.

About this, is available in 64bits ??

Regards,

Fernando Mancera
http://blog.viaopen.com



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


RE: [Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-04 Thread Fernando Mancera
Hello Vikthor,

Thank You very much for your words.

>>Maybe I'm missing something, but is there any downloadable
>>code already made available?

At the moment no.
I decided to add ViaNemo how contribution to Harbour-Project. I will publish
more news :-)

Best Regards,

Fernando 

Brgds,
Viktor

On 2009.09.01., at 11:08, Przemyslaw Czerpak wrote:

> On Tue, 01 Sep 2009, Fernando Mancera wrote:
>
> Hi Fernando,
>
>> I am pleased to inform that we do have a first developed functional  
>> version of ViaNemo,
>> our OPENSOURCE suggestion of Framework for Harbour.
>> It has interesting features as developed  applications on Windows  
>> 32bits/64bits and also Windows Mobile.
>> Its adapted design will permit us in near future to pass to other  
>> operating systems such as Mac OSX or Linux.
>> Possibility to compile applications written for other GUI´s in  
>> order users can reuse all applications.
>> At the moment we have started with FiveWin compatibility for being  
>> the most popular one.
>> We have published this piece of news on our blog http://blog.viaopen.com
>> We have not decided how to provide it yet, but I think that  
>> according to its features,
>> it would be very interesting for community to add it as Harbour- 
>> project contribution.
>> My questions are “What do you think about it?”; “Would it be  
>> possible to get authorization to add it?”
>
> Thank you very much for great contribution.
> I think that it's the answer for many user requests:
> GUI library which is compatible with FWH, works on desktop windows
> and with WinCE and can be ported to other OS-es, maybe even integrated
> with our HBQT keeping the compatibility with code created for FWH.
> I'm not windows user so I cannot make real tests myself but I hope
> windows/WinCE users will want to try it and can send their opinion  
> here.
> And of course I would like to see such library as part of Harbour SVN
> code.
>
> best regards,
> Przemek
> ___
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour

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

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


RE: [Harbour] Syntax of DllCall () - Harbour vs Xbase++

2009-09-05 Thread Fernando Mancera
Hello Vikthor,

>>No. The heart of this functionality is still non-portable code
>>which came from xhb, and which only works on x86 CPUs.

we can export to 64bits ??

Best Regards,

Fernando


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


RE: [Harbour] ViaNemo: more news

2009-09-30 Thread Fernando Mancera
Hello Alex,

> I'm post a new article on http://blog.viaopen.com 
> with list of most frequent questions we received about ViaNEMO.

>>Does Antonio Linares new free release of FiveWin have anything to do with you 
>>guys?

Antonio Linares and myself are two different companies so each ones run his own 
business separately.

If you have any further questions about ViaNemo, don´t hesitate to email me or 
post on blog.

Thank you.

Best Regards,

Fernando Mancera
http://blog.viaopen.com





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


RE: [Harbour] MySQL Problem

2009-05-12 Thread Fernando Mancera
Hello Giovanni,

Please, check your firewall for allow your application connect with db4free.net.
Also check what port need db4free.net for connect to MYSQL DB.

Regards,

Fernando Mancera
www.viaopen.com



 

De: harbour-boun...@harbour-project.org 
[mailto:harbour-boun...@harbour-project.org] En nombre de calimer...@freemail.it
Enviado el: lunes, 11 de mayo de 2009 19:18
Para: harbour@harbour-project.org; harbour@harbour-project.org
Asunto: [Harbour] MySQL Problem

 

Hi

i've a mysql database on www.db4free.net

I want to connect it with my harbour PRG.

Here's the source code:

#include "adordd.ch"
 REQUEST ADORDD
 function Main()
setmode(25,80)
USE giovanni VIA "ADORDD" TABLE "clienti" MYSQL FROM "db4free.net" USER 
"gio22" PASSWORD "marcella"
Browse()
USE
 return nil

 

The compilation is OK, but at the execution it shows the following message:

 Error ADODB.Connection/0  S_OK: OPEN (in the red alert window).

Why?

Thank you in advance.

Giovanni

 

 

 




--

Dada.net has a new music store! Get MP3s and Ringtones from 1000s of artists, 
transfer them to any device and keep them forever.Click <http://us.dada.net/>  
here to check it out. 

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


RE: [Harbour] Przemek as Project Admin

2009-07-23 Thread Fernando Mancera


-Mensaje original-
De: harbour-boun...@harbour-project.org
[mailto:harbour-boun...@harbour-project.org] En nombre de Viktor Szakáts
Enviado el: jueves, 23 de julio de 2009 0:59
Para: Harbour Project Main Developer List.
Asunto: Re: [Harbour] Przemek as Project Admin

On 2009.07.23., at 0:46, Przemyslaw Czerpak wrote:

> On Thu, 23 Jul 2009, Francesco Saverio Giudice wrote:
>>> Hello Phil,
>>> I just want to thank you for your invaluable contribution, be it  
>>> on your
>>> invested time or resources, to this project.
>>> Personally I believe that your thrust has made this project what  
>>> is: the
>>> true heir of the old Clipper.
>>> Also I want to thank to all contributors for keeping the  
>>> excellence that
>>> distinguish this project.
>>> you all know who they are :)
>> +1
> + 2 ;-)
>
> Phil I would like to thank you very much for all your work and
> always very import for me judgement voice. I hope the at least in
> the most important for the future of this project decisions we can
> count on your intellect. Without you we have never reached current
> state in Harbour development.
> Thank you very much.

>I agree with every words said, couldn't have said it better.

>Huge thanks from me too, even for the times before Harbour (The Oasis,  
>c.l.c).

Thank You very much for all.

Fernando Mancera
www.viaopen.com

 

__ Information from ESET NOD32 Antivirus, version of virus signature
database 4262 (20090720) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

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


[Harbour] Set.c add functions

2008-11-07 Thread Fernando Mancera
Hello Everybody,

Do we can add the following functions to Set.C?

 hb_setSetDecimals (), hb_setSetEpoch (), hb_setSetFixed () like there is the 
function Get / Set Century?

Regards,

Fernando Mancera
www.viaopen.com

 

__ Information from ESET NOD32 Antivirus, version of virus signature 
database 3593 (20081107) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

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


[Harbour] hbxml class on harbour core

2010-01-19 Thread ViaOpen - Fernando Mancera
Hello Everybody,

 

Please, Would it be possible to include the hbxml class in the harbour core
?

Actually to use it, it's necessary to link hbxp.lib.

 

Regards,

 

Fernando Mancera

www.viaopen.com

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


RE: [Harbour] SIxDriver problem with sx_keyadd

2010-01-28 Thread ViaOpen - Fernando Mancera
Hello Przemek,

>   INDEX ON SXCHAR(10) TAG "MIKEY" OF TEMP EMPTY
> or is you do not use hbsix.ch:
>   INDEX ON SXCHAR(10) TAG "MIKEY" TO TEMP CUSTOM
> otherwise above RTE is generated. 1052 is CL53 DBFCDX compatible error
> when user tries to execute key add or del operation on normal non custom
> index. If it's really big problem then I can change it in Harbour SIXCDX
> RDD to work like SIX3 RDD (without above RTE and with automatic TEMPLATE
> index attribute setting) but I cannot touch DBFCDX and other RDDs where
> I would like to keep more strict behavior which is also CL53 DBFCDX/COMIX
> compatible.

>>I tend to agree to enable this (really not very good looking) 
>>hack in SIXCDX to make it more compatible. This way anyone 
>>can use it for initial port without modifying code, then can 
>>clean in a separate step and switch to hack-free DBFCDX.

can we select in some way the use the hack or not?

I don't like the idea of using hacks to emulate erratic behavior
Fixed in Przemek code for convert from Clipper to Harbour. 



Regards,

Fernando Mancera
www.viaopen.com
 
 

__ Information from ESET NOD32 Antivirus, version of virus signature
database 4754 (20100108) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] test

2010-03-08 Thread ViaOpen - Fernando Mancera
Hello,

 

Is a test.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour