Search found 20 matches

by PAUL SIMM
Mon Dec 30, 2024 1:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 40
Views: 15828

Re: Lost connection to MySQL server during query

Is there any way I can change the error message "Lost Connection to MySql server during query" to only log the error to a text file end return false to the calling fintion. At the moment the error is a MsgInfo and the process which is automatic with a Timer blocks the aplication.

This code do'snt ...
by PAUL SIMM
Thu Nov 21, 2024 9:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 963

Re: Mysql recover values usaing field names

I found oRs:DESCRIP Works
by PAUL SIMM
Mon Nov 18, 2024 6:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 963

Mysql recover values usaing field names

How can I recover values from a SELECT using the field name and not its position in th array?

oCn :=maria_Connect( cHost,cUser,cDb,cPwd )

IF oCn=NIL
msgwait("Error conectando con eventos en la nube","")
return nil
ENDIF

cQwery:="SELECT * FROM proforma"
oRs := oCn:RowSet( cQwery)
MSGINFO ...
by PAUL SIMM
Fri Nov 08, 2024 4:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 340
Views: 82865

Re: España: Normativa sancionadora sistemas informáticos

Webinar de Fiskaly

Dado el aluvión de consultas y preguntas que nos están llegando desde la publicación de la Orden Ministerial el pasado día 28 de octubre, desde fiskaly hemos decidido organizar una serie de webinars gratuitos para intentar aclarar todas vuestras dudas. No podía menos que ...
by PAUL SIMM
Tue Oct 29, 2024 4:05 pm
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 340
Views: 82865

Re: España: Normativa sancionadora sistemas informáticos

Como plan B hecha un vistazo a https://www.fiskaly.com/es

Tiene un API para el ticket Bau Pais Vazco y esta preperando uno para Veri*Fact

Los certificados los prporciona ellos.

Es de pago .

Saludos

Pablo Simm
Pes Systems
by PAUL SIMM
Sun May 05, 2024 10:16 am
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 3912

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones?

Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ
Error: Unresolved external '_HB_FUN_HB_JSONENCODE' referenced from C:\FIVEWIN21\FWH ...
by PAUL SIMM
Sun May 05, 2024 10:16 am
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 3912

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones?

Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ
Error: Unresolved external '_HB_FUN_HB_JSONENCODE' referenced from C:\FIVEWIN21\FWH ...
by PAUL SIMM
Tue Apr 23, 2024 1:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 614

Re: FWMARIA MENSAJES DE ERROR

Thankyou my friend works perfectly

Regardos

Paul
by PAUL SIMM
Sun Apr 21, 2024 10:41 am
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 614

FWMARIA MENSAJES DE ERROR

Habra forma de editar el contenido del Mensaje de error "Unknowen Mysql Server Host www.xxxxx.com" para eliminar el nombre en este aviso del host (www.xxx.com) para evitar posibles intentos de hackeo.
by PAUL SIMM
Tue Nov 07, 2023 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 662

Re: Eliminate Editing Icons XBROWSE MySql

Thanks for the advice.

Double Click does open the edit screen but editing is disabeld because of the .t. in oTb:=oCn:RowSet( cQuery,.t. )
by PAUL SIMM
Mon Nov 06, 2023 3:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 662

Re: Eliminate Editing Icons XBROWSE MySql

Thankyou sir it works your a genius.

Kind Regards
Paul
by PAUL SIMM
Mon Nov 06, 2023 11:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 662

Eliminate Editing Icons XBROWSE MySql

I need to Browse a MySql table in Read only mode.

oCn :=maria_Connect( cHost,cUser,cDb,cPwd )

cQuery:="SELECT * FROM EVENTOS"

oTb:=oCn:RowSet( cQuery,.t. )

xbrowser oTb TITLE "Eventos "

oCn:Close()

Works and is readonly but the ADD + EDIT and DELETE Icons are shown at the top of the ...
by PAUL SIMM
Fri Mar 10, 2023 10:11 am
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE MODO SOLO LECTURA
Replies: 3
Views: 735

XBROWSE MODO SOLO LECTURA

Como puedo eliminar los Iconos Add Edit Delete cuando lo uso en Modo ReadOnly?

Saludos
PAul
by PAUL SIMM
Mon Mar 06, 2023 12:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MySQL/MariaDB native support docs
Replies: 12
Views: 18662

Re: FWH MySQL/MariaDB native support docs

Si
LIBS0 = $(FWH)\LIB\FiveHX.lib $(FWH)\LIB\FiveHC.lib $(FWH)\LIB\libmysql.lib

Todo funcion bien en mi Laptop principal pero a migrar a otro maquina como backup da el error con FW 64 bits.

Las funciones que no ecuentro estan en libmysql.lib ?

Saludos
Paul