Search found 54 matches

by ssbbs
Fri Sep 11, 2020 4:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Space Key on FW_SetUnicode(.T.)
Replies: 13
Views: 1245

Re: Space Key on FW_SetUnicode(.T.)

and bug2:
you can't use keyboard [shift+left] or [shift+right] to select data.
by ssbbs
Fri Sep 11, 2020 4:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Space Key on FW_SetUnicode(.T.)
Replies: 13
Views: 1245

Re: Space Key on FW_SetUnicode(.T.)

because I have modify.
and fwh 1912 have other bug.

demo code:

Code: Select all

cISBN:=Space(13)
@ 10,10 GET cISBN OF oDlg;
             PICTURE "@! 9999999999999"
 
if you copy data is 13 of length from excel and like '9789573326861',
paste to the cISBN is '978957' not all '9789573326861'.
by ssbbs
Fri Sep 04, 2020 2:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Space Key on FW_SetUnicode(.T.)
Replies: 13
Views: 1245

Re: Space Key on FW_SetUnicode(.T.)

fwh 20.04
by ssbbs
Fri Jul 17, 2020 4:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug (unicode)
Replies: 5
Views: 1442

Re: TGet bug (unicode)

ShumingWang wrote:Mr. Liao/SSBBS:
Long time not met, Still OK?
Yes, Thank you!!
You can talk with me from WeChat and id is 'ssbbstw'.
by ssbbs
Sun Jul 12, 2020 3:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug (unicode)
Replies: 5
Views: 1442

Re: TGet bug (unicode)

OK, Now I 'm test all right,
but have other problem like 'shift+left' to select data, use right of key and no input data.
now fwh can't do it, like:
Image
by ssbbs
Wed Jun 17, 2020 1:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug (unicode)
Replies: 5
Views: 1442

TGet bug (unicode)

I found a bug of TGet (unicode).
The TGet '經歷:' length is 40 bytes, and type '1234567890' then copy and paste,
But can't paste all data like '1234567890123456789012345678901234567890' and only '12345678901234567890123456789012345', Why ?
Image
by ssbbs
Tue May 19, 2020 6:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview report title name not support Unicode?
Replies: 5
Views: 1291

Re: Preview report title name not support Unicode?

nageswaragunupudi wrote:

Code: Select all

   REPORT oRep PREVIEW FONT oFont, oBold CAPTION "తెలుగు టైటిల్"
 
Image
The problem is send to Printer and view from Printer job.
Image
by ssbbs
Tue May 19, 2020 4:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview report title name not support Unicode?
Replies: 5
Views: 1291

Re: Preview report title name not support Unicode?

N3q8ryccAAS631OsoAQAAAAAAAByAAAAAAAAAD0GMW2GJuM01fPmDAsx06NcAbM//XTG/kNnaZfTT16B3n0HyyPvw1W0Xkxcm0ggEJy72pvfyrHxX53XvJzqFOD2HhpbmHxnONPAM71I2mjLoo0wn1MzQ1PUUvd3l70UHdahMC86SF4lEtJh65HaCdnrhaCiyf4BfEq/58Y4Uro1grNgIFKy/M1vXUTVMCj7SEQuNFrKx0CGZtIpUUPvX3856ti11tOZCrQIW5AFNmXX+Svrj2hmQ3NHjtyUFoCVmP/gKLZ...
by ssbbs
Sun Apr 19, 2020 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug? cGetDir() on utf8
Replies: 9
Views: 1446

Re: Bug? cGetDir() on utf8

nageswaragunupudi wrote:Can you please share with us how did you solve this problem?
Give me some rewards, ex: free update once! :mrgreen:
by ssbbs
Sun Apr 19, 2020 8:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug? cGetDir() on utf8
Replies: 9
Views: 1446

Re: Bug? cGetDir() on utf8

I have solved this problem!
Image
by ssbbs
Fri Apr 17, 2020 1:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug? cGetDir() on utf8
Replies: 9
Views: 1446

Re: Bug? cGetDir() on utf8

Natter wrote:you can try this

cDirTmp:=OemToAnsi(HB_UTF8ToStr(cGetDir()))
There are two problems!!
1. Title is showing garbled characters.
2. The initial directory is not expanded

Image
by ssbbs
Thu Apr 16, 2020 3:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug? cGetDir() on utf8
Replies: 9
Views: 1446

Re: Bug? cGetDir() on utf8

As I don't understand Chinese, try this model. #include "FiveWin.ch" #define BIF_NONEWFOLDERBUTTON  0x200 #define BIF_RETURNONLYFSDIRS   0x0001 #define BIF_DONTGOBELOWDOMAIN  0x0002 #define BIF_STATUSTEXT         0x0004 #define BIF_RETURNFSANCESTORS  0x0008 #define BIF_EDITBOX            ...
by ssbbs
Thu Apr 16, 2020 2:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug? cGetDir() on utf8
Replies: 9
Views: 1446

Bug? cGetDir() on utf8

        HB_SetCodePage("UTF8")         HB_CDPSELECT("UTF8")         //         FW_SetUnicode(.T.)         cIniDir:="c:/temp/中文目錄"         cTmpDir := AllTrim( cGetDir( "請選擇圖片存放路徑",  cIniDir, .T. ))   please change '/' to '\' Title is ugly code!! https://i.imgu...
by ssbbs
Sat Feb 29, 2020 3:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug? Picture of date.
Replies: 7
Views: 1201

Re: TGet bug? Picture of date.

cnavarro wrote:It seems that it does not find the font that is defined in the resource
FONT 12, "細明體"
Pleae put your .bat for build your application
I already did it! But the problem persists!