FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH_2407 oSay does not assume nHeight
Posts: 36
Joined: Sat Sep 03, 2016 03:11 PM
Re: FWH_2407 oSay does not assume nHeight
Posted: Thu Aug 29, 2024 12:20 PM
Dear Mr Rao

Perfect!


Tks!

email to receive: joaocarlos@vinhesoft.com
João Carlos

VinheSoft Informatica

BCC 7.7 - FHW 24.07 - Harbour 3.2.0dev (r2404101339) for BCC 7.7
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FWH_2407 oSay does not assume nHeight
Posted: Thu Aug 29, 2024 02:28 PM

Thanks for the confirmation and once again regret the inconvenience.

Regards



G. N. Rao.

Hyderabad, India
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: FWH_2407 oSay does not assume nHeight
Posted: Fri Aug 30, 2024 04:04 AM
nageswaragunupudi wrote:
How can you help us to test this at our end?
Mr.RAO
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
I have tried changing this here on my PC.
This is the original code in rpreview.prg:
Code (fw): Select all Collapse
@ nRow, nCol + 100 SAY ::oPage PROMPT FWString( "Page number:" ) + ;
Without any changes this is how the preview bar looks like:


Now, I changed +100 as +300 like this:
Code (fw): Select all Collapse
@ nRow, nCol + 300 SAY ::oPage PROMPT FWString( "Page number:" ) + ;
With this change, the Say is moved to the right by 200 pixels and looks like this:


Then I changed it to +600 like this:
Code (fw): Select all Collapse
@ nRow, nCol + 600 SAY ::oPage PROMPT FWString( "Page number:" ) + ;
Then the Say moved by 300 pixels more to the right and looked like this:


So, this is working correctly for me here. Ok. I'll try it again and thinking else
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion