problem with GET and “” chars
problem with GET and “” chars
Hi,
I have a Word document with these chars “”:
However, if I copy and paste them into a get, they are not shown:
What is the problem please?
Above is samples\testget2.prg
Thank you.
I have a Word document with these chars “”:
However, if I copy and paste them into a get, they are not shown:
What is the problem please?
Above is samples\testget2.prg
Thank you.
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: problem with GET and “” chars
Thank you.
How did you build it?
I did buildh testget2.prg
With compìler and linker did you use?
How did you build it?
I did buildh testget2.prg
With compìler and linker did you use?
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: problem with GET and “” chars
Moisés,
Here it is working fine also. Using BCC 7.0 or 7.4
Here it is working fine also. Using BCC 7.0 or 7.4
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: problem with GET and “” chars
I tested with all compilers, harbour and xharbour with bcc7 and msvc both 32 bits and 64 bits.
I tested on Windows 10.
Not tested on Windows 7.
I tested on Windows 10.
Not tested on Windows 7.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: problem with GET and “” chars
Thank you.
Can you please test it under Windows 7?
Can you please test it under Windows 7?
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: problem with GET and “” chars
I tested it on Windows 7.
No problem here.
No problem here.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Re: problem with GET and “” chars
Doing some fast testing, I can duplicate the behavior,
I'm doing my test based on the idea of some kind of format being pasted to the get together with the text....
on different versions of FWH up to 12.04, and tested on an application compliled on 18.???
Windows 8.1
showing the var content correctly (after modifying the sample),
but the get still shows the same behavior, but now on UPPERCASE...
I'm doing my test based on the idea of some kind of format being pasted to the get together with the text....
on different versions of FWH up to 12.04, and tested on an application compliled on 18.???
Windows 8.1
Another part of the behavior I noticed, is that the PICTURE is not applied until the action is executed,If I copy the text from Open Office Writer to TESTGET2 sample,
If I copy the text to Command Prompt from Open Office Writer, and then to TESTGET2 sample,
It won't happen if I write directly to Command Prompt (ASCII)and then copy it to TESTGET2 sample
showing the var content correctly (after modifying the sample),
but the get still shows the same behavior, but now on UPPERCASE...
=====>
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Re: problem with GET and “” chars
Furthermore, if I activate
when I paste the text, I loose the last character (")
Forgive my ignorance on this aspect, but may it be that something like what they call the UTF8 BOM may be attached to the pasted text????
Code: Select all
FW_SetUniCode(.T.)
Forgive my ignorance on this aspect, but may it be that something like what they call the UTF8 BOM may be attached to the pasted text????
=====>
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Re: problem with GET and “” chars
So, following my Idea, I copied the text directly to my PRG file, to test the conversion Formulas, and I got this
That means that other characters are in fact being copied in my computer, together with the copied text, as I have guess...MOISES.prg(22) Error E0030 Syntax error "syntax error at 'ô'"
=====>
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...