New FWH 15.09
- Antonio Linares
- Site Admin
- Posts: 42777
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 116 times
- Been thanked: 108 times
- Contact:
Re: New FWH 15.09
Dear Antonio,
all samples explbar*.prg are not working with the new release
oExBar = TExplorerBar():New()

best regards
Uwe
all samples explbar*.prg are not working with the new release
oExBar = TExplorerBar():New()

best regards
Uwe

Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 11 times
- Contact:
Re: New FWH 15.09
There is a bug in \source\classes\urllink.prg
In line 30:
For
substitute
In line 30:
For
Code: Select all | Expand
METHOD Initiate( hDlg ) INLINE ::Super:Initiate( hDlg ), SetText( ::cCaption ), ::Default()
substitute
Code: Select all | Expand
METHOD Initiate( hDlg ) INLINE ::Super:Initiate( hDlg ), ::SetText( ::cCaption ), ::Default()
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: New FWH 15.09
Dear Antonio,
I've still got problem when compile in "samples\testuni2.prg" as picture. I choose UTF-8 and save already.
What is the problem?

image uploading
I've still got problem when compile in "samples\testuni2.prg" as picture. I choose UTF-8 and save already.
What is the problem?

image uploading
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
- Antonio Linares
- Site Admin
- Posts: 42777
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 116 times
- Been thanked: 108 times
- Contact:
Re: New FWH 15.09
Dutch,
Here it is working fine. I just tested it.
Please to to samples samples\folder and do:
buildh.bat testuni2
Here it is working fine. I just tested it.
Please to to samples samples\folder and do:
buildh.bat testuni2
Re: New FWH 15.09
Dear Antonio,
I use
I've got an error in "warnings.log" as below.
I got the same error as previous as Canavaro mention. I try to open with notepad.exe or edit in Dos mode and save. It's still the same.
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31302

free image upload
I use
Code: Select all | Expand
buildx.bat testuni2
I've got an error in "warnings.log" as below.
Code: Select all | Expand
testuni2.prg(1) Error E0016 Syntax error: ''
I got the same error as previous as Canavaro mention. I try to open with notepad.exe or edit in Dos mode and save. It's still the same.
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31302

free image upload
Antonio Linares wrote:Dutch,
Here it is working fine. I just tested it.
Please to to samples samples\folder and do:
buildh.bat testuni2
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
- Antonio Linares
- Site Admin
- Posts: 42777
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 116 times
- Been thanked: 108 times
- Contact:
Re: New FWH 15.09
Dutch,
With Harbour works fine and xHarbour fails, I just tested it.
So it seems as a xHarbour bug.
Could you try it with Harbour ? Its easier than you think
With Harbour works fine and xHarbour fails, I just tested it.
So it seems as a xHarbour bug.
Could you try it with Harbour ? Its easier than you think
- Antonio Linares
- Site Admin
- Posts: 42777
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 116 times
- Been thanked: 108 times
- Contact:
Re: New FWH 15.09
Mr. Rao is testing with xHarbour and he says that unicode is working fine with xHarbour too
So lets wait for his advise
So lets wait for his advise

- cnavarro
- Posts: 6630
- Joined: Wed Feb 15, 2012 8:25 pm
- Location: España
- Has thanked: 6 times
- Been thanked: 10 times
Re: New FWH 15.09
Please, file save as UFT-8 - NO BOM and try
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Re: New FWH 15.09
Dear Canavarro,
I open and save as UTF-8 in UE and Notepad but it got the sample. I try the Ramesh's Sample code, it got the same error.
What does "NO BOM" mean?
I open and save as UTF-8 in UE and Notepad but it got the sample. I try the Ramesh's Sample code, it got the same error.
What does "NO BOM" mean?
cnavarro wrote:Please, file save as UFT-8 - NO BOM and try
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
- RAMESHBABU
- Posts: 633
- Joined: Fri Oct 21, 2005 5:54 am
- Location: Secunderabad (T.S), India
- Been thanked: 6 times
Re: New FWH 15.09
Dear Mr.Dutch,
Plz. follow these steps:
Block and copy my Program into notepad.
Save it.
Open it using MsDOS Edit
You will find Some unusal characters before Include "Fivewin.ch"
Just delete them and save it.
Now compile/Link using your Buildx.bat as usually.
That is all.
Regards,
-Ramesh Babu P
Plz. follow these steps:
Block and copy my Program into notepad.
Save it.
Open it using MsDOS Edit
You will find Some unusal characters before Include "Fivewin.ch"
Just delete them and save it.
Now compile/Link using your Buildx.bat as usually.
That is all.
Regards,
-Ramesh Babu P
- cnavarro
- Posts: 6630
- Joined: Wed Feb 15, 2012 8:25 pm
- Location: España
- Has thanked: 6 times
- Been thanked: 10 times
Re: New FWH 15.09
dutch wrote:Dear Canavarro,
I open and save as UTF-8 in UE and Notepad but it got the sample. I try the Ramesh's Sample code, it got the same error.
What does "NO BOM" mean?cnavarro wrote:Please, file save as UFT-8 - NO BOM and try
Look

Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Re: New FWH 15.09
Dear Canavarro,
I have not any choice as your screen but I follow as Ramesh mention. I can compile now but it doesn't convenience, because I have to delete the header character everytime.

photos upload
I have not any choice as your screen but I follow as Ramesh mention. I can compile now but it doesn't convenience, because I have to delete the header character everytime.

photos upload
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 11 times
- Contact:
Re: New FWH 15.09
Duch
What editor do you normally use for writing your programs?
You may need notepad or some other such programs only if you want to type in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom
Hereafter well save our samples without bom, to enable xharbour users also to test them
What editor do you normally use for writing your programs?
You may need notepad or some other such programs only if you want to type in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom
Hereafter well save our samples without bom, to enable xharbour users also to test them
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 11 times
- Contact:
Re: New FWH 15.09
Duch
What editor do you normally use for writing your programs?
You may need notepad or some other such programs only if you want to type in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom
Hereafter well save our samples without bom, to enable xharbour users also to test them
What editor do you normally use for writing your programs?
You may need notepad or some other such programs only if you want to type in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom
Hereafter well save our samples without bom, to enable xharbour users also to test them
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India