Search found 35 matches: unreadable

Return to advanced search

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

When I tested with FWH1912, bmp2alpha() is still necessary to avoid getting the frame which would render the qrcode unreadable
by hua
Fri Sep 08, 2023 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: dbase III/IV file encrypted

I tried the suggestion but i cannot find DBI_PASSWORD definition. #include "Dbinfo.ch" Anyway my intent is to make the dbf unreadable by normal dbf tools, to protect privacy outside from the specific software that created and use the dbf. That's exactly what you achieve using DBI_PASSWORD.
by Enrico Maria Giordano
Sat Jan 29, 2022 9:58 am
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: dbase III/IV file encrypted

I tried the suggestion but i cannot find DBI_PASSWORD definition.

Anyway my intent is to make the dbf unreadable by normal dbf tools, to protect privacy outside from the specific software that created and use the dbf.

Lorenzo
by lorenzoazz
Sat Jan 29, 2022 9:51 am
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: XBrowse ::bRClickHeader is not support unicode?

... first column is "ห้อง" 4 Thai characters, it should shows 12 latin characters but it shows only 10 latin characters. That's why shows unreadable. https://i.postimg.cc/BbPg7CbR/Header-Unicode.png Thank you in advance,
by dutch
Tue Dec 07, 2021 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ::bRClickHeader is not support unicode?
Replies: 6
Views: 666

Re: XBrowse ::bRClickHeader is not support unicode?

Dear cnavarro,

::bRClickHeader shows header columns. Check and Uncheck hide/show columns. My header columns is "Thai" but ::bRClickHeader shows unreadable characters.
cnavarro wrote:Dear Dutch
Please explain better, I do not understand what appears incorrectly
by dutch
Fri Nov 26, 2021 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ::bRClickHeader is not support unicode?
Replies: 6
Views: 666

Re: E-Mail UTF8 problem?

Dear cnavarro,

It doesn't work. It's still unreadable.
cnavarro wrote:Dear Dutch
Please try with this
Code: Select all  Expand view

:HTMLBody := hb_StrtoUtf8( cHtml )
 
by dutch
Fri Jul 30, 2021 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2643

Re: E-Mail UTF8 problem?

... FW_SetUnicode( .T. ) * Mail is not readable * 2. Do not set anything Send Mail (CDO) * Mail is readable correctly * * SAY and Title of Dialog is unreadable * 3. HB_SETCODEPAGE( "UTF8" ) doesn't effect any case. FW_SetUnicode( .F. ) is not the same result of *Never Call FW_SetUnicode()* ...
by dutch
Sun Jul 25, 2021 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2643

Re: E-Mail UTF8 problem?

Dear Navarro, It is still unreadable and show as below ??-??"????????šTest Dear Dutch, Please try without including utf-8 in any element and tell me what you get ( not utf8 in body, not utf8 in any item ) cHtml+='<META content="text/html;" ...
by dutch
Sun Jul 18, 2021 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2643

Re: E-Mail UTF8 problem?

... in email program such as Outlook and Gmail as 3 bytes character. I think the program send UTF8 but email program got different that while it show unreadable with 3 times character. Example Thai prgram = 'ทดสอบ' // Test (English) email = 'เธ—เธ”เธชเธญเธš' [ 5x3 = 15 characters ] Hi, Dutch I have ...
by dutch
Wed Jul 07, 2021 2:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2643

E-Mail UTF8 problem?

... I've sent mail via "CDO.Message" without any problem. Now I try to use with UTF8 (FW_Unicode(.T.)), it got the problem. Thai Language is unreadable in Email program such as Outlook or Gmail on browser as picture. https://i.postimg.cc/3xLDQMJL/UTF8-mail.png This is my code. ...
by dutch
Tue Jul 06, 2021 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2643

Re: How to print PDF file without GUI?

Dear Master Rao & Karinha, This code is not working. It prints unreadable text. Thanks all. Can you please try this function and provide your valuable feed-back? function PrintPDF( cPdf )   local oWord, oDoc, lVisible   if Empty( cPdf ) ...
by nageswaragunupudi
Wed Jan 13, 2021 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3067

Re: How to print PDF file without GUI?

Dear Master Rao & Karinha, This code is not working. It prints unreadable text. Thanks all. Can you please try this function and provide your valuable feed-back? function PrintPDF( cPdf )   local oWord, oDoc, lVisible   if Empty( cPdf ) ...
by dutch
Wed Jan 13, 2021 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3067

Re: More details WIN_OLEAUTO information in debugger

... especially when you have 2 monitors. If you try to move the debugger to the larger non-default monitor, all of the lines get skewed & unreadable. I'm using a third party Harbour development tool & debugger (I won't mention the name here), for individual snippets with bugs. But ...
by FWExplorer
Sat Jul 11, 2020 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1695

TITLETEXT Refresh() Arrays...(SOLVED)

... array as SETTEXT method. But this does not refresh the screen but instead writes the vales over the previous values. Thus, smudging the screen to unreadable. I re-initialize the array and update it, with fresh values. Is there another way to handle this. Also, I need to have all figures as right-justified...?? ...
by RiazKhan
Sat Jun 06, 2020 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLETEXT Refresh() Arrays...(SOLVED)
Replies: 2
Views: 510

How To Refresh() TITLETEXT With Arrays...???

... array as SETTEXT method. But this does not refresh the screen but instead writes the vales over the previous values. Thus smudging the screen as unreadable. I re-initialize the array and update it. Is there another way to handle this..... Also I need to have all figures as right-justified...?? ...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 682
Next

Return to advanced search