Search found 671 matches: import

Return to advanced search

Re: SWAGGER-UI para documentar nuestras API.

... This format can be read with Postman https://www.postman.com/ You can import from File -> Import -> Link -> https://api.mailchimp.com/schema/3.0/Swagger.json Then you are ready to use their services Remember that ...
by Joaquim Ferrer
Wed Mar 06, 2024 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1956

Re: phpBB to LLM

========================== RESTART: C:\fwh\AI\train.py =========================
Traceback (most recent call last):
File "C:\fwh\AI\train.py", line 1, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
by alerchster
Mon Dec 25, 2023 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4656

WooCommerce

... structure of how it should be as a reference for the structure of the csv file this page for articles https://woocommerce.com/document/product-csv-import-suite-column-header-reference/?quid=61d0a20b3db888521bf16e9a1f95f7cc as a reference for the structure of the csv file this page for orders https://woocommerce.com/documentation/products/extensions/ordercustomer-csv-export/ ...
by Silvio.Falconi
Fri Oct 20, 2023 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WooCommerce
Replies: 3
Views: 283

Woocommerce

... deve essere come riferimento per la struttura del file csv questa pagina per gli articoli https://woocommerce.com/document/product-csv-import-suite-column-header-reference/?quid=61d0a20b3db888521bf16e9a1f95f7cc come riferimento per la struttura del file csv questa pagina per gli ordini ...
by Silvio.Falconi
Fri Oct 20, 2023 7:08 am
 
Forum: All products support
Topic: Woocommerce
Replies: 0
Views: 4204

Re: who use PostgreSQL with Fivewin ?

... directly use TPQquery and TPQrow classes of Harbour's hbpgsql.lib. This helps us to close any further discussion on SavePQQ(). this CODE is to Import DBF into PostgreSQL Table "ala Xbase++ Glad. Now your have your own function to import dbfs. after Table is create try use BROWSEr and "edit" ...
by nageswaragunupudi
Fri Sep 29, 2023 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1036

Re: who use PostgreSQL with Fivewin ?

hi, this CODE is to Import DBF into PostgreSQL Table "ala Xbase++" it is different than FWPG_ImportFromDBF() as it include "internal" FIELD which Xbase++ use after Table is create try use BROWSEr and "edit" ...
by Jimmy
Thu Sep 28, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1036

Re: xHarbour.org updated!

https://docwiki.embarcadero.com/RADStudio/Alexandria/en/IMPLIB.EXE,_the_Import_Library_Tool_for_Win32 Arteaga, ejemplo de como generar las *.LIBs // https://docwiki.embarcadero.com/RADStudio/Alexandria/en/IMPLIB.EXE,_the_Import_Library_Tool_for_Win32/*IMPLIB <options> <LibN...
by wartiaga
Tue Sep 19, 2023 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37387

Re: xHarbour.org updated!

https://docwiki.embarcadero.com/RADStudio/Alexandria/en/IMPLIB.EXE,_the_Import_Library_Tool_for_Win32 Arteaga, ejemplo de como generar las *.LIBs // https://docwiki.embarcadero.com/RADStudio/Alexandria/en/IMPLIB.EXE,_the_Import_Library_Tool_for_Win32/*IMPLIB <options> <LibN...
by karinha
Tue Sep 19, 2023 3:03 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37387

Save csv file in utf8 with BOM

The characters are in the utf8 standard, but when I import it into a third-party system, it says that the file is not utf8. Does anyone have a solution? Method N_SignoCepLayout_BuildAll(f_cFileCvsSalva)   Local lc_cFileCvsConteudo ...
by Giovany Vecchi
Wed Sep 06, 2023 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save csv file in utf8 with BOM
Replies: 2
Views: 173

Re: Incluyendo el SQLRDD

... as PRIMARY KEY SQLRDD use "sr_recno" so everybody can use a other "Identifier" it is recommend to use "Import" Function which include PRIMARY Key for those SQL Table
by Jimmy
Fri Aug 25, 2023 1:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2537

Excel empty( dDATE ) fail when Import

hi,

a DBF can have a EMPTY() FIELD Type "D" but when import it to Excel it fail
what is the Way to create a Excel Sheet where i can APPEND empty DATE ?
by Jimmy
Fri Aug 11, 2023 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel empty( dDATE ) fail when Import
Replies: 0
Views: 157

Re: DBF to Excel Sheet, without Excel, using ADO ?

... sSQL = sSQL & IIf(oFld.DefinedSize > 255 Or oFld.DefinedSize < 0, "MEMO", "TEXT")        End Select --- have import DBF ( 66 MB ) with 26 FIELDs into Excel *.XLSB under 32 Bit OS cIn = "records in dbf: 351287" cIn = "imported recs: 351287" ...
by Jimmy
Thu Aug 10, 2023 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2565

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... a working Concept like Xbase++ PgDBE which have some "internal" FIELD so i do "add" some "internal" FIELD when "import" DBF to PostgreSQL Table lile "__record" or "__deleted"      cQuery += " __deleted    boolean NOT NULL DEFAULT ...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 717

Re: build Import LIB from LibPQ.DLL

is FW_SetUnicode() for hole App of for each Thread :?:

Yes, this setting is for the entire application.
This setting decides whether all Windows messages are 16-bit (UTF16) or 8-bit(ANSI)
by nageswaragunupudi
Sun Jul 23, 2023 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: build Import LIB from LibPQ.DLL

hi, You were getting errors while saving data with the pgre01.prg. Now is that problem resolved? when set "ENCODING" and FW_SetUnicode( .F. ) it work on both PostgreSQL Server and XBROWSEr :D If so what could be the reason for those errors? Can you provide feedback on this issue please? i ...
by Jimmy
Sat Jul 22, 2023 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813
Next

Return to advanced search