Search found 302 matches

by nnicanor
Wed Oct 30, 2024 5:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 3432

Re: Startup function

Hi

Use INIT PROCEDURE your_function() to execute before main

best
by nnicanor
Wed Sep 25, 2024 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 5022

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

More information it maybe help

To optimize the function and avoid unexpected crashes in Borland C 64-bit, you can take a methodical approach focusing on improving type safety, error handling, and ensuring compatibility with the 64-bit architecture. Here are specific optimizations you can apply ...
by nnicanor
Wed Sep 25, 2024 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 5022

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

Hi,

This can help

To resolve the issue you're encountering when running the code in Borland C 64-bit, which fails at the `hb_vmSend( 0 );` call, the problem likely arises from differences in memory handling and data types between 32-bit and 64-bit environments. Here are several approaches to ...
by nnicanor
Wed Sep 25, 2024 1:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 5022

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

Hi,

Error is not related with FWMARIA it is related with xharbour, my program uses TDolphin and closes unexpectly not only reading mysql data with those errors in evenlogs,

Abortada conexión 66 para db: 'wadmonbq' usuario: 'wadmon_admin' servidor: 'localhost' (Obtenido un error leyendo paquetes ...
by nnicanor
Tue Sep 24, 2024 9:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 5022

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

I have same problem with xharbour and bcc 64 blits, searching internet i found:

The code you provided uses pointer arithmetic, which can behave differently between 32-bit and 64-bit environments. This is especially relevant when you deal with data structures that involve pointers, as the size of ...
by nnicanor
Wed Aug 21, 2024 2:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad al grabar multiples registros en Mysql
Replies: 8
Views: 2009

Re: Velocidad al grabar multiples registros en Mysql

Hola,

Puedes armar la senctencia insert como script y usar Execute de tdolphin y te funciona de maravillas, si lo haces registro a registro se realiza un bloqueo a nivel de tabla por cada insert.

Slds,


Nicanor
by nnicanor
Wed Aug 21, 2024 2:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 59158

Re: Propuesta para que hagan un curso virtual FW

Buenos dias a todos,

Pienso que para la semana laboral es complicado el primer horario por lo que yo me apuntaria para los dias 13, 14 15.



Saludos,

Nicanor Martinez
by nnicanor
Fri Apr 03, 2020 11:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Factura electrónica con la DIAN - Colombia (Leandro)

Interesado también, mobil 3052934315 nicanor.martinez@gmail.com
by nnicanor
Thu Jan 02, 2020 10:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

SCROLL INSIDE XBROWSE LINES WITH MEMO

I have an xbrowse with memos with different lines numbers, i need to adjust lines to size or scroll into xbrowse line if line numbers greater than 3 lines.

Regards,
by nnicanor
Thu Oct 24, 2019 4:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: TARRAYDATA AND Eof()

Thanks but correct syntax is fromQuery() instead New()

oData:= TarrayData():fromQuery( oCn, "Select ....", aParams )

Regards
by nnicanor
Mon Oct 21, 2019 5:36 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: TARRAYDATA AND Eof()

Hi,

EOF() is not working

cSql :="Select id, tc, concep, valdeb, descue, valcre,detalle,vence from unicuota where tc='CM' and matric="+ClipValue2Sql( mmm:matric ) oRs := oCn:RowSet( cSql ) aData := oRs:GetRows() oRs2:= TArrayData():New( AClone(aData&#41 ...
by nnicanor
Fri Sep 27, 2019 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Please make a visual update for errorsysw

Some missing functions

Compilando MySQL_utils.PRG...
Enlazando WadmonSQL.exe...
Error: Unresolved external '_HB_FUN_MSGWAIT1' referenced from H:\PROYECTOSFW\SQLWADMON\OBJ\MYSQL_UTILS.OBJ
Error: Unresolved external '_HB_FUN_STRALFANUM' referenced from H:\PROYECTOSFW\SQLWADMON\OBJ\MYSQL_UTILS.OBJ ...
by nnicanor
Fri Sep 27, 2019 2:37 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: BUG MARIADB SUPPORT FWH1906

Hi, after change on fields type now works fine. thanks.

CREATE TABLE `usuarios` (    `USER` TINYBLOB NULL DEFAULT NULL,    `PASSWORD` VARBINARY(255) NULL DEFAULT NULL,    `level` VARBINARY(255) NULL DEFAULT NULL,    `NAME` VARCHAR(100 ...
by nnicanor
Fri Sep 27, 2019 1:16 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: BUG MARIADB SUPPORT FWH1906

Thanks your sample works fine, this is my table with fwh1802 works fine, i'm going to change data types and test, i'll inform about results

CREATE TABLE `usuarios` ( `USER` CHAR(40) NULL DEFAULT NULL, `PASSWORD` CHAR(40) NULL DEFAULT NULL, `level` CHAR(40) NULL DEFAULT ...
by nnicanor
Fri Sep 27, 2019 1:03 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Download Harbour 3.4 for BCC7.3

You can download builds on http://whosaway.com

Regards