Search found 150 matches: initialize

Return to advanced search

Re: Ayuda URGENTE- con puerto serial virtual USB

... que devuelva el peso detectado //To receive Local cReceivedString := "" //to COM open lIsOpened := HB_comOpen( nComPort ) //to Com Initialize lIsInit := HB_ComInit( nComPort, 9600 , "N", 8, 1 ) //To send nBytesSended := HB_ComSend( nComPort, cStringToSend , , nTimeOut ...
by Danielmaximiliano
Thu Feb 29, 2024 2:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 891

Re: Conectarse con mariaDB

... #include <stdio.h> #include <stdlib.h> #include <mysql/mysql.h> int main() { MYSQL *conn; 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 ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9901

PRINT oPrn NAME cTitle PREVIEW

... folder and name of pdf file to create using using the usual pdfcreator instruction set oPdf = CREATEOBJECT( "PDFCreator.JobQueue" ) oPdf:Initialize() Have I to need to edit rpreview.prg to obtain this goals?
by MarcoBoschi
Mon Dec 11, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 301

Re: copy a row of xbrowse

... Function - Modify the "Copy" Menu Item MENUITEM "Copy" WHEN acopy==NIL .and. oBrw:IsSelectedRow(); ACTION ( aCopy := {}, // Initialize aCopy as an empty array FOR EACH nRow IN oBrw:aSelectedRows // Iterate over selected rows AAdd( aCopy, oBrw:aArrayData[nRow] ) // Add each ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5786

Re: Convert a print to Rtf or doc

... Control Functions The function check4prn is used to determine which columns should be printed in the report. The procedures PrgInit and PrgExit initialize and clean up system settings at the start and end of the program. Important Notes Data Customization: The data provided in the aData array ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Ayuda URGENTE- con puerto serial virtual USB

... que devuelva el peso detectado //To receive Local cReceivedString := "" //to COM open lIsOpened := HB_comOpen( nComPort ) //to Com Initialize lIsInit := HB_ComInit( nComPort, 9600 , "N", 8, 1 ) //To send nBytesSended := HB_ComSend( nComPort, cStringToSend , , nTimeOut ...
by carito
Fri Nov 03, 2023 3:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 891

Re: I have a question. Please help.

Yes, at least you can't return an unsigned short pointer as a character string and you haven't initialize the pointer itself.
by Enrico Maria Giordano
Fri Oct 20, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question. Please help.
Replies: 2
Views: 231

xHarbour Commercial and latest FWH

... particular function. I'm using a 3rd party lib for emailing. This is the code in question: hSmtp := LoadLibrary("CSMTPAV9.dll") // Must initialize first. Should return true lSmtpInit := SmtpInitialize(CSTOOLS9_LICENSE_KEY) DLL FUNCTION SmtpInitialize(license AS LPSTR, initdata AS LPSTR) ...
by Randal
Sat Aug 05, 2023 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 357

Re: Can´t initialize character set unknown (path: compiled_in)

Estimado Antonio, hola.

Pedí al equipo que revisara todo según tus indicaciones y el problema se resolvió; no puedo decir que fue exactamente, imagino que más de una cosa.

Si tengo más luz al respecto compartiré los datos.

Gracias.
by José
Sat Jul 29, 2023 1:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212

Re: Can´t initialize character set unknown (path: compiled_in)

Estimado Antonio

Hola, muchas gracias por la pronta y detallada respuesta.

Procederemos a revisar y hacer todo lo que indicas.

Comentaré acá los resultados, sea para pedir más ayuda o para dejar aquí la solución.

Saludos.
by José
Thu Jul 20, 2023 1:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212

Re: numeric get

Dear Antonio,
this doesn't work as I need it.
If I initialize my variable with a numeric Zero it works.
But I don’t want to show a '0' inside the get. It should be empty.

Regards, Detlef
by Detlef
Thu Jul 20, 2023 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 319

Re: Can´t initialize character set unknown (path: compiled_in)

Estimado José, Verifica la configuración de MySQL: Asegúrate de que los archivos de configuración de MySQL no contengan errores de sintaxis ni configuraciones incorrectas. El archivo de configuración principal generalmente se llama my.cnf o my.ini, dependiendo de tu sistema operativo. Verifica la co...
by Antonio Linares
Thu Jul 20, 2023 7:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212

numeric get

... the cursor stands about in the middle of this control. I want to place the cursor at the right end of the get. But this is only possible if I initialize the variable with '0' ( which I don't want to show ) Is it possible to display an empty get with a cursor waiting for input at the right ...
by Detlef
Wed Jul 19, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 319

Can´t initialize character set unknown (path: compiled_in)

... puedan hacerlo. Usando Debian 11, MySQL 8.0.33 y 5.7.20, utilizando lo nativo de FWH/mariaDB para conectar a ddbb MySQL, da error "2019 Can´t initialize character set unknown (path: compiled_in)" y no se conecta (por lo tanto, el sistema no abre) Para solucionarlo y entre tanto parche ...
by José
Wed Jul 19, 2023 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212
Next

Return to advanced search