Search found 864 matches: char

Return to advanced search

Problemas con ordenamiento de datos.

Buenas tardes. tengo una dbf de propiedades, uno del indices es domicilio+piso+depto donde los 3 son campos char. el problema es que al mostrarlos con 1 xbrowse ordena a medias. ejemplo. 12 de octubre 27 PB 12 de octubre 29 PB 12 de octubre 29 1 A 12 de octubre 29 1 B 12 de octubre ...
by José Camilo
Thu Feb 22, 2024 6:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ordenamiento de datos.
Replies: 4
Views: 159

Re: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

... gracias Agrege a mi prg este porcion #pragma BEGINDUMP #include <hbapi.h> #undef hb_retclen_buffer #undef hb_parldef void hb_retclen_buffer( char * szText, int nLen ) { hb_retclen( szText, nLen ); } int hb_parldef( int iParam, int iDefValue ) { return hb_parl( iParam, iDefValue ); } #pragma ENDDUMP
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 240

Traduzione da Java a Fwh

... non ho familiarità con Java, mi servirebbe una traduzione di questa funzione in fwh e xHarbour public static String getHeaderBytes(String msg) { char[] msgLength = new char[4]; msgLength[0] = (char) Integer.parseInt(String.valueOf(msg.length()), 10); msgLength[1] = (char) Integer.parseInt(String.valueOf(msg.length() ...
by a.tixi@htech.it
Wed Jan 24, 2024 11:21 am
 
Forum: All products support
Topic: Traduzione da Java a Fwh
Replies: 2
Views: 259

Re: Unicode vs UTF8

... Unicode encodings. Windows uses UTF16LE (Little Endian) encoding for all characters, i.e., 2 bytes for each character. This is what we call Wide Char. Some sample characters: https://imagizer.imageshack.com/v2/xq70/924/X5iuAK.png Now, let us concatenate all UTF8 chars (6th column) ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 892

Re: Conectarse con mariaDB

... MYSQL_RES *res; MYSQL_ROW row; // Initialize the MySQL connection conn = mysql_init(NULL); // Replace these with your MySQL server details const char *host = "localhost"; const char *user = "your_username"; const char *password = "your_password"; const char *database ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 2063

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the cu...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6926

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... probar con xHarbour 1.3.0 Intl. (SimpLex) (Build 20230826) por que con ambas versiones genera este error Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from E:\TOOLS\XHARBOUR_BCC74A\LIB\HBZIP.LIB|zipplatform Estimado Carlos, puede mostrar un pequeno PRG de ejemplo? Desculpa ...
by CARLOS ATUNCAR
Tue Oct 31, 2023 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1447

Re: xHarbour.org updated!

karinha wrote:Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from C:\ROOT\XHB10274_BCC760\LIB\HBZIP.LIB|zipplatform


Fixed. Try with the new version 10275.
by Enrico Maria Giordano
Fri Sep 15, 2023 2:21 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30977

Re: xHarbour.org updated!

... What is SQLRDD.LIB? There is no such library in the official xHarbour distribution. Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from C:\ROOT\XHB10274_BCC760\LIB\HBZIP.LIB|zipplatform Yes, I'm already working on it.
by Enrico Maria Giordano
Fri Sep 15, 2023 1:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30977

Re: xHarbour.org updated!

Enrico: Error: Unresolved external '_dv_memcpy' referenced from C:\ROOT\SQLRDD\LIB\SQLRDD.LIB|sqlrdd1 Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from C:\ROOT\XHB10274_BCC760\LIB\HBZIP.LIB|zipplatform 0 Files, 0 Warnings, 3 Errors Compile time: 0.00s Link time: 1.29s ...
by karinha
Fri Sep 15, 2023 1:05 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30977

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... probar con xHarbour 1.3.0 Intl. (SimpLex) (Build 20230826) por que con ambas versiones genera este error Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from E:\TOOLS\XHARBOUR_BCC74A\LIB\HBZIP.LIB|zipplatform Estimado Carlos, puede mostrar un pequeno PRG de ejemplo? Desculpa ...
by Enrico Maria Giordano
Thu Sep 14, 2023 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1447

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... probar con xHarbour 1.3.0 Intl. (SimpLex) (Build 20230826) por que con ambas versiones genera este error Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from E:\TOOLS\XHARBOUR_BCC74A\LIB\HBZIP.LIB|zipplatform
by CARLOS ATUNCAR
Wed Sep 13, 2023 10:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1447

Re: Incluyendo el SQLRDD

... antes de USE El campo sr_deleted o el que podamos definir con SR_DeletedName("deleted"), hay que crearlo con el tipo de datos CHAR, longitud 1 y que contiene una T o F simulando una variable lógica Creo que el error anterior era que definia al campo deleted con INT i TYNINT ...
by Joaquim Ferrer
Fri Aug 25, 2023 9:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2308

Re: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()

... Properties='Excel 12.0 Xml;HDR=YES;'"        tbl:Name := "Sample"        col:Name := "Header1"    col:Type := adVarWChar    col:DefinedSize := 255    tbl:Columns:Append(col)        col:Name := "Header2"    col:Type := adDouble    tbl:Columns:Append(col)  ...
by Jimmy
Mon Aug 14, 2023 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()
Replies: 8
Views: 251

Re: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()

FWAdoStruct() gets the information from each field object of the RecordSet. The issue with ADO for Excel is, whatever length of char we specify it always returns 255. oField:DefinedSize. Please try this:   n := 0   aFields := {}   do while n < oRs:Fields:Count()  ...
by nageswaragunupudi
Mon Aug 14, 2023 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()
Replies: 8
Views: 251
Next

Return to advanced search