Search found 583 matches

by richard-service
Mon Jul 15, 2019 6:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 6210

MDI Unicode Problem

Hi I open over 10 Child Windows in MDI I can't click I define MENUINFO this menuitem. Please view it below: DEFINE WINDOW poWnd MDI                                                 ;             FROM 0, 0 TO 38, 130                                             ;             TITLE ...   ;             M...
by richard-service
Mon Jul 15, 2019 6:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_SETCODEPAGE( ) UTF-16
Replies: 8
Views: 2177

Re: HB_SETCODEPAGE( ) UTF-16

Marc Vanzegbroeck wrote:Richard,
Here is the link https://sourceforge.net/projects/convertcp/
Marc,
Thanks a lot. I got it.
by richard-service
Mon Jul 15, 2019 5:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: HB_SETCODEPAGE( ) UTF-16
Replies: 8
Views: 2177

Re: HB_SETCODEPAGE( ) UTF-16

Marc Vanzegbroeck wrote:I found a solution by using a external conversion-program 'CONVERTCP'
Hi Marc,

How to find this external conversion-program 'CONVERTCP'
by richard-service
Sun Jul 07, 2019 7:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters displaying as ANSI on windows title bar
Replies: 11
Views: 2658

Re: Unicode characters displaying as ANSI on windows title bar

I move Child Window anywhere in my screen. I found Child Window ICON Disappear(look my Previous post). Any idea or it's bug? You may be losing it when resizing, but not when moving. The most likely reason is that you are releasing the Icon after Activating the mdichild window like this: ACTIVATE WI...
by richard-service
Sun Jul 07, 2019 3:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters displaying as ANSI on windows title bar
Replies: 11
Views: 2658

Re: Unicode characters displaying as ANSI on windows title bar

Mr. Richard This is now fixed in FWH1906 soon to be released. Thanks again for bringing this to our notice. https://imagizer.imageshack.com/v2/xq90/924/2cCRkt.png Mr.RAO I move Child Window anywhere in my screen. I found Child Window ICON Disappear(look my Previous post). Any idea or it's bug?
by richard-service
Fri Jul 05, 2019 6:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters displaying as ANSI on windows title bar
Replies: 11
Views: 2658

Re: Unicode characters displaying as ANSI on windows title bar

Also, with title in MDI window, and child windows ( with VSC 2015 and Harbour, in Server 2012 ) https://s15.postimg.cc/b1jpmcie3/mdi02.png Mr.Cristobal Navarro My PRG save as utf8 with BOM and use Harbour and MDI+Resource Dialog HB_LangSelect( "zh" ) HB_SetCodePage( "UTF8" ) HB_...
by richard-service
Wed May 15, 2019 5:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with resource file
Replies: 3
Views: 746

Re: xBrowse with resource file

What am I doing wrong Regards Peter Error description: Error FiveWin/2 Duplicated Id: No: 101 Stack Calls =========== Called from: .\source\classes\DIALOG.PRG => TDIALOG:DEFCONTROL( 366 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:CREATEFROMCODE( 1122 ) Called from: C:\_WA\RESTEST1.prg =...
by richard-service
Wed May 01, 2019 10:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949378

Re: Ribbon Theme

Hi Antonio,

Please look it. office 365

Image
Image
Image
Image
by richard-service
Mon Apr 15, 2019 4:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: TExplorerBar method AddLink() not support PNG
Replies: 1
Views: 609

TExplorerBar method AddLink() not support PNG

HI
We know TExplorerBar AddPanel() support PNG file.
How about enhance TExplorerBar AddLink() support PNG file or resource PNG.
by richard-service
Thu Mar 28, 2019 9:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH sample W10Btns
Replies: 5
Views: 1372

Re: FWH sample W10Btns

nageswaragunupudi wrote:Original sample works fine.
Please recheck the changes you made to the program.
Mr.Rao
How about add color box( ex. red, black...) command line?
by richard-service
Mon Feb 25, 2019 6:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Convert tu UTF-8
Replies: 6
Views: 1020

Re: Convert tu UTF-8

Otto wrote:Hello friends,
how can I convert a htm file to UTF-8
Thank you in advance
Otto
Otto,

How about it?
https://onlineutf8tools.com/convert-htm ... es-to-utf8
by richard-service
Mon Feb 25, 2019 1:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 not support Chinese File Name
Replies: 2
Views: 895

Re: cGetFile32 not support Chinese File Name

nageswaragunupudi wrote:If you use Harbour instead of xHarbour it works fine with utf8 file names.
Rao,
Yes, I thinking maybe it's finnal solution.
by richard-service
Sat Feb 23, 2019 9:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: How manually mapping a field to TDatabase
Replies: 3
Views: 831

Re: How manually mapping a field to TDatabase

Hi guys, Sometimes when maintaining legacy modules, I come across dbfs which have cryptic field names. If I have a dbf with field name cod, otr1, otp1 is it possible to create a TDatabase object where the field name is more user friendly and mapped to the physical dbf? I mean creating oDbf:Employee...
by richard-service
Fri Feb 22, 2019 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 not support Chinese File Name
Replies: 2
Views: 895

cGetFile32 not support Chinese File Name

Hi Yesterday, I tested it. LOCAL cFileName LOCAL cString := "所有 Excel 檔案|*.XLS|" + ;                  "Excel 檔案     |*.XLS|" + ;                  "所有檔案       | *.*" cFileName := cGetFile( cString, "請選擇要抓入之檔案名稱", , "" ) cFileName := cGetFile32( cStrin...