Re: [Harbour] Making lib with hbmk2

2009-11-11 Thread Barry Jackson
On 09/11/09 23:37, Barry Jackson wrote: This used to work a few months back:- $ hbmk2 @barry -hblib -obarry Now it compiles all the .prg files in barry.hbm to .c and stops with no lib created. Has the syntax changed? I have not been following the list very closely recently. [...@jackodesktop l

Re: [Harbour] Starting in the use of Harbor with Ubuntu

2009-11-11 Thread Barry Jackson
On 11/11/09 00:44, Bruno Luciani wrote: 2009/11/10 Guillermo Varona Silupú mailto:gvar...@ec-red.com>> [SPA] Iniciandome en el uso de Harbour con Ubuntu Hola, estoy iniciandome en el uso de Harbour bajo Ubuntu y solicito su amable atención a las siguientes preguntas: 1. Qué

Re: [Harbour] User forum broken - redirect loop

2009-11-11 Thread Barry Jackson
On 10/11/09 18:39, Viktor Szakáts wrote: Thank you very much. Brgds, Viktor On 2009 Nov 10, at 19:34, Barry Jackson wrote: On 10/11/09 13:33, Viktor Szakáts wrote: Hi Barry, Pls report such problems on sf.net support channels. Brgds, Viktor https://sourceforge.net/apps/trac/sourceforge/t

[Harbour] cpinfo and UA codepage

2009-11-11 Thread vatzct
Hi Przemek, This is the result of cpinfo with UA codepage: 11/11/09 15:52:00 Windows XP 5.1.2600 Service Pack 1 Harbour 2.0.0beta3 (Rev. 12818) Character encoding: UA1125 == letter 'џ' (159:AU ) is wrongly sorted letter 'Ї' (175:A L ) is wrongly

Re: [Harbour] User forum broken - redirect loop

2009-11-11 Thread Viktor Szakáts
You have to use https to be able to login. Brgds, Viktor On 2009 Nov 11, at 13:20, Barry Jackson wrote: On 10/11/09 18:39, Viktor Szakáts wrote: Thank you very much. Brgds, Viktor On 2009 Nov 10, at 19:34, Barry Jackson wrote: On 10/11/09 13:33, Viktor Szakáts wrote: Hi Barry, Pls repor

[Harbour] Array

2009-11-11 Thread calimero22
Hi Is it possible, in Harbour, to use arrays and vectors with a string index, like PHP language? Example v["dog"]="fuffy" or v["cat"]=1975 Is it possible that? Giovanni Di Maria --- Dada Music Movement, tutta la musica che vuoi! --- ___ Harbour ma

Re: [Harbour] Array

2009-11-11 Thread Jacek Kubica
Hello Giovanni, Wednesday, November 11, 2009, 3:58:42 PM, you wrote: > Is it possible, in Harbour, to use arrays and vectors > with a string index, like PHP language? > Example v["dog"]="fuffy" or v["cat"]=1975 > Is it possible that? > Giovanni Di Maria Yes it is, using hash (associative) array`

Re: [Harbour] Array

2009-11-11 Thread Pritpal Bedi
Hi calimero22 wrote: > > Is it possible, in Harbour, to use arrays and vectors with a string index, > like PHP language? > > Example v["dog"]="fuffy" or v["cat"]=1975 > > Is it possible that? > Yes. The syntax is : v := hb_hash() v["dog"]="fuffy" v["cat"]=1975 ? v["dog"] ? v["cat"] Reg

[Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread sygecom
Do you have any function or command in the Harbour to dynamically control the same ALIAS?. What I really need is to know how to deal with the ALIAS screens MDI, which will open many time that DBF in the same window and moving the RECNO each window without moving the other open windows with the sa

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread Pritpal Bedi
Hi sygecom wrote: > > Do you have any function or command in the Harbour to dynamically control > the same ALIAS?. > What I really need is to know how to deal with the ALIAS screens MDI, > which will open many time that DBF in the same window and moving the RECNO > each window without moving t

[Harbour] Go Programming Language vs Harbour Programming Languages

2009-11-11 Thread Massimo Belgrano
Google has just announced the release of a new, open sourced programming language called Go. The company says that Go is experimental, and that it combines the performance and security benefits associated with using a compiled language like C++ with the speed of a dynamic language like Python. http

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread sygecom
Hi Pritpal, Thank you, It is exactly MDI. But I thought the Harbor could have some specific function or command to control it. I do not know well but Seems that in Visual Fox Pro, something that controls what is a command AGAIN that is used along with the USE. Leonardo Machado Pritpal Bedi wr

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread Massimo Belgrano
from Visual FoxPro 8.0 Language Reference http://msdn.microsoft.com/en-us/library/aa978637(VS.71).aspx USE Command Opens a table and its associated index files, or a SQL view. USE [[DatabaseName!]Table | SQLViewName | ?] [IN nWorkArea | cTableAlias] [ONLINE] [ADMIN] [AGAIN] [NOREQUE

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread Viktor Szakáts
So messy this language is. No wonder MS wanted to kill it in the first place, and didn't apply any sane development concept since the very moment they bought it. This doc snippet shows it all. [ Maybe it was already messy, I don't know. ] Brgds, Viktor On 2009 Nov 11, at 20:10, Massimo Belgra

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread Mindaugas Kavaliauskas
Hi, AGAIN To open a table concurrently in multiple work areas, you can do one of the following: Select another work area and issue USE with the table name and the AGAIN clause. Issue USE with the table name and the AGAIN clause, and specify a different work area with the IN clause. When you open

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread Massimo Belgrano
Not jet official but i post follow rumor regarding Visual Fox Pro The new version of Xbase + + 2.0 will have 100% compatibility with the data, data types and basics: The syntax of programming in Visual FoxPro. This unique feature of Xbase + + code possible to maintain the functional and VFP and jus

Re: [Harbour] Starting in the use of Harbor with Ubuntu

2009-11-11 Thread Guillermo Varona Silupú
Ok, Bruno and Barry Thank you very much Best Regards GVS Barry Jackson escribió: On 11/11/09 00:44, Bruno Luciani wrote: 2009/11/10 Guillermo Varona Silupú mailto:gvar...@ec-red.com>> [SPA] Iniciandome en el uso de Harbour con Ubuntu Hola, estoy iniciandome en el uso de Harbour

Re: [Harbour] User forum broken - redirect loop

2009-11-11 Thread Barry Jackson
On 11/11/09 14:28, Viktor Szakáts wrote: You have to use https to be able to login. Brgds, Viktor Yes - logging in to :- https://sourceforge.net/apps/phpbb/harbour-project/index.php is no problem. The page header welcomes me by name and there is a log out button. The forum is there but I have

[Harbour] Error in HBQT sample

2009-11-11 Thread Bruno Luciani
DemoQT continues to fail in webpage menu in linux ( Ubuntu 9.10 ) Compiled using last SVN version Bruno br...@notebook:~/harbour_svn/harbour/contrib/hbqt/tests$ ./demoqt Error BASE/1004 Message not found: QWEBVIEW:EXEC Called from __ERRRT_SBASE(0) Called from QWEBVIEW:ERROR(0) Called from (b)H

[Harbour] How can I tell the make to generate I harbor a specific folder?

2009-11-11 Thread Guillermo Varona Silupú
ENV: Ubuntu 8.04 [SPA] ¿Cómo puedo indicarle al make para que me genere harbour en una carpeta especifica? Yo estoy haciendo esto: [ENG] By Google How can I tell the make to generate I harbor a specific folder? I'm doing this: guille...@guillermo-ubuntu:~/harbour$ export HB_INSTALL=/home/guille