Dear Mr Rao
Perfect!
Tks!
email to receive: joaocarlos@vinhesoft.com
FWH_2407 oSay does not assume nHeight
Re: FWH_2407 oSay does not assume nHeight
João Carlos
VinheSoft Informatica
BCC 7.7 - FHW 24.07 - Harbour 3.2.0dev (r2404101339) for BCC 7.7
VinheSoft Informatica
BCC 7.7 - FHW 24.07 - Harbour 3.2.0dev (r2404101339) for BCC 7.7
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: FWH_2407 oSay does not assume nHeight
Thanks for the confirmation and once again regret the inconvenience.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- richard-service
- Posts: 804
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
Re: FWH_2407 oSay does not assume nHeight
Ok. I'll try it again and thinking elsenageswaragunupudi wrote:I have tried changing this here on my PC.richard-service wrote:Mr.RAOnageswaragunupudi wrote:How can you help us to test this at our end?
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
This is the original code in rpreview.prg:Without any changes this is how the preview bar looks like:Code: Select all | Expand
@ nRow, nCol + 100 SAY ::oPage PROMPT FWString( "Page number:" ) + ;
Now, I changed +100 as +300 like this:With this change, the Say is moved to the right by 200 pixels and looks like this:Code: Select all | Expand
@ nRow, nCol + 300 SAY ::oPage PROMPT FWString( "Page number:" ) + ;
Then I changed it to +600 like this:Then the Say moved by 300 pixels more to the right and looked like this:Code: Select all | Expand
@ nRow, nCol + 600 SAY ::oPage PROMPT FWString( "Page number:" ) + ;
So, this is working correctly for me here.
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit