New FWH 9.01

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

New FWH 9.01

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 9.01

Post by Antonio Linares »

New multiheaders ("superheaders") for XBrowse in FWH 9.01, thanks to Silvio :-)

FWH\samples\TestHead.prg
Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Re: New FWH 9.01

Post by Patrick Mast »

Hello Antonio,

From that wtahsnew:
* Fix: Class TMenuItem Method End() decrements CLASSDATA nInitId. This solves the problem
of non working menus after many hours of use, if many menus are created again and again.

I can't seem to find the source code for this fix. In what file should I be looking?
Thanks!

Patrick
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 9.01

Post by Antonio Linares »

Patrick,

source\classes\menuitem.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: New FWH 9.01

Post by Horizon »

Antonio,

I have downloaded the 9.01. But I think you have forgetten the change of FWVERSION. Fivewin.ch still has 8.12.

Is it true or have I downloaded the wrong version? (Downloaded page says FTDN January / Enero 2009)
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 9.01

Post by Antonio Linares »

Hakan,

We have just checked FiveWin.ch and it properly includes:

#define FWVERSION "FWH 9.01"

Please run fwh.exe and see what version is shown:
Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: New FWH 9.01

Post by Horizon »

Sorry,

I have downloaded again. and there is no problem with FWVERSION.
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 9.01

Post by Antonio Linares »

Hakan,

Probably you downloaded it this morning before it was fully uploaded :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: New FWH 9.01

Post by anserkk »

Dear Mr.Antonio,
* New: OpenOffice support for XBrowse! New METHOD ToCalc( bProgress, nGroupBy, nPasteMode )
exports data from xBrowse to OpenOffice Calc. Thanks to Anser!

the following are the limitations as of now:

1) Group totals not implemented.
2) Another drawback is that OpenOffice Calc is showing a dialog while pasting data from
clipboard to calc. User has to click on the OK button of that Dialog to proceed with the
data transfer. As of now I don't know how to avoid that dialog but definitlely there will
be an option to bypass this.
3) Date format technique needs to be modified
1) Group totals not implemented.
This is implemented now
2) Another drawback is that OpenOffice Calc is showing a dialog while pasting data from
clipboard to calc. User has to click on the OK button of that Dialog to proceed with the
data transfer. As of now I don't know how to avoid that dialog but definitlely there will
be an option to bypass this.
I have implemeted 2 different ways for transfering Data from XBrowse to OpenOffice Calc. User now have the option to choose which method to be used for the transfer. Method 2 is the default, but method 1 is found to be much faster, but this method will bring a popup dialog as I said above. Method 2 (default) does not show the popup dialog.
ToCalc( bProgress, nGroupBy, nPasteMode, aSaveAs )
3) Date format technique needs to be modified
This is also solved.

ToCalc() can Export xBrowse Data to PDF,MS Excel and HTML formats

As of now Only OpenOffice English language support is available. Spanish,German,French,Portuguese and Italian Language support is not yet available. Will be added in 2 days. Mr.Stefan is helping me in testing the MultiLanguage support. Today I will be adding the modified code for MultiLanguage support, and once Mr.Stephan test it and confirm, this can also be added.

The updated code is available in the thread
http://forums.fivetechsupport.com/viewt ... =3&t=14251

The 1st post on the second page of that particular thread was very well updated on this but I forgot to update the writeup and Source code on the starting post of the thread. Now it is updated with my above said comments. I am extremely sorry for this. :oops:

It's Only today I downloaded FWH 9.01 and verified the xBrowse source prg and found that these updates are not there.

Regards

Anser
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: New FWH 9.01

Post by anserkk »

Dear Mr.Antonio,
Mr.Stefan is helping me in testing the MultiLanguage support. Today I will be adding the modified code for MultiLanguage support, and once Mr.Stephan test it and confirm, this can also be added.
Mr.Stepfan has tested and found that German Language format is working fine. So definitely French,Spanish,Portuguese,Italian also should work

The updated code is available in the thread
http://forums.fivetechsupport.com/viewt ... =3&t=14251

Regards

Anser
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Re: New FWH 9.01

Post by Patrick Mast »

Hello Antonio,
Antonio Linares wrote:source\classes\menuitem.prg
C:\FWH\source\classes\menuitem.prg 15.409 22/11/08 09:03 -a--

As you can see, the menuitem.prg in my installation is still from 22/11/2008. The version in fivewin.ch IS 9.01 and I see other new files in the source folder.

This is the FWH I downloaded:
C:\fwh.exe 28.157.907 26/01/09 19:38 ----

Patrick
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 9.01

Post by Antonio Linares »

Anser,

Many thanks for the information and for your excellent work :-)

I sent you an email but got no answer from you. Maybe your spam filter blocked it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 9.01

Post by Antonio Linares »

Patrick,

Somehow the modified menuitem.prg was not included in 9.01 (damn!) :-)

This is the code to modify into it:

Code: Select all

   METHOD End() INLINE If( ::hBitmap != 0, DeleteObject( ::hBitmap ),), ::nInitId--
We may publish a new 9.01 build. Thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 9.01

Post by Antonio Linares »

Anser,

If you are so kind to email me your modified xbrowse.prg (based on 9.01) then we will publish a new 9.01 as soon as possible, thanks! :-)

Please email it to me as a ZIP file renamed as ZOP (to avoid gmail filter), thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Re: New FWH 9.01

Post by Patrick Mast »

Antonio Linares wrote:Somehow the modified menuitem.prg was not included in 9.01 (damn!) :-)
We may publish a new 9.01 build. Thanks! :-)
No problem ;-)
Thanks!

Patrick
Post Reply