and bug2:
you can't use keyboard [shift+left] or [shift+right] to select data.
Search found 54 matches
- Fri Sep 11, 2020 4:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Space Key on FW_SetUnicode(.T.)
- Replies: 13
- Views: 2444
- Fri Sep 11, 2020 4:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Space Key on FW_SetUnicode(.T.)
- Replies: 13
- Views: 2444
Re: Space Key on FW_SetUnicode(.T.)
because I have modify.
and fwh 1912 have other bug.
demo code:
if you copy data is 13 of length from excel and like '9789573326861',
paste to the cISBN is '978957' not all '9789573326861'.
and fwh 1912 have other bug.
demo code:
Code: Select all
cISBN:=Space(13)
@ 10,10 GET cISBN OF oDlg;
PICTURE "@! 9999999999999"
paste to the cISBN is '978957' not all '9789573326861'.
- Fri Sep 04, 2020 2:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Space Key on FW_SetUnicode(.T.)
- Replies: 13
- Views: 2444
Re: Space Key on FW_SetUnicode(.T.)
fwh 20.04
- Fri Sep 04, 2020 3:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Space Key on FW_SetUnicode(.T.)
- Replies: 13
- Views: 2444
- Fri Jul 17, 2020 4:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGet bug (unicode)
- Replies: 5
- Views: 2255
Re: TGet bug (unicode)
Yes, Thank you!!ShumingWang wrote:Mr. Liao/SSBBS:
Long time not met, Still OK?
You can talk with me from WeChat and id is 'ssbbstw'.
- Sun Jul 12, 2020 3:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGet bug (unicode)
- Replies: 5
- Views: 2255
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](https://i.imgur.com/yxoiUpg.gif)
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](https://i.imgur.com/yxoiUpg.gif)
- Wed Jun 17, 2020 1:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGet bug (unicode)
- Replies: 5
- Views: 2255
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](https://i.imgur.com/U8LIyJh.gif)
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](https://i.imgur.com/U8LIyJh.gif)
- Tue May 19, 2020 6:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preview report title name not support Unicode?
- Replies: 5
- Views: 1780
Re: Preview report title name not support Unicode?
The problem is send to Printer and view from Printer job.nageswaragunupudi wrote:Code: Select all
REPORT oRep PREVIEW FONT oFont, oBold CAPTION "తెలుగు టైటిల్"
![Image](https://i.imgur.com/lyu7Qsv.jpg)
- Tue May 19, 2020 4:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preview report title name not support Unicode?
- Replies: 5
- Views: 1780
Re: Preview report title name not support Unicode?
N3q8ryccAAS631OsoAQAAAAAAAByAAAAAAAAAD0GMW2GJuM01fPmDAsx06NcAbM//XTG/kNnaZfTT16B3n0HyyPvw1W0Xkxcm0ggEJy72pvfyrHxX53XvJzqFOD2HhpbmHxnONPAM71I2mjLoo0wn1MzQ1PUUvd3l70UHdahMC86SF4lEtJh65HaCdnrhaCiyf4BfEq/58Y4Uro1grNgIFKy/M1vXUTVMCj7SEQuNFrKx0CGZtIpUUPvX3856ti11tOZCrQIW5AFNmXX+Svrj2hmQ3NHjtyUFoCVmP/gKLZ...
- Sun Apr 19, 2020 1:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug? cGetDir() on utf8
- Replies: 9
- Views: 2180
Re: Bug? cGetDir() on utf8
Give me some rewards, ex: free update once!nageswaragunupudi wrote:Can you please share with us how did you solve this problem?
![Mr. Green :mrgreen:](./images/smilies/icon_mrgreen.gif)
- Sun Apr 19, 2020 8:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug? cGetDir() on utf8
- Replies: 9
- Views: 2180
Re: Bug? cGetDir() on utf8
I have solved this problem!
![Image](https://i.imgur.com/AbfidG4.jpg)
![Image](https://i.imgur.com/AbfidG4.jpg)
- Fri Apr 17, 2020 1:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug? cGetDir() on utf8
- Replies: 9
- Views: 2180
Re: Bug? cGetDir() on utf8
There are two problems!!Natter wrote:you can try this
cDirTmp:=OemToAnsi(HB_UTF8ToStr(cGetDir()))
1. Title is showing garbled characters.
2. The initial directory is not expanded
![Image](https://i.imgur.com/oYLXYRQ.jpg)
- Thu Apr 16, 2020 3:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug? cGetDir() on utf8
- Replies: 9
- Views: 2180
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 ...
- Thu Apr 16, 2020 2:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug? cGetDir() on utf8
- Replies: 9
- Views: 2180
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...
- Sat Feb 29, 2020 3:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGet bug? Picture of date.
- Replies: 7
- Views: 1554
Re: TGet bug? Picture of date.
I already did it! But the problem persists!cnavarro wrote:It seems that it does not find the font that is defined in the resourcePleae put your .bat for build your applicationFONT 12, "細明體"