Dear Mr Rao
Perfect!
Tks!
email to receive: joaocarlos@vinhesoft.com
nageswaragunupudi wrote:richard-service wrote: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: Select all Expand view
@ 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: Select all Expand view
@ 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: Select all Expand view
@ 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.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 75 guests