Search found 1045 matches: characters

Return to advanced search

Re: Mr Rao :SetFilter no funciona

... only numbers and alphabets but not chars like -, +, etc. We are fixing this bug and testing now. If the expression does not contain wild-card characters, you may use like this oData:SetFilter("'RF-10392' $ UPPER(codbar1)") Can you please let us know the FWH version you are ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2416

Re: How to include hbCurl?

... Make sure that `aTags` is properly formatted. If `aTags` is a variable containing the tag name, ensure that it doesn't have spaces or special characters that might break the JSON format. If you have multiple tags to add, you would expand the `tags` array like so: ```json "tags": ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2948

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... Source='+cPath+';Collating Sequence=general;') and the result is the same, when there are fields longer than 256 characters, the information in subsequent fields is returned truncated. Thinking that the reading that ADO performs is sequential and when it finds ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 654

Re: Problem with alignment in SAY command

... and compiled it with the following setup: yes - no, and here it is working. Sometimes I use text from a DBF file, which is, for example, 160 characters long, and forget to apply ALLTRIM(). Then, you might have some spaces on the right. Best regards, Otto If I save my res as rc: right no: ...
by Otto
Fri Mar 01, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 839

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... have uploaded my application to some customers that is compiled with sended libs from you. So far, no problems have been encountered with Turkish characters. Thank you very much for your help and patience in this matter. What about xlsxlib compile problems. Should I wait to new version of fwh?
by Horizon
Thu Feb 22, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54308

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hello everybody.
I have no idea about Turkish characters.
Has anyone tried using it like this:

Code: Select all  Expand view
  REQUEST HB_LANG_TR
   HB_LANGSELECT("TR"/*Turkish*/)

   REQUEST HB_CODEPAGE_TRWIN
   HB_SETCODEPAGE("TRWIN")
by Giovany Vecchi
Wed Feb 21, 2024 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54308

Re: Strange characters going from FWH to Outlook FWH 13.10

Dear Michel,
I haven't conducted any direct speed measurements, but I've never noticed it being slow.
I think the code page must solve it similarly.
Best regards,
Otto
by Otto
Mon Feb 19, 2024 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

Re: Strange characters going from FWH to Outlook FWH 13.10

Otto,

Thanks for your suggestion.
But if I have to use this function to check every character in every string, isn't that slowing down my application?
by driessen
Mon Feb 19, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

Re: Strange characters going from FWH to Outlook FWH 13.10

Dear Michel, We never managed to achieve a good conversion with the built-in code tables. Therefore, we created various functions. You could build one according to this scheme. Best regards, Otto function convertXML2( cVData, aufruf )   local I := 0   local cTemp := "...
by Otto
Mon Feb 19, 2024 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

Re: Strange characters going from FWH to Outlook FWH 13.10

Hello, Mr. Rao,

If I do the test you proposed with FWH 23.07 and with FWH 23.10, I get in both cases an alert with these 4 results:

EN
cp437
1252
850
by driessen
Mon Feb 19, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

Re: Strange characters going from FWH to Outlook FWH 13.10

Request: #include "fivewin.ch"function Main()   ? HB_CDPSELECT(), HB_CDPUNIID(), GetACP(), GetOEMCP()return nil#pragma BEGINDUMP#include <windows.h>#include <hbapi.h>HB_FUNC( GETACP )   { hb_retni( GetACP() );...
by nageswaragunupudi
Sun Feb 18, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

Re: Strange characters going from FWH to Outlook FWH 13.10

Hello,

Until now, I didn't get any answer to my question concerning this problem.
It is starting to be quite urgent.

No solution yet?

Thanks.
by driessen
Sat Feb 10, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I have added theme your sample and says "UTF8 GET".


Yes.

but Turkish characters gone in TGet.


It is the other way round here

I will get back.
by nageswaragunupudi
Sun Feb 04, 2024 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54308

Re: Fwh 23.10 TGet another problem (UNSOLVED)

nageswaragunupudi wrote:Are you using Windows Manifest while testing this sample?


Yes Mr. Rao.

I use theme. I have removed and it says always "ANSI GET" but Turkish characters gone in TGet.

I have added theme your sample and says "UTF8 GET".

Code: Select all  Expand view
1 24 "WindowsXP.Manifest"
by Horizon
Sun Feb 04, 2024 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54308

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... When FW_SetUnicode( .F. ), no keychar is higher than 255 and none of the special or other characters are displayed as "?". We request both of you to try this sample and point out the problem you are experiencing. Hi Mr. Rao, I have ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54308
Next

Return to advanced search