Search found 44 matches: unwanted

Return to advanced search

Re: hb_base64encode() stays empty

... it successfully displays my image. https://mybergland.com/ruth/baseguru.png This leads me to believe that the unwanted characters are added by the microsoft CDO. Kind regards to you and many thanks again :-) Ruth
by Ruth
Fri May 17, 2024 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 393

Re: hb_base64encode() stays empty

... now - but it seems to make no difference. I think microsoft refuses the long string here maybe... :?: If I put the code I post below it adds an unwanted ! after about 2 1/2 lines of characters for the   "<p>" + alltrim(cImgBase64) + "</p>" and it even ...
by Ruth
Thu May 16, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 393

Re: hb_base64encode() stays empty

... value back also in xharbour. But what happens now when I send an email with the base64-encoded content using cdo I suppose is that Microsoft adds unwanted characters and linebreaks and doesn´t embed the string seamlessly. https://mybergland.com/ruth/cdo.jpg maybe it is better to stick ...
by Ruth
Wed May 15, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 393

Re: Talking to your apps

... to use, or NOT use, voice. Maybe a default on setup, and/or a hot key to toggle it. That way we don't always have a live microphone picking up unwanted comments. Of course, this is a developers task, not something FiveWin needs to handle. Thanks for the idea.
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 4307

Re: TGet() - UTF8 encoding fails [Unsolved]

Dear Mr. Nageswara Rao,

can you confirm the unwanted change of the encoding?
If so, do you plan to correct this behavior?

Many greetings
Frank
by frose
Fri Oct 06, 2023 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1831

Re: conversion of a string

Silvio, You can preprocess the string to remove unwanted characters. StrTran() This is a Clipper/Harbour function. See the Clipper Reference Guide here: https://harbour.github.io/doc/clc53.html Note that you can look for a substring ...
by James Bott
Fri Jan 21, 2022 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: conversion of a string
Replies: 2
Views: 288

Re: Latest FWH upgrade, performance issues, larger EXE

... only those modules (not entire library) containing the functions used by the application. So, removing a few libs or adding some more libs, even unwanted, to the link script does not change the size of the exe even by a single byte. I have noticed that the EXE are over 1 MB larger than before. ...
by nageswaragunupudi
Sun Jul 15, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 5172

Re: xBrowse report oLbx:Report

The only way is to hide the unwanted columns and call :Report(). This also means that Report() method prints what we see in the browse by default. Total records printed is oBrw:nLen. By using the 4th parameter bSetup, you get the full flexibility ...
by nageswaragunupudi
Sat Jul 14, 2018 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse report oLbx:Report
Replies: 6
Views: 907

Do you know how to use iconv.dll?

I have a question. convert from ansi characters to UTF8 Converting from UTF8 to ANSI characters Occasionally, unwanted broken characters stick behind. example) ansi-> utf8    cStr: = AnsiToWide (cStr)    cStr: = HB_TRANSLATE (cStr, "UTF16LE", "UTF8") utf8-> ...
by kkwan
Mon May 07, 2018 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Do you know how to use iconv.dll?
Replies: 3
Views: 743

Re: Mr. Rao's samples collection for Xbrowse

... 1. select a forum to import data 2. select for import data a author or ( *.* ) = all 3. import toppics from range topic no. or date :!: 4. delete unwanted topics ( right mouseclick change from green to red ) 5. import complete or append :!: 6. select any of the the import files before import :!: ...
by ukoenig
Sat Jan 27, 2018 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 22209

Re: Unwanted sound

Ok, thank you.

EMG
by Enrico Maria Giordano
Mon Jul 10, 2017 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sound
Replies: 2
Views: 624

Re: Unwanted sound

Use a BTNBMP instead of a BUTTON

I have tried other ways without success :-(
by Antonio Linares
Mon Jul 10, 2017 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sound
Replies: 2
Views: 624

Unwanted sound

In the following sample, try to hit a key on the keyboard and you will hear a sound. Is there any way to avoid it? #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    DEFINE DIALOG oDlg    @ 1, 1 BUTTON "Test";        &n...
by Enrico Maria Giordano
Sun Jul 09, 2017 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sound
Replies: 2
Views: 624

Printer Setup Dialog Unwanted

all, It seems that the print system in FiveWin automatically displays a Printer Setup dialog if the program calls to a printer not found on the workstation. I believe this makes sense, you are attempting to print so you should select a valid printer. However my printer setup dialog seems to come up ...
by byron.hopp
Tue Sep 27, 2016 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer Setup Dialog Unwanted
Replies: 1
Views: 458
Next

Return to advanced search