FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour help with fwh1101
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
help with fwh1101
Posted: Thu Feb 24, 2011 11:58 AM

Hi, need help with the following items:

1) in the preview, when I click save as pdf or word, the program closes.

2) buttons on the buttonbar, after moving to 1101, the bottom of the buttons is not the color of the bar.

none of this happened with FWH10.12.

fwh1101, xharbour cvs, bcc 582
windows 7 pro , sp1 , 64 bits.

thanks

Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
Re: help with fwh1101
Posted: Fri Feb 25, 2011 09:16 AM

Hi,

perhaps the same prob as described here: viewtopic.php?f=3&t=20953?

And because of an subsequent (same?) errror in the error code, your (my) app close without a message.

Windows 11 Pro 22H2 22621.1848

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Harbour 3.2.0dev (r2008190002)

FWH 23.10 x86
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: help with fwh1101
Posted: Fri Feb 25, 2011 12:40 PM

Frose, thanks, no one can help us to solve this? the only solution is back to old version? and about buttons in buttonbar, downgrade too? can i only disable this new buttons in preview? if yes how?

thanks

Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
Re: help with fwh1101
Posted: Fri Feb 25, 2011 01:59 PM
Noberto,

for me it works with:
Code (fw): Select all Collapse
AEval( oBar:aControls, { | oBtn | oBtn:lBarBtn := .F. } )
, but of course, I want the button bar without borders again in the nearest future :-)
Windows 11 Pro 22H2 22621.1848

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Harbour 3.2.0dev (r2008190002)

FWH 23.10 x86
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: help with fwh1101
Posted: Tue Mar 15, 2011 03:30 AM

Bumped up for Daniel

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: help with fwh1101
Posted: Tue Mar 15, 2011 04:26 AM
norberto wrote:Hi, need help with the following items:

1) in the preview, when I click save as pdf or word, the program closes.



Norberto...
can you supply a self container samples to see the error... thanks
are you using fwh64??


2) buttons on the buttonbar, after moving to 1101, the bottom of the buttons is not the color of the bar.

this work fine... the button is same color the buttonbar

Continue the discussion