Search found 1498 matches: tests

Return to advanced search

Re: FW_SetUnicode( .T. ) 2-Byte characters

cVar2 using EDIT control is correct but cVar1 using GET control is not correct? Yes! Did some more tests with ü - 0xC3BC and some other 2-byte characters: - The first 2-byte char is ok - all the following are not ok - Pasting one or more 2-byte chars from the clipboard is ...
by frose
Wed Jun 21, 2023 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2288

Re: FW_SetUnicode( .T. ) 2-Byte characters

cVar2 using EDIT control is correct but cVar1 using GET control is not correct?

I need to do more tests at my end.

Did you try keeping FW_SetUnicode( .f. ) // default
and try setting
Code: Select all  Expand view
  HB_LangSelect("DE")
   HB_SetCodePage("DEWIN")
by nageswaragunupudi
Wed Jun 21, 2023 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2288

Re: Crear HBSSL.LIB con CMS para firma de Xml

Estimado, mira en xharbour\contrib\unicode se ayuda. https://github.com/harbour/core/blob/master/contrib/hbtip/tests/base64.prg https://groups.google.com/g/harbour-users/c/VuK6-ZbBFyQ https://www.base64encode.org/enc/harbour/ https://www.base64encode.net/encode/fNxz ...
by karinha
Fri Jun 09, 2023 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1261

Re: using PUBLIC FONT in DIALOG

... Can anyone please provide a small sample to reproduce this problem? I tested in several ways and never got this problem. This is one of my tests: #include "fivewin.ch"MEMVAR oFontPfunction MaIN()   local oWnd, oBar   PUBLIC oFontP   DEFINE ...
by nageswaragunupudi
Mon May 15, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using PUBLIC FONT in DIALOG
Replies: 3
Views: 232

Re: Problem with TRANSPARENT BTNBMP or SBUTTON on WINDOW/DIALOG

... .T.  RES file and JPG file in code. https://drive.google.com/file/d/1xCIil_WLFy7yQJayr5rC55vX8xUyj9Qf/view?usp=share_link Code for tests? regards. Thanks for testing.
by dutch
Wed May 03, 2023 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TRANSPARENT BTNBMP or SBUTTON on WINDOW/DIALOG
Replies: 15
Views: 1148

Understanding how autoGPT works...

... args: "suggestions": "<list_of_suggestions>", "code": "<full_code_string>" 17. Write Tests: "write_tests", args: "code": "<full_code_string>", "focus": "<list_of_focus_areas>" ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 539

Re: Unicode to UTF8

Hello Rao and so good to see you around. Yes, that will work and thank you so much for clarifying ANSI. No wonder my tests weren't working, I was misguided only looking at UTF. However, I was hoping I would not have to do hb_chr() to translate every single \u. But I like your solution, ...
by reinaldocrespo
Thu Mar 23, 2023 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode to UTF8
Replies: 2
Views: 287

Re: Acceso nativo a SqLite

Primer avance, para compilar los ejemplos de harbour\contrib\hbsqlit3\tests hay que usar
hbmk2 demo -lhbsqlit3 -lsqlite3

Saludos,
by José Luis Sánchez
Fri Mar 10, 2023 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acceso nativo a SqLite
Replies: 6
Views: 849

Re: leggere test,hrb

by Antonio Linares
Tue Feb 07, 2023 6:16 pm
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 7916

Re: HASH vs single variables

... which can be beneficial for smaller programs or programs that need to handle a large number of simple data structures. I think I will do many more tests and then develop a personal style. But at this stage, I'm very excited about the possibilities that HASHs offer. Best regards Otto
by Otto
Tue Jan 17, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1188

Re: Request for information xbrowse and pics

... is a SQL part for access by the forum ? On my current machine Mod is not installed, but at home I have a early setup PC where I did some working tests with with the help of Otto. For FW we have Yunus a 'best' sample. I would like to see is Genesis is also a complete test sample.
by Marc Venken
Fri Dec 16, 2022 3:25 pm
 
Forum: mod_harbour
Topic: Request for information xbrowse and pics
Replies: 3
Views: 574

Re: A big hit: Neither Apache and mod_harbour are needed

Hello everybody, we are trying the new HbWeb functionality that seems really interesting. However in our tests on FiveDBU.exe we can't obtain the results shown in the forum. The Windows application FiveDBU.exe is generated with buildhmt.bat and seems to run as expected. When ...
by berpa
Wed Dec 07, 2022 4:32 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15507

Re: The more fancy Xbrowses the more slow they become ?

... a filter, it will be agonizingly slow (as filters always are). If you are using an indexed scope it will be very fast. Some time ago I did some tests regarding this using a large database and it took 0.32 seconds to collect 20,543 records out of a one million record database across a LAN! So, ...
by James Bott
Fri Nov 04, 2022 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 469

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

... PIXEL OF oDlg CENTER VCENTER COLOR CLR_WHITE, CLR_HRED   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil I have carried out the tests inside a folder and the result is not what I expected. the following code #include 'fivewin.ch'static clogfile := 'log.txt'Function Main()  ...
by VictorCasajuana
Mon Oct 24, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1163
PreviousNext

Return to advanced search