IDE UPDATE (XIf)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: IDE UPDATE (XIf)

Post by fchirico »

Roberto Lopez wrote:
fchirico wrote:
Roberto Lopez wrote:Hi All,

This release features grouping support in report builder and DECLARE WINDOW <Current Window> statement in new code snippets.

Gracias Roberto!

Perdoname, estuve probando el GROUPING y no lo puedo hacer funcionar, si al reporte le saco el GROUPING funciona, de lo contrario aparece un error:

Date:11/14/09 Time: 21:08:18
Error BASE/1072 Argument error: <>

Called from EXECUTEREPORT(688)
Called from VER(8)


Saludos, Fernando Chircio.
I've found the problem and already fixed.

I'll publish a fixed version ASAP.

Thanks for reporting.
Gracias a vos!

Saludos, Fernando Chirico.
Saludos, Fernando Chirico.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE UPDATE (XIf)

Post by Roberto Lopez »

mol wrote: I think, problem is similar to that one, when I tried to print bolded text with internal HMG function.
I've added a little hack in test XII as an attempt to solve the problem with bold Polish characters.

Please, test it.

TIA.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE UPDATE (XIf)

Post by Roberto Lopez »

Marek,

I'm really puzzled and frustrated for this, because I've realized that this problem is out of my scope.

So, this is a response to you and a help request from someone that have a clue about this.

I'll explain:

When I edit your report source I see one of the titles in notepad as follows:
Image1.png
Image1.png (2.57 KiB) Viewed 4317 times
When I run the report, the preview looks the same:
Image2.png
Image2.png (959 Bytes) Viewed 4317 times
So, from my system point of view, I'm printing exactly the same text as it looks in my text editor (I've used notepad to assure a full standard editor).

Any help on this is welcome.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE UPDATE (XIf)

Post by mol »

Roberto, I'll try it tomorrow.
Today, I had a hard day.
I've tried my sample with mysql, sqlrdd and odbc.
Some strange results, but I'm in contact with author.
I'm not alone with this problem:
Your problem is the same as:
http://lists.harbour-project.org/piperm ... 25319.html

But I'm unable to develop this additional code for these sql types
(values -8 and -9), since both 4.1 and 5.0 servers return a common char
types for me.

It's not a problem of exe I guess it depends on version of server or
(and) odbc driver, or client version.


Regards,
Mindaugas
I've got message fromMindaugas Kavaliauskas [dbtopas@dbtopas.lt], but I don't know where to search it
Hi,
I've just committed a fix to odbcdd.c. Please test if you can.
Regards,
Mindaugas
I've tried http://sourceforge.net/apps/trac/harbou ... ?rev=12910
but there are only older files...


Thanks for your work. Marek
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE UPDATE (XIf)

Post by Roberto Lopez »

mol wrote:Roberto, I'll try it tomorrow.
Today, I had a hard day.

I've got message fromMindaugas Kavaliauskas [dbtopas@dbtopas.lt], but I don't know where to search it
Hi,
I've just committed a fix to odbcdd.c. Please test if you can.
Regards,
Mindaugas
but there are only older files...
To download current Harbour sources go to: www.harbour-project.org and download 'Nightly source' (zip).
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE UPDATE (XIf)

Post by mol »

I saw Mindaugas' impatience and I didn't want to ask him again :)
I didn't work anytime with such a big project as Harbour and I don't know where new files are stored.
So, many thanks, Roberto.
I think, you are like an older brother to us :)


I've downloaded harbour nightly, but it compiles with BCC55. I don't know how to compile it with mingw...
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE UPDATE (XIf)

Post by Roberto Lopez »

mol wrote:I saw Mindaugas' impatience and I didn't want to ask him again :)
I didn't work anytime with such a big project as Harbour and I don't know where new files are stored.
So, many thanks, Roberto.
I think, you are like an older brother to us :)


I've downloaded harbour nightly, but it compiles with BCC55. I don't know how to compile it with mingw...
You must create a batch installation file at Harbour tree root folder. Some like this:

Code: Select all

set path=c:\mingw\bin
mingw32-make install
You must install a FULL MingW copy too (HMG includes a subset that could be not enough to create Harbour)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE UPDATE (XIf)

Post by mol »

I've compiled new harbour, tested my sample, but still error occours.
I have no more time and power to try this.

Maybe I'll back to these tests when stable version of harbour will be ready.

Best regards, Marek
Post Reply